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.1400] 支持荷兰独立

时间范围:1580.1.1 - 1700.1.1(每月 5% 概率)

触发条件

  • 本国人力 ≥ 5。
  • 国家 NED(荷兰)存在,且满足:
    • 其首都是市场中心。
    • 其完全拥有 holland_area 地区。
    • 其不是列强。
  • 存在一个列强国家,该列强是 NED 的邻国,并且是 NED 的敌人。
  • 本国当前未处于战争状态。

关键效果

  • 选项 A(历史选项)
    • NED 增加名为 trust_treaty_of_nonsuch 的信任修正。
    • 增加 burghers_estate(市民阶层)的阶层满意度(estate_satisfaction_severe_bonus)。
    • NED 静默触发事件 flavor_eng_diplomacy.1401
    • 显示三个自定义提示(flavor_eng_diplomacy.1400.tt1.tt2.tt3)。
  • 选项 B
    • 在本国首都添加一个名为 favoring_own_interests 的地点修正,持续5年(模式为叠加并延长)。
    • 减少 burghers_estate(市民阶层)的阶层满意度(estate_satisfaction_severe_penalty)。
    • 显示一个自定义提示(flavor_eng_diplomacy.1400.tt4)。

背景介绍: 此事件模拟了16世纪末至17世纪,英格兰(或后来的大不列颠)在荷兰反抗西班牙统治的八十年战争(荷兰独立战争)中所面临的外交抉择。1585年,英格兰女王伊丽莎白一世与荷兰共和国签订了《农舒特条约》,承诺提供军事和财政援助以支持荷兰的独立事业,这标志着英格兰正式介入这场冲突。该事件反映了英格兰在权衡自身商业利益、地缘政治考量与避免直接卷入大规模欧陆战争之间的复杂决策。

完整事件代码

flavor_eng_diplomacy.1400 = {
	hide_portraits = yes
	type = country_event

	fire_only_once = yes

	title = flavor_eng_diplomacy.1400.title
	desc = flavor_eng_diplomacy.1400.desc

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1580.1.1
		to = 1700.1.1
		monthly_chance = 5
	}

	trigger = {

		manpower >= 5

		country_exists = c:NED
		c:NED = {
			capital = { is_market_center = yes }
			own_entire_area = area:holland_area
			is_great_power = no
		}

		any_country = {
			is_great_power = yes
			is_neighbor_of = c:NED
			is_enemy_of = c:NED
		}

		at_war = no

	}
	illustration_tags = {
		10 = happy
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		c:NED.capital = { save_scope_as = target_location }

		c:NED.ruler = { save_scope_as = target_character }
		
		root = { save_scope_as = target_root_country }

	}

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

		add_trust = { 
			modifier = trust_treaty_of_nonsuch  
			target = c:NED
		}

		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_severe_bonus }

		hidden_effect = { 
			c:NED = { trigger_event_silently = { id = flavor_eng_diplomacy.1401 days = 0 } }
		}

		custom_tooltip = flavor_eng_diplomacy.1400.tt1
		custom_tooltip = flavor_eng_diplomacy.1400.tt2
		custom_tooltip = flavor_eng_diplomacy.1400.tt3

	}

	option = {
		name = flavor_eng_diplomacy.1400.b

		capital = {
			add_location_modifier = { 
				modifier = favoring_own_interests
				years = 5
				mode = add_and_extend
			}
		}

		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_severe_penalty }

		custom_tooltip = flavor_eng_diplomacy.1400.tt4

	}

}