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_eng_diplomacy.1500 英格兰与葡萄牙的条约

时间范围:1337.1.1 - 1500.1.1(每月 5% 概率)

触发条件

  • 英格兰(ENG)或大不列颠(GBR)触发。
  • 英格兰未与卡斯蒂利亚(CAS)处于战争状态。
  • 葡萄牙(POR)满足以下所有条件:
    • 是卡斯蒂利亚的邻国。
    • 正与卡斯蒂利亚处于战争状态或处于停战期。
    • 未与英格兰结盟。
    • 对英格兰的“看法”值 ≥ 50。
  • 英格兰对葡萄牙的“看法”值 ≥ 50。

关键效果

  • 选项 A(历史选项)
    • 对葡萄牙增加“信任”修正(trust_treaty_of_tagilde)。
    • 卡斯蒂利亚对英格兰增加“看法”修正(signed_tagilde_treaty)。
    • 为葡萄牙静默触发后续事件 flavor_eng_diplomacy.1501
    • 显示自定义提示文本。
  • 选项 B
    • 卡斯蒂利亚对英格兰增加“看法”修正(declined_advantageous_treaty)。

背景介绍: 在14至15世纪,伊比利亚半岛的卡斯蒂利亚与葡萄牙之间常因领土和继承权问题发生冲突。作为与葡萄牙关系良好且未卷入其与卡斯蒂利亚战争的英格兰,面临一个外交抉择:是抓住机会与葡萄牙签订条约以巩固联盟,还是选择置身事外以避免直接触怒卡斯蒂利亚。这一事件反映了中世纪晚期欧洲国家间复杂的外交博弈。

完整事件代码

flavor_eng_diplomacy.1500 = {
	hide_portraits = yes
	type = country_event

	title = flavor_eng_diplomacy.1500.title
	desc = flavor_eng_diplomacy.1500.desc
	
	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1337.1.1
		to = 1500.1.1
		monthly_chance = 5
	}

	trigger = {
		NOT = { is_at_war_with = c:CAS }
		c:POR ?= {
			is_neighbor_of = c:CAS
			OR = {
				is_at_war_with = c:CAS
				has_truce_with = c:CAS
			}
			NOT = { is_allied_with = { target = root } }
			opinion = {
				target = root
				value >= 50 
			}
		}
		root = {
			opinion = {
				target = c:POR
				value >= 50 
			}
		}
	}
	illustration_tags = {
		10 = regular
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		capital = { save_scope_as = target_location }

		ruler = { save_scope_as = target_character }

		root = { save_scope_as = target_root_country }

	}

	option = {
		historical_option = yes
		name = flavor_eng_diplomacy.1500.a

		add_trust = { 
			modifier = trust_treaty_of_tagilde  
			target = c:POR
		}

		c:CAS = {	
			add_opinion = { 
				target = root 
				modifier = signed_tagilde_treaty 
			} 
		}

		hidden_effect = { 
			c:POR = { trigger_event_silently = { id = flavor_eng_diplomacy.1501 days = 0 } }
		}

		custom_tooltip = flavor_eng_diplomacy.1500.tt

	}

	option = {
		name = flavor_eng_diplomacy.1500.b

		c:CAS = { 
			add_opinion = { 
				target = root 
				modifier = declined_advantageous_treaty
			} 
		}

	}

	historical_info = flavor_eng_diplomacy.1500.historical_info

}