Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flavor_por.12 梅休恩条约

时间范围

1690.1.1 - 1706.1.1,每月 1% 概率触发。

触发条件

  • 葡萄牙(POR)未处于战争状态。
  • 葡萄牙的首都位于里斯本。
  • 伦敦的所有者必须满足以下所有条件:
    • 不是葡萄牙。
    • 主流文化为英格兰文化。
    • 未与葡萄牙处于战争状态。
    • 未将葡萄牙设为宿敌。
    • 未对葡萄牙实施贸易禁运。
    • 葡萄牙未对该国实施贸易禁运。

关键效果

选项 A(历史选项)

  • 伦敦的所有国将对葡萄牙获得“接受梅休恩条约”观点修正。
  • 触发英格兰事件 flavor_eng.36
  • 里斯本获得温和的发展度提升。

选项 B

  • 葡萄牙获得温和的稳定度提升。
  • 伦敦的所有国将对葡萄牙获得“谴责梅休恩条约”观点修正。

背景介绍

梅休恩条约是1703年英格兰与葡萄牙之间签署的一项重要的双边贸易协定。该条约规定,葡萄牙降低对英格兰羊毛和纺织品的进口关税,而英格兰则对葡萄牙的葡萄酒给予关税优惠。这一协定极大地促进了葡萄牙葡萄酒(尤其是波特酒)在英格兰市场的销售,并加强了英葡两国的政治与经贸联系,对两国在西班牙王位继承战争中的立场产生了深远影响。

完整事件代码

flavor_por.12 = { #Methuen Agreement
	hide_portraits = yes
	type = country_event
	title = flavor_por.12.title
	desc = flavor_por.12.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POR
		from = 1690.1.1
		to = 1706.1.1
		monthly_chance = 1
	}

	trigger = {
		at_war = no
		capital = location:lisbon
		location:london = {
			owner ?= {
				NOT = { tag = POR }
				culture = culture:english
				NOT = { is_at_war_with = ROOT }
				NOT = { is_rival_of = ROOT }
				NOT = { is_embargoed_by = ROOT }
				ROOT = {
					NOT = { is_embargoed_by = prev }
				}
			}
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		location:london = {
			owner = {
				save_scope_as = target_country
				create_character = {
					first_name = name_john
					last_name = Methuen
					adm = { 25 100 }
					dip = { 25 100 }
					mil = { 25 100 }
					culture = culture:english
					estate = estate_type:nobles_estate
					birth_date = 1650.7.22
					birth_location = location:salisbury
					save_scope_as = target_character
				}
			}
		}
	}

	option = {
		name = flavor_por.12.a
		historical_option = yes
		location:london.owner = {
			add_opinion = { target = root modifier = accepted_meuthen_agreement }
			trigger_event_non_silently = { id = flavor_eng.36 }
		}

		location:lisbon = {
			change_development  = development_mild_bonus
		}


	}
	option = {
		name = flavor_por.12.b
		add_stability = stability_mild_bonus
		location:london.owner = {
			add_opinion = { target = root modifier = denounced_meuthen_agreement }
		}
	}
	historical_info = flavor_por.12.historical_info
}