From 6321b8edd2907c22996fa9e4346b26ee51e7d3ef Mon Sep 17 00:00:00 2001 From: Danarca <44327039+Danarca@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:25:28 +0100 Subject: [PATCH] Buttons for Hungary, loc & some fixes --- .../imperia_localisation.txt | 46 +++++ .../journal_entries/imperia_dual_monarchy.txt | 137 +++++++++++++-- .../on_actions/imperia_on_monthtly_pulse.txt | 21 +++ .../imperia_dual_monarchy_buttons.txt | 157 ++++++++++++++++++ .../imperia_dual_monarchy_effects.txt | 75 +++++++++ .../imperia_progress_bars.txt | 20 ++- .../imperia_dual_monarchy_modifiers.txt | 16 ++ .../imperia_dual_monarchy_l_english.yml | 56 +++++++ 8 files changed, 510 insertions(+), 18 deletions(-) diff --git a/common/customizable_localization/imperia_localisation.txt b/common/customizable_localization/imperia_localisation.txt index ff92f5157..b6649e57b 100644 --- a/common/customizable_localization/imperia_localisation.txt +++ b/common/customizable_localization/imperia_localisation.txt @@ -1132,4 +1132,50 @@ imperia_dead_man_leading_faction_name = { fallback = yes localization_key = EMPTY } +} + +imperia_passive_resistance_commissioned_art_form_name = { + type = country + text = { + trigger = { + c:HUN.var:hungarian_art_type = 1 + } + localization_key = POEM + } + text = { + trigger = { + c:HUN.var:hungarian_art_type = 2 + } + localization_key = PLAY + } + text = { + trigger = { + c:HUN.var:hungarian_art_type = 3 + } + localization_key = MUSIC + } + text = { + fallback = yes + localization_key = ART + } +} + +imperia_passive_resistance_secret_society_spread_form_name = { + type = country + text = { + trigger = { + c:HUN.var:passive_resistance_underground_network_strength = 1 + } + localization_key = FOUND_SECRET_SOCIETY + } + text = { + trigger = { + c:HUN.var:passive_resistance_underground_network_strength > 1 + } + localization_key = WIDEN_UNDERGROUND_NETWORK + } + tetx = { + fallback = yes + localization_key = FOUND_SECRET_SOCIETY + } } \ No newline at end of file diff --git a/common/journal_entries/imperia_dual_monarchy.txt b/common/journal_entries/imperia_dual_monarchy.txt index af4c858ee..cea1d8243 100644 --- a/common/journal_entries/imperia_dual_monarchy.txt +++ b/common/journal_entries/imperia_dual_monarchy.txt @@ -19,9 +19,6 @@ je_imperia_hungarian_revolution = { has_global_variable = frankfurt_parliament_held } } - immediate = { - set_global_variable = je_imperia_hungarian_revolution_was_here - } fail = { custom_tooltip = { text = lost_hungarian_revolution_tt @@ -58,6 +55,9 @@ je_imperia_austrian_neo_absolutism = { scripted_progress_bar = imperia_passive_resistance_suppression_progress_bar scripted_progress_bar = imperia_passive_resistance_liberty_desire_progress_bar scripted_progress_bar = imperia_passive_resistance_deadlock_progress_bar + modifiers_while_active = { + je_imperia_austrian_neo_absolutism_modifier + } fail = { any_diplomatic_play = { count = 0 @@ -78,6 +78,26 @@ je_imperia_austrian_neo_absolutism = { custom_label = if_je_completed_from_deadlock_tt imperia_passive_resistance_deadlock_won_effect = yes } + hidden_effect = { + if = { + limit = { + imperia_passive_resistance_liberty_desire_won_trigger = yes + } + imperia_passive_resistance_liberty_desire_won_effect = yes + } + if = { + limit = { + imperia_passive_resistance_deadlock_won_trigger = yes + } + imperia_passive_resistance_deadlock_won_effect = yes + } + every_scope_state = { + limit = { + has_modifier = imperia_passive_resistance_state_modifier + } + remove_modifier = imperia_passive_resistance_state_modifier + } + } } complete = { any_diplomatic_play = { @@ -89,12 +109,31 @@ je_imperia_austrian_neo_absolutism = { } on_complete = { imperia_passive_resistance_suppression_won_effect = yes + hidden_effect = { + every_scope_state = { + limit = { + has_modifier = imperia_passive_resistance_state_modifier + } + remove_modifier = imperia_passive_resistance_state_modifier + } + } } invalid = { c:HUN = { is_subject = no } } + on_invalid = { + hidden_effect = { + every_scope_state = { + limit = { + has_modifier = imperia_passive_resistance_state_modifier + } + remove_modifier = imperia_passive_resistance_state_modifier + } + } + remove_global_variable ?= passive_resistance_deadlock_difference + } weight = 5000 should_be_pinned_by_default = yes } @@ -104,16 +143,53 @@ je_imperia_austrian_neo_absolutism = { je_imperia_passive_resistance = { icon = "gfx/interface/icons/event_icons/event_protest.dds" group = je_group_historical_content + scripted_button = imperia_passive_resistance_commission_art_button + scripted_button = imperia_passive_resistance_underground_network_button + scripted_button = imperia_passive_resistance_publish_essay_button + scripted_button = imperia_passive_resistance_petition_austria_button scripted_progress_bar = imperia_passive_resistance_suppression_progress_bar scripted_progress_bar = imperia_passive_resistance_liberty_desire_progress_bar scripted_progress_bar = imperia_passive_resistance_deadlock_progress_bar + modifiers_while_active = { + je_imperia_passive_resistance_modifier + } immediate = { + scope:journal_entry = { + set_global_variable = { + name = passive_resistance_deadlock_difference + value = { + value = 0 + add = "scripted_bar_progress(imperia_passive_resistance_liberty_desire_progress_bar)" + subtract = "scripted_bar_progress(imperia_passive_resistance_suppression_progress_bar)" + } + } + } set_variable = { - name = passive_resistance_deadlock_difference - value = { - value = 0 - add = "scripted_bar_progress(imperia_passive_resistance_liberty_desire_progress_bar)" - subtract = "scripted_bar_progress(imperia_passive_resistance_suppression_progress_bar)" + name = passive_resistance_underground_network_strength + value = 1 + } + # Set the art type to be commissioned... + random_list = { + # Set next to be a poem + 10 = { + set_variable = { + name = hungarian_art_type + value = 1 + } + } + # Set next to be a play + 10 = { + set_variable = { + name = hungarian_art_type + value = 2 + } + } + # Set next to be a piece of music + 10 = { + set_variable = { + name = hungarian_art_type + value = 3 + } } } } @@ -137,6 +213,20 @@ je_imperia_passive_resistance = { custom_label = if_je_completed_from_deadlock_tt imperia_passive_resistance_deadlock_won_effect = yes } + hidden_effect = { + if = { + limit = { + imperia_passive_resistance_suppression_won_trigger = yes + } + imperia_passive_resistance_suppression_won_effect = yes + } + if = { + limit = { + imperia_passive_resistance_deadlock_won_trigger = yes + } + imperia_passive_resistance_deadlock_won_effect = yes + } + } } complete = { any_diplomatic_play = { @@ -153,12 +243,31 @@ je_imperia_passive_resistance = { is_subject = no } on_weekly_pulse = { - set_variable = { - name = passive_resistance_deadlock_difference - value = { - value = 0 - add = "scripted_bar_progress(imperia_passive_resistance_liberty_desire_progress_bar)" - subtract = "scripted_bar_progress(imperia_passive_resistance_suppression_progress_bar)" + effect = { + scope:journal_entry = { + set_global_variable = { + name = passive_resistance_deadlock_difference + value = { + value = 0 + add = "scripted_bar_progress(imperia_passive_resistance_liberty_desire_progress_bar)" + subtract = "scripted_bar_progress(imperia_passive_resistance_suppression_progress_bar)" + } + } + } + } + } + on_monthly_pulse = { + effect = { + # Removes the passive resistance modifier from states Austria confiscated if they get passed back to Hungary on a monthly basis + if = { + limit = { + any_scope_state = { + has_modifier = imperia_passive_resistance_state_modifier + } + } + every_scope_state = { + has_modifier ?= imperia_passive_resistance_state_modifier + } } } } diff --git a/common/on_actions/imperia_on_monthtly_pulse.txt b/common/on_actions/imperia_on_monthtly_pulse.txt index c0b609653..bd40bb6e9 100644 --- a/common/on_actions/imperia_on_monthtly_pulse.txt +++ b/common/on_actions/imperia_on_monthtly_pulse.txt @@ -502,6 +502,27 @@ } remove_modifier = modifier_crownland_construction_bonus } + ## Remove the Passive Resistance modifier from states + # Only if root has a passive resistance state, and Hungary has no passive resistance journal entry + # Also removes the modifier from root if Hungary no longer exists + if = { + limit = { + any_scope_state = { + has_modifier = imperia_passive_resistance_state_modifier + } + OR = { + NOT = { + c:HUN ?= { + has_journal_entry = je_imperia_passive_resistance + } + } + this = c:HUN + } + } + every_scope_state = { + remove_modifier ?= imperia_passive_resistance_state_modifier + } + } } random_events = { 23 = 0 diff --git a/common/scripted_buttons/imperia_dual_monarchy_buttons.txt b/common/scripted_buttons/imperia_dual_monarchy_buttons.txt index 3f6f8bff4..80b2df438 100644 --- a/common/scripted_buttons/imperia_dual_monarchy_buttons.txt +++ b/common/scripted_buttons/imperia_dual_monarchy_buttons.txt @@ -287,3 +287,160 @@ imperia_austria_punish_slovakia_button = { } } } + +imperia_passive_resistance_commission_art_button = { + name = "imperia_passive_resistance_commission_art_button" + desc = "imperia_passive_resistance_commission_art_button_desc" + visible = { + always = yes + } + ai_chance = { + base = 20 + } + possible = { + custom_tooltip = { + text = hungary_resistance_timer_done_tt + NOT = { + has_variable = recent_hungarian_resistance_timer + } + } + } + effect = { + set_variable = { + name = recent_hungarian_resistance_timer + months = 12 + } + hidden_effect = { + random_list = { + # Set next to be a poem + 10 = { + set_variable = { + name = hungarian_art_type + value = 1 + } + } + # Set next to be a play + 10 = { + set_variable = { + name = hungarian_art_type + value = 2 + } + } + # Set next to be a piece of music + 10 = { + set_variable = { + name = hungarian_art_type + value = 3 + } + } + } + } + imperia_passive_resistance_change_liberty_desire = { + VALUE = 5 + } + custom_tooltip = passive_resistance_5_liberty_desire_increase_tt + custom_tooltip = { + text = decreases_relations_with_austro_friendlies_by_x_tt + every_country = { + limit = { + "relations(c:AUS)" >= relations_threshold:amicable + } + change_relations = { + country = c:HUN + value = -5 + } + } + } + } +} + +imperia_passive_resistance_underground_network_button = { + name = "imperia_passive_resistance_underground_network_button" + desc = "imperia_passive_resistance_underground_network_button_desc" + visible = { + always = yes + } + ai_chance = { + base = 20 + } + possible = { + custom_tooltip = { + text = hungary_resistance_timer_done_tt + NOT = { + has_variable = recent_hungarian_resistance_timer + } + } + } + effect = { + set_variable = { + name = recent_hungarian_resistance_timer + months = 12 + } + hidden_effect = { + remove_modifier ?= passive_resistance_underground_network + } + add_modifier = { + name = passive_resistance_underground_network + multiplier = c:HUN.var:passive_resistance_underground_network_strength + } + # Changes this for 1 for the next button press + # Done this way for localisations sake + change_variable = { + name = passive_resistance_underground_network_strength + add = 1 + } + } +} + +imperia_passive_resistance_publish_essay_button = { + name = "imperia_passive_resistance_publish_essay_button" + desc = "imperia_passive_resistance_publish_essay_button_desc" + visible = { + always = yes + } + ai_chance = { + base = 20 + } + possible = { + custom_tooltip = { + text = hungary_resistance_timer_done_tt + NOT = { + has_variable = recent_hungarian_resistance_timer + } + } + } + effect = { + set_variable = { + name = recent_hungarian_resistance_timer + months = 12 + } + custom_tooltip = { + text = pro_hungarian_sentiments_in_europe_tt + every_country = { + limit = { + NOR = { + this = c:AUS + this = c:HUN + } + country_is_in_europe = yes + } + change_relations = { + country = c:HUN + value = 2 + } + change_relations = { + country = c:AUS + value = -2 + } + } + } + imperia_passive_resistance_change_liberty_desire = { + VALUE = 5 + } + custom_tooltip = passive_resistance_5_liberty_desire_increase_tt + imperia_passive_resistance_change_suppression = { + VALUE = 4 + } + custom_tooltip = passive_resistance_4_suppression_increase_tt + } +} diff --git a/common/scripted_effects/imperia_dual_monarchy_effects.txt b/common/scripted_effects/imperia_dual_monarchy_effects.txt index 59d4b21a7..dcbb84fa2 100644 --- a/common/scripted_effects/imperia_dual_monarchy_effects.txt +++ b/common/scripted_effects/imperia_dual_monarchy_effects.txt @@ -10,16 +10,61 @@ type = annex_country } } + if = { + limit = { + var:passive_resistance_underground_network_strength > 1 + } + hidden_effect = { + remove_modifier ?= passive_resistance_underground_network + } + # The strength is increased per button press after the addition of the modifier, so we subtract 1 here + add_modifier = { + name = passive_resistance_underground_network + multiplier = { + value = c:HUN.var:passive_resistance_underground_network_strength + subtract = 1 + } + is_decaying = yes + years = 2 + } + } + remove_variable ?= passive_resistance_underground_network_strength + remove_variable ?= hungarian_art_type + remove_global_variable ?= passive_resistance_deadlock_difference } } imperia_passive_resistance_suppression_won_effect = { + remove_global_variable ?= passive_resistance_deadlock_difference c:AUS = { annex = c:HUN } } imperia_passive_resistance_deadlock_won_effect = { + c:HUN = { + if = { + limit = { + var:passive_resistance_underground_network_strength > 1 + } + hidden_effect = { + remove_modifier ?= passive_resistance_underground_network + } + # The strength is increased per button press after the addition of the modifier, so we subtract 1 here + add_modifier = { + name = passive_resistance_underground_network + multiplier = { + value = c:HUN.var:passive_resistance_underground_network_strength + subtract = 1 + } + is_decaying = yes + years = 2 + } + } + remove_variable ?= passive_resistance_underground_network_strength + remove_variable ?= hungarian_art_type + remove_global_variable ?= passive_resistance_deadlock_difference + } # Compromise event here } @@ -56,6 +101,36 @@ imperia_passive_resistance_state_confiscation_punishment_effect = { } } +imperia_passive_resistance_change_suppression = { + c:AUS.je:je_imperia_austrian_neo_absolutism ?= { + add_progress = { + value = $VALUE$ + name = imperia_passive_resistance_suppression_progress_bar + } + } + c:HUN.je:je_imperia_passive_resistance ?= { + add_progress = { + value = $VALUE$ + name = imperia_passive_resistance_suppression_progress_bar + } + } +} + +imperia_passive_resistance_change_liberty_desire = { + c:AUS.je:je_imperia_austrian_neo_absolutism ?= { + add_progress = { + value = $VALUE$ + name = imperia_passive_resistance_liberty_desire_progress_bar + } + } + c:HUN.je:je_imperia_passive_resistance ?= { + add_progress = { + value = $VALUE$ + name = imperia_passive_resistance_liberty_desire_progress_bar + } + } +} + imperia_hungarian_revolution_foreign_aid_effect = { ## Used in the scope of the recipient, with root being the sender # If sender is Prussia.. diff --git a/common/scripted_progress_bars/imperia_progress_bars.txt b/common/scripted_progress_bars/imperia_progress_bars.txt index ce5e8129b..4833dae6b 100644 --- a/common/scripted_progress_bars/imperia_progress_bars.txt +++ b/common/scripted_progress_bars/imperia_progress_bars.txt @@ -36,12 +36,16 @@ imperia_passive_resistance_liberty_desire_progress_bar = { value = c:HUN.country_turmoil divide = 4 } - add = { + add = { desc = "passive_resistance_liberty_desire_progress_from_diplomatic_liberty_desire_tt" value = c:HUN.liberty_desire divide = 100 add = -0.25 } + add = { + desc = "passive_resistance_liberty_desire_progress_from_intelligentsia_tt" + value = c:HUN.ig:ig_intelligentsia.ig_clout + } } } start_value = 20 @@ -59,17 +63,25 @@ imperia_passive_resistance_deadlock_progress_bar = { exists = c:HUN exists = c:AUS } + # Deadlock when the values are within 10 points of each other if = { limit = { - c:HUN.var:passive_resistance_deadlock_difference < 10 - c:HUN.var:passive_resistance_deadlock_difference > -10 + global_var:passive_resistance_deadlock_difference < 10 + global_var:passive_resistance_deadlock_difference > -10 } add = { desc = "passive_resistance_deadlock_progress_from_deadlock_tt" value = 0.25 } } - else = { + # Lead when the values are more than 20 points apart + else_if = { + limit = { + OR = { + global_var:passive_resistance_deadlock_difference > 20 + global_var:passive_resistance_deadlock_difference < -20 + } + } add = { desc = "passive_resistance_deadlock_progress_from_lead_tt" value = -0.5 diff --git a/common/static_modifiers/imperia_dual_monarchy_modifiers.txt b/common/static_modifiers/imperia_dual_monarchy_modifiers.txt index 450f5dbca..6be513b44 100644 --- a/common/static_modifiers/imperia_dual_monarchy_modifiers.txt +++ b/common/static_modifiers/imperia_dual_monarchy_modifiers.txt @@ -11,4 +11,20 @@ modifier_crownland_construction_bonus = { imperia_passive_resistance_state_modifier = { icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds state_disallow_incorporation_bool = yes +} + +je_imperia_austrian_neo_absolutism_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + country_allow_enacting_decrees_in_subject_bool = yes +} + +je_imperia_passive_resistance_modifier = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds + building_government_administration_throughput_add = -0.33 +} + +passive_resistance_underground_network = { + icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_positive.dds + interest_group_ig_intelligentsia_pol_str_mult = 0.05 + interest_group_ig_intelligentsia_pop_attraction_mult = 0.05 } \ No newline at end of file diff --git a/localization/english/imperia_dual_monarchy_l_english.yml b/localization/english/imperia_dual_monarchy_l_english.yml index 84ae6db79..4738896eb 100644 --- a/localization/english/imperia_dual_monarchy_l_english.yml +++ b/localization/english/imperia_dual_monarchy_l_english.yml @@ -5,6 +5,10 @@ imperia_je_imperia_hungarian_revolution_ultimatum_button: "Prepare Ultimatum" imperia_je_imperia_hungarian_revolution_ultimatum_button_desc: "Prepare an ultimatum to our overlord demanding independence for Hungary.\nWe will be able to negotiate for a lesser solution, but either way war is almost assured." + ################################### + ### Neo-Absolutist Localisation ### + ################################### + je_imperia_austrian_neo_absolutism: "Austrian Neo-Absolutism" je_imperia_austrian_neo_absolutism_reason: "The Austrian Empire is in a state of crisis, and the only way to save it is to return to the old ways of absolutism." @@ -25,8 +29,39 @@ austria_punishment_timer_done_tt: "4 months must have passed since the last time we punished Hungary" + ####################################### + ### Passive Resistance Localisation ### + ####################################### je_imperia_passive_resistance: "Passive Resistance" je_imperia_passive_resistance_reason: "We must resist the Austrian Empire, but we must do so in a way that does not provoke a violent response." + + hungary_resistance_timer_done_tt: "#v 1#! year must have passed since the last time we resisted the Austrian Empire." + + # Art types, used in the custom localization for the passive resistance + POEM: "a Poem" + PLAY: "a Play" + MUSIC: "a Piece of Music" + ART: "Art" + + imperia_passive_resistance_commission_art_button: "Commission [ROOT.GetCountry.GetCustom('imperia_passive_resistance_commissioned_art_form_name')]" + imperia_passive_resistance_commission_art_button_desc: "Commission [ROOT.GetCountry.GetCustom('imperia_passive_resistance_commissioned_art_form_name')] to inspire the Hungarian people to resist the Austrian Empire and lift their spirits!" + decreases_relations_with_austro_friendlies_by_x_tt: "Decreases relations with Austrian friends by #v 5#!" + + # Secret society form + FOUND_SECRET_SOCIETY: "Found Secret Society" + WIDEN_UNDERGROUND_NETWORK: "Widen Underground Network" + + imperia_passive_resistance_underground_network_button: "[ROOT.GetCountry.GetCustom('imperia_passive_resistance_secret_society_spread_form_name')]" + imperia_passive_resistance_underground_network_button_desc: "Secret societies can spread the message of resistance and organize the Hungarian people against the Austrian Empire." + + passive_resistance_underground_network: "Underground Resistance Network" + pro_hungarian_sentiments_in_europe_tt: "Pro-Hungarian sentiments in Europe will increase, changing relations with Austria and Hungary ever so slightly." + imperia_passive_resistance_publish_essay_button: "Publish Political Essay" + imperia_passive_resistance_publish_essay_button_desc: "Publish a political essay that will help convince the European community of the righteousness of the Hungarian cause." + + ############################################# + ## The Shared Stuff for Passive Resistance ## + ############################################# imperia_passive_resistance_suppression_progress_bar: "Hungarian Suppression" imperia_passive_resistance_suppression_progress_bar_desc: "Hungarian Suppression ([JournalEntry.GetCurrentBarValue(ScriptedProgressBar.Self)|0]/200)" @@ -42,6 +77,7 @@ passive_resistance_liberty_desire_progress_from_turmoil_tt: "#b Hungarian#! [concept_turmoil]" passive_resistance_liberty_desire_progress_from_diplomatic_liberty_desire_tt: "#b Hungarian#! diplomatic [concept_liberty_desire]" + passive_resistance_liberty_desire_progress_from_intelligentsia_tt: "#b Hungarian#! $ig_intelligentsia$ [concept_clout]" liberty_desire_bar_full_tt: "#b $imperia_passive_resistance_liberty_desire_progress_bar$#! is #v 200#!" @@ -57,6 +93,18 @@ if_je_completed_from_deadlock_tt: "If #b $imperia_passive_resistance_deadlock_progress_bar$#! were at #v 200#!" + ## Increase / decrease localisation + passive_resistance_5_liberty_desire_increase_tt: "Increases #b $imperia_passive_resistance_liberty_desire_progress_bar$#! by #v 5#!" + passive_resistance_5_liberty_desire_decrease_tt: "Decreases #b $imperia_passive_resistance_liberty_desire_progress_bar$#! by #v 5#!" + passive_resistance_7_liberty_desire_increase_tt: "Increases #b $imperia_passive_resistance_liberty_desire_progress_bar$#! by #v 7#!" + passive_resistance_7_liberty_desire_decrease_tt: "Decreases #b $imperia_passive_resistance_liberty_desire_progress_bar$#! by #v 7#!" + passive_resistance_4_suppression_increase_tt: "Increases #b $imperia_passive_resistance_suppression_progress_bar$#! by #v 4#!" + passive_resistance_4_suppression_decrease_tt: "Decreases #b $imperia_passive_resistance_suppression_progress_bar$#! by #v 4#!" + + ############################################# + ### Dual Monarchy Events Localisation ####### + ############################################# + imperia_dual_monarchy.1.t: "The Hungarian Ultimatum" imperia_dual_monarchy.1.desc: "The leaders of our independence movement are preparing an ultimatum for our overlord.\nWe can either argue for our current borders, or willingly retreat to a smaller Hungary.\nEither way, war is almost assured." imperia_dual_monarchy.1.f: "The time has come for us to show that we are worthy of freedom, or to perish with honor." @@ -86,6 +134,10 @@ imperia_dual_monarchy.4.d: "Send aid to Hungary." # Generic imperia_dual_monarchy.4.e: "Stay out of it." + ############################################# + ### Miscellanous Localisation ############### + ############################################# + lost_hungarian_revolution_tt: "Hungary has lost the revolution." hungarian_revolution: "Hungarian Revolution" @@ -93,6 +145,7 @@ modifier_crownland_construction_bonus: "Crownland Construction Bonus" imperia_passive_resistance_state_modifier: "Passive Resistance" + je_imperia_passive_resistance_modifier: "Passive Resistance" notification_hungary_extra_land_confiscated_name: "New Territories Confiscated" notification_hungary_extra_land_confiscated_desc: "Following our loss in the revolt, the Austrian Empire has confiscated the new territories that were added to Hungary in recent times." @@ -114,6 +167,8 @@ notification_hungary_slovakia_confiscated_desc: "Following our loss in the revolt, the Austrian Empire has confiscated #b Slovakia#! from Hungary." notification_hungary_slovakia_confiscated_tooltip: "#header $notification_hungary_slovakia_confiscated_name$#!\n$TOOLTIP_DELIMITER$\n$notification_hungary_slovakia_confiscated_desc$" + + ############################# ### Foreign Aid Modifiers ### ############################# @@ -181,6 +236,7 @@ hungarian_revolution_two_sicilies_aid_to_hungary_modifier: "$sent_to_hungary$" hungarian_revolution_no_two_sicilies_aid_modifier: "$sent_no_aid$" + ############################################# # Special diplomatic play for the revolt dp_imperia_hungarian_revolt: "Revolution" dp_imperia_hungarian_revolt_tooltip: "#header Start a $dp_imperia_hungarian_revolt$ [concept_diplomatic_play]#!\n$TOOLTIP_DELIMITER$\n$dp_imperia_hungarian_revolt$"