From f3096a294219b0d17195c1bab3437b1511da2ab7 Mon Sep 17 00:00:00 2001 From: Jake0126 <62671778+SF-Jake@users.noreply.github.com> Date: Wed, 28 Sep 2022 17:56:38 -0500 Subject: [PATCH] Small Update - Fixed more UI bugs - The puppet war goal is based on population now - Nations with 1.5mil pops or lower can be puppeted - Every Player gets John Cena except Unvicilized nations - John Cena General is 3-3 general rather than 4-4 in my other mod - Mughals start 10% less civilization progress - People now get mobilization pop up --- common/cb_types.txt | 15 +- common/event_modifiers.txt | 4 + decisions/1 Setup.txt | 7 + decisions/NationalUnification.txt | 5 +- events/913XX Miscellaneous Events.txt | 38 + history/countries/MUG - Mughalistan.txt | 1 - interface/province_interface.gui | 1864 +++++++++ localisation/01_victorianlegacytext.csv | 2 + messagetypes_custom.txt | 4751 +++++++++++++++++++++++ 9 files changed, 6681 insertions(+), 6 deletions(-) create mode 100644 interface/province_interface.gui create mode 100644 messagetypes_custom.txt diff --git a/common/cb_types.txt b/common/cb_types.txt index 91b3920..81d385c 100644 --- a/common/cb_types.txt +++ b/common/cb_types.txt @@ -1279,10 +1279,6 @@ make_puppet = { good_relation_militancy_factor = 1 can_use = { - NOT = { is_our_vassal = THIS } - NOT = { number_of_states = 4 } - is_greater_power = no - is_vassal = no NOT = { OR = { tag = JAN @@ -1297,6 +1293,17 @@ make_puppet = { } } } + OR = { + NOT = { total_pops = 1500000 } + AND = { + NOT = { total_pops = 4000000 } + THIS = { revolution_n_counterrevolution = 1 } + } + NOT = { number_of_states = 4 } + } + NOT = { is_our_vassal = THIS } + is_greater_power = no + is_vassal = no } # THIS - us diff --git a/common/event_modifiers.txt b/common/event_modifiers.txt index 72a63aa..c57cbd3 100644 --- a/common/event_modifiers.txt +++ b/common/event_modifiers.txt @@ -1269,3 +1269,7 @@ banker_income_timer = { monthly_timer = { icon = 8 } + +john_cena_cooldown = { + icon = 15 +} \ No newline at end of file diff --git a/decisions/1 Setup.txt b/decisions/1 Setup.txt index d0ec09d..f465410 100644 --- a/decisions/1 Setup.txt +++ b/decisions/1 Setup.txt @@ -20,6 +20,13 @@ political_decisions = { duration = -1 } } + any_country = { + limit = { + ai = no + civilized = yes + } + country_event = 91332 + } } } } \ No newline at end of file diff --git a/decisions/NationalUnification.txt b/decisions/NationalUnification.txt index 7b299ae..4c7325a 100644 --- a/decisions/NationalUnification.txt +++ b/decisions/NationalUnification.txt @@ -1091,7 +1091,10 @@ unite_moldavia_wallachia = { is_greater_power = yes } is_culture_group = scandinavian - in_sphere = THIS + OR = { + in_sphere = THIS + vassal_of = THIS + } } country_event = { id=11101 days=0 } } diff --git a/events/913XX Miscellaneous Events.txt b/events/913XX Miscellaneous Events.txt index 7353a23..46bfc0d 100644 --- a/events/913XX Miscellaneous Events.txt +++ b/events/913XX Miscellaneous Events.txt @@ -21,6 +21,44 @@ country_event = { } } +######################################################################### +# John Cena General # +######################################################################### +country_event = { + id = 91332 + title = "John Cena General" + desc = "You can't see me." + + trigger = { + ai = no + NOT = { has_leader = "§RJohn Cena§W" } + NOT = { has_leader = "§RJohn Xina§W" } + NOT = { has_country_modifier = john_cena_cooldown } + } + immediate = { + add_country_modifier = { + name = john_cena_cooldown + duration = 120 + } + } + option = { + name = "§RJohn Cena§W" + define_general = { + name = "§RJohn Cena§W" + personality = defence_3.1 + background = attack_3.1 + } + } + option = { + name = "§RJohn Xina§W" + define_general = { + name = "§RJohn Xina§W" + personality = defence_3.1 + background = attack_3.1 + } + } +} + #Ghost Events diff --git a/history/countries/MUG - Mughalistan.txt b/history/countries/MUG - Mughalistan.txt index 4944ea7..893d606 100644 --- a/history/countries/MUG - Mughalistan.txt +++ b/history/countries/MUG - Mughalistan.txt @@ -23,7 +23,6 @@ upper_house = { admin_reform = yes_admin_reform foreign_weapons = yes_foreign_weapons -foreign_training = yes_foreign_training military_constructions = yes_military_constructions post_napoleonic_thought = 1 diff --git a/interface/province_interface.gui b/interface/province_interface.gui new file mode 100644 index 0000000..97246db --- /dev/null +++ b/interface/province_interface.gui @@ -0,0 +1,1864 @@ +guiTypes = { + windowType = { + name = "province_view" + backGround="" + position = { x=0 y=-528 } + size = { x=380 y=490 } + moveable = 0 + dontRender = "" + horizontalBorder= "" + verticalBorder= "" + fullScreen = no + Orientation = "LOWER_LEFT" + + iconType = { + name ="background" + spriteType = "GFX_provinceview_bg" + position = { x= 0 y = -19 } + Orientation = "UPPER_LEFT" + } + + guiButtonType = { + name = "close_button" + quadTextureSprite = "GFX_main_close_button" + position = { x= 374 y = -16 } + Orientation = "UPPER_LEFT" + shortcut = "ESCAPE" + } + + + ## Header + + windowType = { + name = "province_view_header" + backGround="" + position = { x=0 y=0 } + size = { x=380 y=55 } + moveable = 0 + dontRender = "" + horizontalBorder= "" + verticalBorder= "" + fullScreen = no + Orientation = "UPPER_LEFT" + + iconType = { + name ="prov_terrain" + spriteType = "GFX_terrainimg_mountain" + position = { x= 14 y = 72 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "state_name" + position = { x = 16 y = 9 } + font = "vic_22" + text = "state_name" + maxWidth = 200 + maxHeight = 16 + format = left + fixedsize = yes + } + + instantTextBoxType = { + name = "province_name" + position = { x = 17 y = 45 } + font = "vic_18" + text = "province_name" + maxWidth = 200 + maxHeight = 16 + format = left + } + + OverlappingElementsBoxType = { + name = "state_modifiers" + position = { x = 105 y = 5 } + size = { x=200 y= 32 } + Orientation = "UPPER_LEFT" + format = right + spacing = 1.0 + } + + OverlappingElementsBoxType = { + name = "province_modifiers" + position = { x = 188 y = 38 } + size = { x=200 y= 32 } + Orientation = "UPPER_LEFT" + format = right + spacing = 0 + } + + iconType = { + name = "slave_state_icon" + spriteType = "GFX_pops_mini" + position = { x= 195 y = 2 } + Orientation = "UPPER_LEFT" + frame = 10 + } + + guiButtonType = { + name = "colony_button" + quadTextureSprite = "GFX_province_colony_icon" + position = { x= 226 y = 6 } + Orientation = "UPPER_LEFT" + + } + + guiButtonType = { + name = "national_focus" + quadTextureSprite = "GFX_province_natfocus_strip" + position = { x= 259 y = 3 } + Orientation = "UPPER_LEFT" + shortcut = "f" + } + + iconType = { + name = "admin_icon" + spriteType = "GFX_pops_mini" + position = { x= 302 y = -6 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "admin_efficiency" + position = { x = 300 y = 24 } + font = "Arial12" + text = "10%" + maxWidth = 40 + maxHeight = 16 + format = centre + } + + iconType = { + name = "controller_flag" + position = { x=355 y =135 } + spriteType ="GFX_minishield_small" + } + + iconType = { + name = "flashpoint_indicator" + position = { x=357 y =70 } + spriteType = "GFX_flashpoint_tension_icon" + Orientation = "UPPER_LEFT" + } + + iconType = { + name = "liferating" + spriteType = "GFX_liferating_progress" + position = { x = 42 y = 150 } + } + + iconType = { + name = "liferating_overlay" + spriteType = "GFX_liferating_overlay" + position = { x= 22 y = 137 } + Orientation = "UPPER_LEFT" + } + + iconType = { + name = "occupation_progress" + spriteType = "GFX_occupation_progress" + position = { x = 222 y = 143 } + } + iconType = { + name = "occupation_icon" + spriteType = "GFX_province_siege_icon" + position = { x = 194 y = 87 } + } + iconType = { + name = "occupation_flag" + spriteType = "GFX_minishield_small" + position = { x = 194 y = 135 } + } + + iconType = { + name = "owner_icon" + spriteType = "GFX_pops_mini" + position = { x= 342 y = -6 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "owner_presence" + position = { x = 340 y = 24 } + font = "Arial12" + text = "10%" + maxWidth = 40 + maxHeight = 16 + format = centre + } + } + + + ## All statistics of province + + windowType = { + name = "province_statistics" + backGround="" + position = { x=0 y=75 } + size = { x=380 y=230 } + moveable = 0 + dontRender = "" + horizontalBorder= "" + verticalBorder= "" + fullScreen = no + Orientation = "UPPER_LEFT" + + #guiButtonType = { + # name ="owner_flag" + # quadTextureSprite = "GFX_thinshield" + # position = { x= 5 y = 46 } + # Orientation = "UPPER_LEFT" + # rotation = -1.5708 #-1.571 < pi/2 dvs 90 degrees + #} + + #guiButtonType = { + # name ="occupier_flag" + # quadTextureSprite = "GFX_minishield_war" + # position = { x= 40 y = 75 } + # Orientation = "UPPER_LEFT" + # rotation = 0 #-1.571 < pi/2 dvs 90 degrees + #} + + + + + + ######## production + + iconType = { + name = "goods_type" + spriteType = "GFX_resources" + position = { x = 23 y = 110 } + } + + instantTextBoxType = { + name = "produced" + position = { x = 57 y = 114 } + font = "vic_18_black" + text = "income" + maxWidth = 100 + maxHeight = 16 + format = left + } + + instantTextBoxType = { + name = "income" + position = { x = 127 y = 114 } + font = "vic_18_black" + text = "income" + maxWidth = 100 + maxHeight = 16 + format = left + } + + iconType = { + name = "employment_ratio" + spriteType = "GFX_employment_ratio" + position = { x=209 y =113 } + frame=5 + } + + instantTextBoxType = { + name = "rgo_population" + position = { x = 254 y = 114 } + font = "vic_18_black" + text = "rgo_population" + maxWidth = 100 + maxHeight = 16 + format = left + } + + instantTextBoxType = { + name = "rgo_percent" + position = { x = 340 y = 114 } + font = "vic_18_black" + text = "10%" + maxWidth = 60 + maxHeight = 16 + format = left + } + + ######## CRIME / REVOLT + + iconType = { + name = "crime_icon" + spriteType = "GFX_crime_strip" + position = { x= 23 y = 131 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "crime_name" + position = { x = 57 y = 138 } + font = "vic_18_black" + text = "crime_name" + maxWidth = 200 + maxHeight = 16 + format = left + } + + iconType = { + name = "crimefight_icon" + spriteType = "GFX_province_crimefight" + position = { x= 244 y = 130 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "crimefight_percent" + position = { x = 262 y = 138 } + font = "vic_18_black" + text = "10%" + maxWidth = 100 + maxHeight = 16 + format = left + } + + iconType = { + name = "rebel_icon" + spriteType = "GFX_province_revolt" + position = { x= 307 y = 130 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "rebel_percent" + position = { x = 340 y = 138 } + font = "vic_18_black" + text = "10%" + maxWidth = 60 + maxHeight = 16 + format = left + } + + ######## POPULATION + iconType = { + name = "total_population_icon" + spriteType = "GFX_province_pop" + position = { x= 30 y = 164 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "total_population" + position = { x = 57 y = 167 } + font = "vic_18_black" + text = "total_population" + maxWidth = 100 + maxHeight = 16 + format = left + } + + iconType = { + name = "migration_icon" + spriteType = "GFX_province_immi" + position = { x= 25 y = 185 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "migration" + position = { x = 57 y = 188 } + font = "vic_18_black" + text = "10%" + maxWidth = 100 + maxHeight = 16 + format = left + } + + iconType = { + name = "growth_icon" + spriteType = "GFX_province_growth" + position = { x= 28 y = 204 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "growth" + position = { x = 57 y = 209 } + font = "vic_18_black" + text = "10%" + maxWidth = 100 + maxHeight = 16 + format = left + } + + instantTextBoxType = { + name = "workforce" + position = { x = 127 y = 161 } + font = "vic_18_black" + text = "Workforce" + maxWidth = 100 + maxHeight = 16 + format = centre + } + + iconType = { + name = "workforce_chart" + spriteType = "GFX_province_chart" + position = { x= 177 y = 178 } + Orientation = "UPPER_LEFT" + } + + iconType = { + name = "overlay_1" + spriteType = "GFX_chart_overlay_small" + position = { x= 146 y = 171 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "ideology" + position = { x = 199 y = 161 } + font = "vic_18_black" + text = "Ideology" + maxWidth = 100 + maxHeight = 16 + format = centre + } + + iconType = { + name = "ideology_chart" + spriteType = "GFX_province_chart" + position = { x= 249 y = 178 } + Orientation = "UPPER_LEFT" + } + iconType = { + name = "overlay_2" + spriteType = "GFX_chart_overlay_small" + position = { x= 218 y = 171 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "culture" + position = { x = 271 y = 161 } + font = "vic_18_black" + text = "Culture" + maxWidth = 100 + maxHeight = 16 + format = centre + } + + iconType = { + name = "culture_chart" + spriteType = "GFX_province_chart" + position = { x= 321 y = 178 } + Orientation = "UPPER_LEFT" + } + iconType = { + name = "overlay_3" + spriteType = "GFX_chart_overlay_small" + position = { x= 290 y = 171 } + Orientation = "UPPER_LEFT" + } + + guiButtonType = { + name = "open_popscreen" + quadTextureSprite = "GFX_open_popscreen" + buttonFont = "vic_18_black" + buttonText = "" + Orientation = "UPPER_LEFT" + clicksound = click + position = { x= 353 y = 191 } + shortcut = "s" + } + + guiButtonType = { + name = "build_factory_button" + position = { x= 331 y = 280 } + quadTextureSprite = "GFX_build_factory" + clicksound = click + } + + iconType = { + name = "party_loyalty" + spriteType = "GFX_party_loyalty_strip" + position = { x = 18 y = -1 } + Orientation = "UPPER_LEFT" + } + + ######## CORES+supply limit + + instantTextBoxType = { + name = "supply_limit_label" + position = { x = 28 y = 237 } + font = "vic_18_black" + text = "PROVINCEVIEW_SUPPLY_LIMIT" + maxWidth = 100 + maxHeight = 16 + format = left + } + instantTextBoxType = { + name = "supply_limit" + position = { x = 138 y = 237 } + font = "vic_18_black" + text = "42" + maxWidth = 60 + maxHeight = 16 + format = centre + } + + instantTextBoxType = { + name = "cores" + position = { x = 207 y = 237 } + font = "vic_18_black" + text = "PROVINCEVIEW_CORES" + maxWidth = 100 + maxHeight = 16 + format = left + } + + OverlappingElementsBoxType = { + name = "core_icons" + position = { x = 265 y = 231 } + size = { x=110 y= 32 } + Orientation = "UPPER_LEFT" + format = right + spacing = 1.0 + } + } + + ################################## + ## colonial province view + ################################## + ################################## + + windowType = { + name = "province_colony" + backGround="" + position = { x=9 y=170 } + size = { x=380 y=230 } + moveable = 0 + dontRender = "" + horizontalBorder= "" + verticalBorder= "" + fullScreen = no + Orientation = "UPPER_LEFT" + + iconType = { + name = "background" + spriteType = "GFX_province_colony_bg" + position = { x= -2 y = 0 } + Orientation = "UPPER_LEFT" + } + + ### uncolonized interface. + instantTextBoxType = { + name = "uncolonized_label" + position = { x = 41 y = 12 } + font = "vic_22" + text = "PROVINCEVIEW_UNCOLONIZED" + maxWidth = 300 + maxHeight = 20 + format = centre + } + + instantTextBoxType = { + name = "uncolonized_phase" + position = { x = 41 y = 29 } + font = "vic_18" + text = "" + maxWidth = 300 + maxHeight = 20 + format = centre + } + + iconType = { + name = "crisis_temperature" + spriteType = "GFX_crisis_temperature_progress" + position = { x = 81 y = 52 } + } + + iconType = { + name = "crisis_temperature_frame" + spriteType = "GFX_crisis_temperature_bar_frame" + position = { x = 79 y = 50 } + } + + listboxType = { + name ="colonist_list" + position = { x = 10 y = 106 } + backGround="" + size = { x=209 y = 250 } + Orientation = "UPPER_LEFT" + spacing = 2 + scrollbartype = "standardlistbox_slider" + borderSize = {x = 0 y = 0} + } + + guiButtonType = { + name = "colonize_button" + quadTextureSprite = "GFX_button_standard_177" + buttonFont = "vic_18_black" + buttonText = "CREATE_PROTECTORATE" + Orientation = "UPPER_LEFT" + clicksound = click + position = { x= 13 y = 69 } + } + + guiButtonType = { + name = "withdraw_button" + quadTextureSprite = "GFX_button_standard_177" + buttonFont = "vic_18_black" + buttonText = "UNCOLONIZED_WITHDRAW" + Orientation = "UPPER_LEFT" + clicksound = click + position = { x= 194 y = 69 } + } + + + ######## production + iconType = { + name = "goods_type" + spriteType = "GFX_resources" + position = { x = 235 y = 321 } + } + + + ######## POPULATION + iconType = { + name = "total_population_icon" + spriteType = "GFX_province_pop" + position = { x= 275 y = 323 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "total_population" + position = { x = 305 y = 325 } + font = "vic_18_black" + text = "total_population" + maxWidth = 100 + maxHeight = 16 + format = left + } + + iconType = { + name = "culture_chart" + spriteType = "GFX_province_chart_small" + position = { x= 359 y = 318 } + Orientation = "UPPER_LEFT" + } + iconType = { + name = "overlay_3" + spriteType = "GFX_pops_piesmall_overlay" + position = { x= 344 y = 316} + Orientation = "UPPER_LEFT" + } + + ### Rally Point (other nation province view) + iconType = { + name ="rally_land_icon" + spriteType = "GFX_rally_land_icon" + position = { x = 107 y = 323 } + Orientation = "UPPER_LEFT" + } + + iconType = { + name ="rallypoint_merge_icon" + spriteType = "GFX_rally_merge_small" + position = { x = 152 y = 325 } + Orientation = "UPPER_LEFT" + } + + iconType = { + name ="rally_naval_icon" + spriteType = "GFX_rally_naval_icon" + position = { x = 10 y = 323 } + Orientation = "UPPER_LEFT" + } + iconType = { + name ="rallypoint_merge_icon_naval" + spriteType = "GFX_rally_merge_small" + position = { x = 55 y = 325 } + Orientation = "UPPER_LEFT" + } + + checkboxType = { + name = "rallypoint_checkbox" + position = { x = 127 y = 322 } + quadTextureSprite = "GFX_rally_land_checkbox" + shortcut = "x" + } + + checkboxType = { + name = "rallypoint_merge_checkbox" + position = { x = 172 y = 322 } + quadTextureSprite = "GFX_rally_land_checkbox" + shortcut = "c" + } + checkboxType = { + name = "rallypoint_checkbox_naval" + position = { x = 30 y = 322 } + quadTextureSprite = "GFX_rally_naval_checkbox" + shortcut = "v" + } + + checkboxType = { + name = "rallypoint_merge_checkbox_naval" + position = { x = 75 y = 322 } + quadTextureSprite = "GFX_rally_naval_checkbox" + shortcut = "b" + } + } + + ################################## + ## Other nation province view + ################################## + ################################## + + windowType = { + name = "province_other" + backGround="" + position = { x=9 y=170 } + size = { x=380 y=230 } + moveable = 0 + dontRender = "" + horizontalBorder= "" + verticalBorder= "" + fullScreen = no + Orientation = "UPPER_LEFT" + + iconType = { + name = "background" + spriteType = "GFX_province_other_bg" + position = { x= 4 y = 11 } + Orientation = "UPPER_LEFT" + } + + + + + ######## CORES+ supply limit + + instantTextBoxType = { + name = "supply_limit_label" + position = { x = 20 y = 109 } + font = "vic_18_black" + text = "PROVINCEVIEW_SUPPLY_LIMIT" + maxWidth = 100 + maxHeight = 16 + format = left + } + instantTextBoxType = { + name = "supply_limit" + position = { x = 105 y = 110 } + font = "vic_18_black" + text = "42" + maxWidth = 60 + maxHeight = 16 + format = right + } + + + instantTextBoxType = { + name = "cores" + position = { x = 20 y = 88 } + font = "vic_18_black" + text = "PROVINCEVIEW_CORES" + maxWidth = 100 + maxHeight = 16 + format = left + } + + OverlappingElementsBoxType = { + name = "core_icons" + position = { x = 78 y = 82 } + size = { x=95 y= 32 } + Orientation = "UPPER_LEFT" + format = right + spacing = 1.0 + } + + ######## production + + iconType = { + name = "goods_type" + spriteType = "GFX_resources" + position = { x = 20 y = 48 } + } + + + ######## POPULATION + iconType = { + name = "total_population_icon" + spriteType = "GFX_province_pop" + position = { x= 20 y = 19 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "total_population" + position = { x = 50 y = 21 } + font = "vic_18_black" + text = "total_population" + maxWidth = 100 + maxHeight = 16 + format = left + } + + instantTextBoxType = { + name = "workforce" + position = { x = 130 y = 14 } + font = "vic_18_black" + text = "Workforce" + maxWidth = 100 + maxHeight = 16 + format = centre + } + + iconType = { + name = "workforce_chart" + spriteType = "GFX_province_chart" + position = { x= 180 y = 31 } + Orientation = "UPPER_LEFT" + } + + iconType = { + name = "overlay_1" + spriteType = "GFX_chart_overlay_small" + position = { x= 149 y = 24 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "ideology" + position = { x = 210 y = 14 } + font = "vic_18_black" + text = "Ideology" + maxWidth = 100 + maxHeight = 16 + format = centre + } + + iconType = { + name = "ideology_chart" + spriteType = "GFX_province_chart" + position = { x= 260 y = 31 } + Orientation = "UPPER_LEFT" + } + iconType = { + name = "overlay_2" + spriteType = "GFX_chart_overlay_small" + position = { x= 229 y = 24 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "culture" + position = { x = 290 y = 14 } + font = "vic_18_black" + text = "Culture" + maxWidth = 100 + maxHeight = 16 + format = centre + } + + iconType = { + name = "culture_chart" + spriteType = "GFX_province_chart" + position = { x= 340 y = 31 } + Orientation = "UPPER_LEFT" + } + iconType = { + name = "overlay_3" + spriteType = "GFX_chart_overlay_small" + position = { x= 309 y = 24 } + Orientation = "UPPER_LEFT" + } + + ## Country Info + guiButtonType = { + name = "country_flag" + position = { x= 12 y = 150 } + quadTextureSprite ="GFX_topbarflag" + buttonText = " " + buttonFont = "vic_18_black" + } + + iconType = { + name ="our_relation_icon" + spriteType = "GFX_diplo_relation_icon" + position = { x = 25 y = 205 } + Orientation = "UPPER_LEFT" + } + instantTextBoxType = { + name = "our_relation" + position = { x = 45 y = 205 } + font = "vic_22_black" + text = "-200" + maxWidth = 100 + maxHeight = 20 + } + + iconType = { + name ="country_flag_overlay" + spriteType = "GFX_topbar_flag_overlay_trans" + position = { x= 5 y = 132 } + Orientation = "UPPER_LEFT" + } + + + instantTextBoxType = { + name = "country_name" + position = { x = 85 y = 140 } + font = "vic_22" + text = "France" + maxWidth = 190 + maxHeight = 20 + fixedsize = yes + } + + instantTextBoxType = { + name = "country_status" + position = { x = 90 y = 170 } + font = "Arial12_black" + text = "Great Power" + maxWidth = 250 + maxHeight = 20 + fixedsize = yes + } + + + instantTextBoxType = { + name = "country_gov" + position = { x = 90 y = 190 } + font = "Arial12_black" + text = "country_gov" + maxWidth = 250 + maxHeight = 20 + fixedsize = yes + } + + instantTextBoxType = { + name = "country_party" + position = { x = 90 y = 210 } + font = "Arial12_black" + text = "country_party" + maxWidth = 250 + maxHeight = 20 + fixedsize = yes + } + + ### RANKINGS + instantTextBoxType = { + name = "selected_score_label" + position = { x = 290 y = 134 } + textureFile = "" + font = "vic_18" + borderSize = {x = 0 y = 4} + text = "FE_SCORE" + maxWidth = 100 + maxHeight = 20 + format = left + } + instantTextBoxType = { + name = "selected_rank_label" + position = { x = 289 y = 134 } + textureFile = "" + font = "vic_18" + borderSize = {x = 0 y = 4} + text = "FE_RANK" + maxWidth = 80 + maxHeight = 20 + format = right + } + + ### ranking prestige + iconType = { + name ="selected_prestige_icon" + spriteType = "GFX_topbar_prestige" + position = { x= 268 y = 154 } + Orientation = "UPPER_LEFT" + } + instantTextBoxType = { + name = "country_prestige" + position = { x = 290 y = 158 } + font = "Arial12_black" + text = "1372" + maxWidth = 100 + maxHeight = 20 + } + instantTextBoxType = { + name = "selected_prestige_rank" + position = { x = 286 y = 158 } + textureFile = "" + font = "Arial12_black" + text = "3" + maxWidth = 80 + maxHeight = 30 + format = right + } + + ### ranking industry + iconType = { + name ="selected_industry_icon" + spriteType = "GFX_topbar_production" + position = { x= 266 y = 170 } + Orientation = "UPPER_LEFT" + } + instantTextBoxType = { + name = "country_economic" + position = { x = 290 y = 176 } + font = "Arial12_black" + text = "1372" + maxWidth = 100 + maxHeight = 20 + } + instantTextBoxType = { + name = "selected_industry_rank" + position = { x = 286 y = 176 } + textureFile = "" + font = "Arial12_black" + text = "12" + maxWidth = 80 + maxHeight = 30 + format = right + } + + ### ranking military + iconType = { + name ="selected_military_icon" + spriteType = "GFX_army_icon_2" + position = { x= 266 y = 188 } + Orientation = "UPPER_LEFT" + } + instantTextBoxType = { + name = "country_military" + position = { x = 290 y = 194 } + font = "Arial12_black" + text = "1372" + maxWidth = 100 + maxHeight = 20 + } + instantTextBoxType = { + name = "selected_military_rank" + position = { x = 286 y = 194 } + textureFile = "" + font = "Arial12_black" + text = "139" + maxWidth = 80 + maxHeight = 30 + format = right + } + + + ### total rank + + + instantTextBoxType = { + name = "country_total" + position = { x = 290 y = 212 } + font = "Arial12_bold_black" + text = "1372" + maxWidth = 100 + maxHeight = 20 + } + instantTextBoxType = { + name = "selected_total_rank" + position = { x = 286 y = 212 } + textureFile = "" + font = "Arial12_bold_black" + text = "1" + maxWidth = 80 + maxHeight = 30 + format = right + } + + ####### + + + instantTextBoxType = { + name = "sphere_label" + position = { x = 20 y = 232 } + font = "vic_18_black" + text = "DIPLOMACY_SPHERE_LABEL" + maxWidth = 250 + maxHeight = 20 + } + instantTextBoxType = { + name = "puppet_label" + position = { x = 20 y = 254 } + font = "vic_18_black" + text = "DIPLOMACY_SPHERE_LABEL" + maxWidth = 250 + maxHeight = 20 + } + instantTextBoxType = { + name = "allied_label" + position = { x = 20 y = 276 } + font = "vic_18_black" + text = "ALLIED_WITH" + maxWidth = 250 + maxHeight = 20 + } + instantTextBoxType = { + name = "war_label" + position = { x = 20 y = 298 } + font = "vic_18_black" + text = "AT_WAR_WITH" + maxWidth = 250 + maxHeight = 20 + } + + + ## flags + OverlappingElementsBoxType = { + name = "sphere_targets" + position = { x = 115 y = 224 } + size = { x=256 y= 32 } + Orientation = "UPPER_LEFT" + format = right + spacing = 1.0 + } + + OverlappingElementsBoxType = { + name = "puppet_targets" + position = { x = 115 y = 246 } + size = { x=256 y= 32 } + Orientation = "UPPER_LEFT" + format = right + spacing = 1.0 + } + + OverlappingElementsBoxType = { + name = "allied_targets" + position = { x = 115 y = 268 } + size = { x=256 y= 32 } + Orientation = "UPPER_LEFT" + format = right + spacing = 1.0 + } + + OverlappingElementsBoxType = { + name = "war_targets" + position = { x = 115 y = 290 } + size = { x=256 y= 32 } + Orientation = "UPPER_LEFT" + format = right + spacing = 1.0 + } + + #### + + guiButtonType = { + name = "send_diplomat" + quadTextureSprite = "GFX_button_standard_177" + buttonFont = "vic_18_black" + buttonText = "GO_TO_DIPLOMACY" + Orientation = "UPPER_LEFT" + clicksound = click + position = { x= 195 y = 312 } + } + + iconType = { + name = "build_icon_fort" + spriteType = "GFX_province_fort_strip" + position = { x= 180 y = 88 } + Orientation = "UPPER_LEFT" + } + + iconType = { + name = "build_icon_navalbase" + spriteType = "GFX_province_navalbase_strip" + position = { x= 223 y = 88 } + Orientation = "UPPER_LEFT" + } + + + iconType = { + name = "build_icon_infra" + spriteType = "GFX_province_infra_strip" + position = { x= 270 y = 88 } + Orientation = "UPPER_LEFT" + } + ### progressbar when investing in railroad. + windowType = { + name = "infra_progress_win" + position = { x= 270 y = 119 } + size = { x=380 y=230 } + moveable = 0 + + iconType = { + name = "building_progress" + spriteType = "GFX_investrail_progress" + position = { x = 0 y = 2 } + } + iconType = { + name = "investrail_progress_overlay" + spriteType = "GFX_investrail_progress_overlay" + position = { x = -1 y = -4 } + } + } + ##### + + guiButtonType = { + name = "invest_build_infra" + position = { x= 309 y = 88 } + quadTextureSprite = "GFX_invest_rail_button" + clicksound = click + } + + guiButtonType = { + name = "invest_factory_button" + position = { x= 342 y = 88 } + quadTextureSprite = "GFX_invest_factory_button" + clicksound = click + } + + ### Rally Point (other nation province view) + iconType = { + name ="rally_land_icon" + spriteType = "GFX_rally_land_icon" + position = { x = 10 y = 319 } + Orientation = "UPPER_LEFT" + } + + iconType = { + name ="rallypoint_merge_icon" + spriteType = "GFX_rally_merge_small" + position = { x = 55 y = 321 } + Orientation = "UPPER_LEFT" + } + + iconType = { + name ="rally_naval_icon" + spriteType = "GFX_rally_naval_icon" + position = { x = 100 y = 318 } + Orientation = "UPPER_LEFT" + } + iconType = { + name ="rallypoint_merge_icon_naval" + spriteType = "GFX_rally_merge_small" + position = { x = 145 y = 321 } + Orientation = "UPPER_LEFT" + } + + checkboxType = { + name = "rallypoint_checkbox" + position = { x = 30 y = 319 } + quadTextureSprite = "GFX_rally_land_checkbox" + shortcut = "x" + } + + checkboxType = { + name = "rallypoint_merge_checkbox" + position = { x = 75 y = 319 } + quadTextureSprite = "GFX_rally_land_checkbox" + shortcut = "c" + } + checkboxType = { + name = "rallypoint_checkbox_naval" + position = { x = 120 y = 319 } + quadTextureSprite = "GFX_rally_naval_checkbox" + shortcut = "v" + } + + checkboxType = { + name = "rallypoint_merge_checkbox_naval" + position = { x = 165 y = 319 } + quadTextureSprite = "GFX_rally_naval_checkbox" + shortcut = "b" + } + } + + ## Province buildings and military + + + windowType = { + name = "province_buildings" + backGround="" + position = { x=0 y=343 } + size = { x=380 y=180 } + moveable = 0 + dontRender = "" + horizontalBorder= "" + verticalBorder= "" + fullScreen = no + Orientation = "UPPER_LEFT" + + guiButtonType = { + name = "build_army" + position = { x = 82 y = 132 } + quadTextureSprite = "GFX_button_standard_144" + buttonText="PROVINCEVIEW_BUILD_ARMY2" + buttonFont = "vic_18_black" + Orientation = "UPPER_LEFT" + clicksound = click + shortcut = "a" + } + + guiButtonType = { + name = "build_navy" + position = { x = 238 y = 132 } + quadTextureSprite = "GFX_button_standard_144" + buttonText="PROVINCEVIEW_BUILD_NAVY2" + buttonFont = "vic_18_black" + Orientation = "UPPER_LEFT" + clicksound = click + shortcut = "n" + } + + iconType = { + name = "army_icon" + spriteType = "GFX_topbar_army" + position = { x = 71 y = 104 } + } + + instantTextBoxType = { + name = "army_size" + position = { x = 103 y = 112 } + font = "vic_18_black" + text = "army_size" + maxWidth = 50 + maxHeight = 16 + format = left + } + + iconType = { + name = "navy_icon" + spriteType = "GFX_topbar_navy" + position = { x = 237 y = 104 } + } + + iconType = { + name = "army_progress" + spriteType = "GFX_military_progress" + position = { x = 139 y = 111 } + } + iconType = { + name = "army_progress_overlay" + spriteType = "GFX_military_progress_overlay" + position = { x = 136 y = 107 } + } + + instantTextBoxType = { + name = "army_text" + position = { x = 135 y = 111 } + font = "vic_18_black" + text = "army_text" + maxWidth = 100 + maxHeight = 16 + format = centre + } + + iconType = { + name = "navy_progress" + spriteType = "GFX_military_progress" + position = { x = 285 y = 111 } + } + iconType = { + name = "navy_progress_overlay" + spriteType = "GFX_military_progress_overlay" + position = { x = 282 y = 107 } + } + + instantTextBoxType = { + name = "navy_text" + position = { x = 281 y = 111 } + font = "vic_18_black" + text = "navy_text" + maxWidth = 100 + maxHeight = 16 + format = centre + } + + ### Rally Point (our nation province view) + iconType = { + name ="rally_land_icon" + spriteType = "GFX_rally_land_icon" + position = { x = 23 y = 105 } + Orientation = "UPPER_LEFT" + } + iconType = { + name ="rally_naval_icon" + spriteType = "GFX_rally_naval_icon" + position = { x = 46 y = 104 } + Orientation = "UPPER_LEFT" + } + + iconType = { + name ="rallypoint_merge_icon" + spriteType = "GFX_rally_merge_small" + position = { x = 22 y = 138 } + Orientation = "UPPER_LEFT" + } + iconType = { + name ="rallypoint_merge_icon_naval" + spriteType = "GFX_rally_merge_small" + position = { x = 46 y = 138 } + Orientation = "UPPER_LEFT" + } + + checkboxType = { + name = "rallypoint_checkbox" + position = { x = 23 y = 121 } + quadTextureSprite = "GFX_rally_land_checkbox" + shortcut = "x" + } + + checkboxType = { + name = "rallypoint_merge_checkbox" + position = { x = 23 y = 148 } + quadTextureSprite = "GFX_rally_land_checkbox" + shortcut = "c" + } + checkboxType = { + name = "rallypoint_checkbox_naval" + position = { x = 47 y = 121 } + quadTextureSprite = "GFX_rally_naval_checkbox" + shortcut = "v" + } + + checkboxType = { + name = "rallypoint_merge_checkbox_naval" + position = { x = 47 y = 148 } + quadTextureSprite = "GFX_rally_naval_checkbox" + shortcut = "b" + } + } + + ######################## + # National Focus # + ######################## + windowType = { + name = "national_focus_window" + backGround ="" + position = { x=5 y=64 } + size = { x=40 y=40 } + moveable = 0 + dontRender = "" + horizontalBorder = "0" + verticalBorder = "" + fullScreen = no + + iconType = { + 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" + } + + guiButtonType = { + name = "cancel_button" + position = { x=218 y =11} + quadTextureSprite ="GFX_button_thin_160" + buttonText = "REMOVE_FOCUS" + buttonFont = "vic_18_black" + } + } + } + + ## building entries + + windowType = { + name = "building" + backGround="" + position = { x=0 y=0 } + size = { x=380 y=35 } + moveable = 0 + dontRender = "" + horizontalBorder= "" + verticalBorder= "" + fullScreen = no + Orientation = "UPPER_LEFT" + + iconType = { + name = "build_icon0" + spriteType = "GFX_province_fort_strip" + position = { x= 23 y = -4 } + Orientation = "UPPER_LEFT" + } + iconType = { + name = "build_icon1" + spriteType = "GFX_province_navalbase_strip" + position = { x= 23 y = -4 } + Orientation = "UPPER_LEFT" + } + iconType = { + name = "build_icon2" + spriteType = "GFX_province_infra_strip" + position = { x= 23 y = -4 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + name = "description" + position = { x = 69 y = 7 } + font = "vic_18_black" + text = "description" + maxWidth = 135 + maxHeight = 16 + fixedsize = yes + format = left + } + + guiButtonType = { + name = "expand" + position = { x= 204 y = 1 } + quadTextureSprite = "GFX_button_thin_120" + buttonText="PROVINCEVIEW_EXPAND" + buttonFont = "vic_18_black" + Orientation = "UPPER_LEFT" + clicksound = click + shortcut = "e" + } + + iconType = { + name = "underconstruction_icon" + spriteType = "GFX_province_expanding" + position = { x= 171 y = -5 } + Orientation = "UPPER_LEFT" + } + + iconType = { + name = "building_progress" + spriteType = "GFX_building_progress" + position = { x = 209 y = 6 } + } + + instantTextBoxType = { + name = "expand_text" + position = { x = 217 y = 5 } + font = "vic_18" + text = "PROVINCEVIEW_EXPANDING" + maxWidth = 100 + maxHeight = 16 + format = centre + } + + } + + ######################## + # CORES # + ######################## + windowType = { + name = "province_core" + backGround ="" + position = { x=0 y=0 } + size = { x=28 y=28 } + moveable = 0 + dontRender = "" + horizontalBorder = "0" + verticalBorder = "" + fullScreen = no + + guiButtonType = { + name = "country_flag" + position = { x=0 y =7 } + quadTextureSprite ="GFX_flag_new" + buttonText = " " + buttonFont = "vic_18_black" + } + } + + ######################## + # MODIFIERS # + ######################## + windowType = { + name = "prov_state_modifier" + backGround ="" + position = { x=0 y=0 } + size = { x=30 y=40 } + moveable = 0 + dontRender = "" + horizontalBorder = "0" + verticalBorder = "" + fullScreen = no + + guiButtonType = { + name = "modifier" + position = { x=0 y =0 } + quadTextureSprite ="GFX_modifier_icons" + buttonText = " " + buttonFont = "vic_18_black" + } + } + + ######################## + # National focus items # + ######################## + + positionType = { + name = "focuscategory_start" + position = { x = 25 y = 73 } + } + positionType = { + name = "focuscategory_step" + position = { x = 25 y = 62 } + } + + windowType = { + name = "focus_category" + backGround ="" + position = { x=0 y=0 } + size = { x=250 y=52 } + moveable = 0 + dontRender = "" + horizontalBorder = "0" + verticalBorder = "" + fullScreen = no + + instantTextBoxType = { + name = "name" + position = { x = 0 y = -33 } + font = "vic_22" + text = "Category" + maxWidth = 360 + maxHeight = 16 + format = left + } + + OverlappingElementsBoxType = { + name = "focus_icons" + position = { x = -8 y = -9 } + size = { x=390 y= 32 } + Orientation = "UPPER_LEFT" + format = left + spacing = 1.0 + } + } + + ### FOCUS ITEM + windowType = { + name = "focus_item" + backGround ="" + position = { x=0 y=0 } + size = { x=32 y=32 } + moveable = 0 + dontRender = "" + horizontalBorder = "0" + verticalBorder = "" + fullScreen = no + + guiButtonType = { + name ="focus_icon" + quadTextureSprite = "GFX_province_natfocus_strip" + position = { x= 0 y = 0 } + Orientation = "UPPER_LEFT" + } + } + + ### COLONIST ITEM + windowType = { + name = "colonist_item" + position = { x=0 y=0 } + size = { x=50 y=50 } + moveable = 0 + fullScreen = no + + iconType = { + name = "controller_flag" + position = { x=0 y=0 } + spriteType ="GFX_diplo_gp_flag" + } + + OverlappingElementsBoxType = { + name = "levels" + position = { x = 60 y = 0 } + size = { x=500 y= 50 } + Orientation = "UPPER_LEFT" + format = left + spacing = 0.0 + } + + + instantTextBoxType = { + name = "progress_counter" + position = { x = 305 y = 30 } + font = "vic_18" + text = "99" + maxWidth = 50 + maxHeight = 16 + format = right + } + } + + windowType = { + name = "level_entry" + position = { x=0 y=0 } + size = { x=60 y=28 } + moveable = 0 + fullScreen = no + + iconType = { + name = "progress_icon" + position = { x=0 y=0 } + spriteType ="GFX_colony_invest_strip" + } + + guiButtonType = { + name = "progress_button" + position = { x=0 y=0 } + quadTextureSprite = "GFX_colony_invest_add_strip" + buttonText="" + buttonFont = "vic_18_black" + Orientation = "UPPER_LEFT" + clicksound = click + shortcut = "c" + } + } + + + ## Province buildings and military + windowType = { + name = "province_buildings" + backGround="" + position = { x=0 y=343 } + size = { x=380 y=180 } + moveable = 0 + dontRender = "" + horizontalBorder= "" + verticalBorder= "" + fullScreen = no + Orientation = "UPPER_LEFT" + + guiButtonType = { + name = "build_army" + position = { x = 82 y = 132 } + quadTextureSprite = "GFX_button_standard_144" + buttonText="PROVINCEVIEW_BUILD_ARMY2" + buttonFont = "vic_18_black" + Orientation = "UPPER_LEFT" + clicksound = click + shortcut = "a" + } + + guiButtonType = { + name = "build_navy" + position = { x = 238 y = 132 } + quadTextureSprite = "GFX_button_standard_144" + buttonText="PROVINCEVIEW_BUILD_NAVY2" + buttonFont = "vic_18_black" + Orientation = "UPPER_LEFT" + clicksound = click + shortcut = "n" + } + + iconType = { + name = "army_icon" + spriteType = "GFX_topbar_army" + position = { x = 71 y = 104 } + } + + instantTextBoxType = { + name = "army_size" + position = { x = 103 y = 112 } + font = "vic_18_black" + text = "army_size" + maxWidth = 50 + maxHeight = 16 + format = left + } + + iconType = { + name = "navy_icon" + spriteType = "GFX_topbar_navy" + position = { x = 237 y = 104 } + } + + iconType = { + name = "army_progress" + spriteType = "GFX_military_progress" + position = { x = 139 y = 111 } + } + iconType = { + name = "army_progress_overlay" + spriteType = "GFX_military_progress_overlay" + position = { x = 136 y = 107 } + } + + instantTextBoxType = { + name = "army_text" + position = { x = 135 y = 111 } + font = "vic_18_black" + text = "army_text" + maxWidth = 100 + maxHeight = 16 + format = centre + } + + iconType = { + name = "navy_progress" + spriteType = "GFX_military_progress" + position = { x = 285 y = 111 } + } + iconType = { + name = "navy_progress_overlay" + spriteType = "GFX_military_progress_overlay" + position = { x = 282 y = 107 } + } + + instantTextBoxType = { + name = "navy_text" + position = { x = 281 y = 111 } + font = "vic_18_black" + text = "navy_text" + maxWidth = 100 + maxHeight = 16 + format = centre + } + + ### Rally Point (our nation province view) + iconType = { + name ="rally_land_icon" + spriteType = "GFX_rally_land_icon" + position = { x = 23 y = 105 } + Orientation = "UPPER_LEFT" + } + iconType = { + name ="rally_naval_icon" + spriteType = "GFX_rally_naval_icon" + position = { x = 46 y = 104 } + Orientation = "UPPER_LEFT" + } + + iconType = { + name ="rallypoint_merge_icon" + spriteType = "GFX_rally_merge_small" + position = { x = 22 y = 138 } + Orientation = "UPPER_LEFT" + } + iconType = { + name ="rallypoint_merge_icon_naval" + spriteType = "GFX_rally_merge_small" + position = { x = 46 y = 138 } + Orientation = "UPPER_LEFT" + } + + checkboxType = { + name = "rallypoint_checkbox" + position = { x = 23 y = 121 } + quadTextureSprite = "GFX_rally_land_checkbox" + shortcut = "x" + } + + checkboxType = { + name = "rallypoint_merge_checkbox" + position = { x = 23 y = 148 } + quadTextureSprite = "GFX_rally_land_checkbox" + } + checkboxType = { + name = "rallypoint_checkbox_naval" + position = { x = 47 y = 121 } + quadTextureSprite = "GFX_rally_naval_checkbox" + shortcut = "v" + } + + checkboxType = { + name = "rallypoint_merge_checkbox_naval" + position = { x = 47 y = 148 } + quadTextureSprite = "GFX_rally_naval_checkbox" + shortcut = "b" + } + } +} diff --git a/localisation/01_victorianlegacytext.csv b/localisation/01_victorianlegacytext.csv index f18e24b..e3cba41 100644 --- a/localisation/01_victorianlegacytext.csv +++ b/localisation/01_victorianlegacytext.csv @@ -23,6 +23,8 @@ POLITICS_DECISIONS2; revanchism;§WRevanchism;Revanchisme;Revanchismus;;Revanchismo;;;;;;;;;x; REVANCHISM_EXPLANATION;§gRevanchism, from the French word for 'revenge', is the yearning for the return of land lost to the nation. In love, war, and peace alike, our people will be willing to make greater sacrifices for the return of our sacred soil.\n§YEvery 5 points of revanchism raises maximum soldier % in a core province by 0.5% and mobilization pool by 0.5%.;;;;;;;;;;;;;; UNIT_BUILD_TIME_IW;$VAL$ days.;$VAL$ jours.;$VAL$ Tage.;;$VAL$ días.;;;;;;;;;x; +john_cena_cooldown;John Cena Cooldown;;;;;;;;;;;;; +john_cena_cooldown_desc;Prevent spam of Event to allow duplicate generals.;;;;;;;;;;;;; no_personality;§W0 Defence;;;;;;;;;;;;;; no_background;§W0 Attack;;;;;;;;;;;;;; attack_1.1;+1 Attack;;;;;;;;;;;;;; diff --git a/messagetypes_custom.txt b/messagetypes_custom.txt new file mode 100644 index 0000000..45f3e29 --- /dev/null +++ b/messagetypes_custom.txt @@ -0,0 +1,4751 @@ +file_version=5 +WEGAINCB= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +REVOLTALLIANCE= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +WAR_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +WAR_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=yes + icon=no + categories="cat_diplomacy" +} +} +WAR_OTHER_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +WARGOAL_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +WARGOAL_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=no + pausepopup=yes + icon=no + categories="cat_diplomacy" +} +} +WARGOAL_OTHER_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=no + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +SIEGEOVER= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_combat" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_combat" +} +} +SIEGEUS= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_combat" +} +interesting= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_combat" +} +} +SIEGEUSREBEL= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_combat" +} +interesting= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_combat" +} +} +SIEGETHEM= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_combat" +} +interesting= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_combat" +} +} +SIEGETHEMREBEL= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_combat" +} +interesting= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_combat" +} +} +COLONY_SUCCESS= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_province" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_province" +} +} +COLONY_FAIL= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_province" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_province" +} +} +COLONY_ABORT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_province" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_province" +} +} +SOCREFORM= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +} +SOCREFORM_BAD= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +} +POLREFORM= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +} +POLREFORM_BAD= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +} +ECONOMICREFORM= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +} +ECONOMICREFORM_BAD= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +} +MILITARYREFORM= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +} +MILITARYREFORM_BAD= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +} +SETPARTY= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +} +UPPERHOUSE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +} +ELECTIONSTART= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +} +ELECTIONDONE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +} +BREAKCOUNTRY= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +} +BREAKCOUNTRYOTHER= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +} +ANNEX= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +PEACE_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +PEACE_WE_DECLINE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +PEACE_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +PEACE_THEY_DECLINE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +PEACE_OTHER_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +PEACE_OTHER_DECLINE= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +PARTISANS= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_province" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_province" +} +} +TRANSFEREDSUBUNIT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_units" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_units" +} +} +WE_MOBILIZE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_units" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_units" +} +} +OTHER_MOBILIZE= +{ +default= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_units" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_units" +} +} +WE_DEMOBILIZE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_units" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_units" +} +} +OTHER_DEMOBILIZE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_units" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=no + pausepopup=no + icon=yes + categories="cat_units" +} +} +BUILDING_DONE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_province" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_province" +} +} +WEDEFECT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_province" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_province" +} +} +THEYDEFECT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_province" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_province" +} +} +OTHERDEFECT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_province" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_province" +} +} +EVENTHAPPENOTHER= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_events" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_events" +} +} +EVENTHAPPENOTHEROPTION= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_events" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_events" +} +} +MAJOREVENTHAPPENOTHER= +{ +default= +{ + log=yes + onmap=no + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_events" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_events" +} +} +MAJOREVENTHAPPENOTHEROPTION= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_events" +} +interesting= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=yes + categories="cat_events" +} +} +EVENTHAPPENUS= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_events" +} +interesting= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_events" +} +} +INVENTION= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_other" +} +} +TECH_ONCE= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_other" +} +} +TRIGMOD= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_events" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_events" +} +} +TRIGMODLOST= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_events" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_events" +} +} +DISBAND= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_units" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_units" +} +} +LEADERDIED= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_units" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_units" +} +} +ATTACKTHEM= +{ +default= +{ + log=no + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_combat" +} +interesting= +{ + log=no + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_combat" +} +} +ATTACKTHEMREBEL= +{ +default= +{ + log=no + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_combat" +} +interesting= +{ + log=no + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_combat" +} +} +ATTACKUS= +{ +default= +{ + log=no + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_combat" +} +interesting= +{ + log=no + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_combat" +} +} +ATTACKUSREBEL= +{ +default= +{ + log=no + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_combat" +} +interesting= +{ + log=no + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_combat" +} +} +LANDBATTLEOVER= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_combat" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_combat" +} +} +NAVALBATTLEOVER= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_combat" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_combat" +} +} +CHATMESSAGE= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=no + onmap=no + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_other" +} +} +ALLYTAKEOVER= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +ALLYTAKEOVERWE= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +INDEPENDANCE= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +SHIPSUNK= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_combat" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_combat" +} +} +PROVINCELOST= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_combat" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_combat" +} +} +NAVALATTACKTHEM= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_combat" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_combat" +} +} +NAVALATTACKUS= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_combat" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_combat" +} +} +UNITARRIVED= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_units" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_units" +} +} +DECISIONOTHER= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_events" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=yes + categories="cat_events" +} +} +DECISIONUS= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_events" +} +interesting= +{ + log=no + onmap=no + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_events" +} +} +WE_NO_LONGER_GREAT_POWER= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=no + pausepopup=yes + icon=no + categories="cat_diplomacy" +} +} +THEY_NO_LONGER_GREAT_POWER= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +WE_BECAME_GREAT_POWER= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +WARSUBSIDIES_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +WARSUBSIDIES_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +WARSUBSIDIES_OTHER_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +CANCEL_WARSUBSIDIES_THEY_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CANCEL_WARSUBSIDIES_WE_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +CANCEL_WARSUBSIDIES_OTHER_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +ASKMILITARYACCESS_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +ASKMILITARYACCESS_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +ASKMILITARYACCESS_OTHER_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +ASKMILITARYACCESS_THEY_DECLINE= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +ASKMILITARYACCESS_WE_DECLINE= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +ASKMILITARYACCESS_OTHER_DECLINE= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CANCELASKMILITARYACCESS_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CANCELASKMILITARYACCESS_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CANCELASKMILITARYACCESS_OTHER_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +GIVEMILITARYACCESS_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +GIVEMILITARYACCESS_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +GIVEMILITARYACCESS_OTHER_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +GIVEMILITARYACCESS_THEY_DECLINE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +GIVEMILITARYACCESS_WE_DECLINE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +GIVEMILITARYACCESS_OTHER_DECLINE= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CANCELGIVEMILITARYACCESS_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CANCELGIVEMILITARYACCESS_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CANCELGIVEMILITARYACCESS_OTHER_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +ALLIANCE_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +ALLIANCE_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +ALLIANCE_OTHER_ACCEPT= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +ALLIANCE_THEY_DECLINE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +ALLIANCE_WE_DECLINE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +ALLIANCE_OTHER_DECLINE= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CANCELALLIANCE_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CANCELALLIANCE_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CANCELALLIANCE_OTHER_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +CALLALLY_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CALLALLY_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CALLALLY_OTHER_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +CALLALLY_THEY_DECLINE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CALLALLY_WE_DECLINE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CALLALLY_OTHER_DECLINE= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +DISCREDIT_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +DISCREDIT_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +DISCREDIT_OTHER_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +EXPELADVISORS_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +EXPELADVISORS_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +EXPELADVISORS_OTHER_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +BANEMBASSY_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +BANEMBASSY_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +BANEMBASSY_OTHER_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +INCREASEOPINION_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +INCREASEOPINION_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +INCREASEOPINION_OTHER_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +DECREASEOPINION_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +DECREASEOPINION_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +DECREASEOPINION_OTHER_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +ADDTOSPHERE_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +ADDTOSPHERE_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +ADDTOSPHERE_OTHER_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +REMOVEFROMSPHERE_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +REMOVEFROMSPHERE_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +REMOVEFROMSPHERE_OTHER_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +INCREASERELATION_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +INCREASERELATION_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +INCREASERELATION_OTHER_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +DECREASERELATION_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +DECREASERELATION_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +DECREASERELATION_OTHER_ACCEPT= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +WETARGET_DISCREDIT= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +WETARGET_EXPELADVISORS= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +WETARGET_BANEMBASSY= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +WETARGET_DECREASEOPINION= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +WETARGET_REMOVEFROMSPHERE= +{ +default= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +INTERVENTION_OUR_SIDE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +INTERVENTION_THEIR_SIDE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +INTERVENTION_OTHER_SIDE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_diplomacy" +} +} +WE_INTERVENED= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +BANKRUPTCY= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=yes + icon=no + categories="cat_other" +} +} +THEY_BANKRUPTCY= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=yes + categories="cat_other" +} +} +GUNBOAT_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +GUNBOAT_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +GUNBOAT_OTHER_ACCEPT= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +NEW_PARTY_AVAIL= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=yes + categories="cat_other" +} +} +PARTY_UNAVAIL= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_other" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=yes + categories="cat_other" +} +} +GW_DISCOVERED= +{ +default= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_events" +} +interesting= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=yes + icon=no + categories="cat_events" +} +} +WAR_GAIN_GW_STATUS= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_events" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_events" +} +} +WAR_LOST_GW_STATUS= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=yes + categories="cat_events" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_events" +} +} +OUR_CB_DETECTED= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CB_TOWARDS_US_DETECTED= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +OTHERS_CB_DETECTED= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CB_JUSTIFY_NO_LONGER_VALID= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +INVESTED_IN_US= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=no + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CRISIS_OFFER_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CRISIS_OFFER_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CRISIS_OFFER_OTHER_ACCEPT= +{ +default= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CRISIS_OFFER_THEY_DECLINE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CRISIS_OFFER_WE_DECLINE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CRISIS_OFFER_OTHER_DECLINE= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +BACK_CRISIS_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +BACK_CRISIS_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +BACK_CRISIS_OTHER_ACCEPT= +{ +default= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +BACK_CRISIS_THEY_DECLINE= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +BACK_CRISIS_WE_DECLINE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +BACK_CRISIS_OTHER_DECLINE= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CRISIS_BACK_DOWN_WE_ACCEPT= +{ +default= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CRISIS_BACK_DOWN_WE_DECLINE= +{ +default= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CRISIS_BACK_DOWN_THEY_ACCEPT= +{ +default= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CRISIS_BACK_DOWN_THEY_DECLINE= +{ +default= +{ + log=yes + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CRISIS_BACK_DOWN_OTHER_ACCEPT= +{ +default= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CRISIS_BACK_DOWN_OTHER_DECLINE= +{ +default= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=no + onmap=no + popup=no + idle=no + option=yes + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CRISIS_NO_SIDE_PICKED= +{ +default= +{ + log=yes + onmap=no + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CRISIS_BECAME_WAR= +{ +default= +{ + log=yes + onmap=no + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=no + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CRISIS_STARTED= +{ +default= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +} +CRISIS_NOBODY_BACKED= +{ +default= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +interesting= +{ + log=yes + onmap=yes + popup=yes + idle=no + option=no + pausepopup=no + icon=no + categories="cat_diplomacy" +} +}