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_dan.11 丹麦与尼德兰关系

时间范围:1500.1.1 - 1550.1.1,每月 2% 概率触发

触发条件

  • 控制地区:哥本哈根 (location:kobenhavn)

关键效果

  • 选项 A (历史选项)
    • 增加政府权力(弱增益)
    • 增加市民阶层满意度(轻度增益)
    • 社会价值观向“贵族 vs 财阀”的右侧(财阀)移动
    • 所有已知的低地法兰克文化国家与丹麦互相获得“丹麦-尼德兰灵感”关系修正
  • 选项 B
    • 降低市民阶层满意度(轻度惩罚)
    • 社会价值观向“贵族 vs 财阀”的左侧(贵族)移动

背景介绍: 在16世纪上半叶,丹麦王国与低地国家(尼德兰地区)之间存在着密切的经济与文化联系。哥本哈根作为丹麦的政治与商业中心,其市民阶层(尤其是商人)深受尼德兰繁荣的贸易、金融和城市文化影响。这一事件反映了丹麦统治阶层在面对尼德兰的先进商业模式与社会组织时,需要在传统的贵族统治与新兴的市民(财阀)力量之间做出选择,这一决策将影响国内的社会结构、阶层关系以及对外的文化影响力。

完整事件代码

flavor_dan.11 = { #Dutch Relations
	type = country_event
	title = flavor_dan.11.title
	desc = flavor_dan.11.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = DAN
		from = 1500.1.1
		to = 1550.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}

	trigger = {
		owns = location:kobenhavn
	}

	option = {
		name = flavor_dan.11.a
		historical_option = yes

		add_government_power = government_power_weak_bonus
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_bonus }
		change_societal_value = { type = aristocracy_vs_plutocracy value = societal_value_move_to_right }
		custom_tooltip = flavor_dan.11.a.tt
		every_known_country = {
			limit = {
				culture = culture:low_franconian
			}
			add_opinion = { target = root modifier = danish_dutch_inspiration }
			hidden_effect = {
				c:DAN = {
					add_opinion = { target = prev modifier = danish_dutch_inspiration }
				}
			}
		}
	}

	option = {
		name = flavor_dan.11.b

		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_penalty }
		change_societal_value = { type = aristocracy_vs_plutocracy value = societal_value_move_to_left }
	}
}