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_swe.5 瑞典贵族与中央集权

时间范围

1555.1.1 - 1560.1.1 (每月 5% 概率触发)

触发条件

  • 国家控制萨拉(Sala)地区。

关键效果

选项 A:flavor_swe.5.a (历史选项)

  • 获得大量政府权力。
  • 贵族阶层满意度大幅下降。
  • 社会价值观向“去中心化”方向轻微移动。

选项 B:flavor_swe.5.b

  • 贵族阶层满意度小幅提升。

背景介绍

此事件模拟了瑞典在16世纪中叶围绕萨拉地区贵族势力与王室中央集权政策之间的紧张关系。事件的核心人物乔治·佩尔松(Jöran Persson)登场,他是一位能力出众但被认为不适合军事指挥的瑞典贵族。他的出现和王室的政策选择,将直接影响贵族阶层对王权的支持度,并推动国家在集权与分权道路上的走向。

完整事件代码

flavor_swe.5 = {
	type = country_event

	title = flavor_swe.5.title
	desc = flavor_swe.5.desc
	historical_info = flavor_swe.5.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1555.1.1
		to = 1560.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = interior
		10 = regular
	}

	trigger = {
		owns = location:sala
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_george
			last_name = Persson
			adm = 95
			dip = 80
			mil = 80
			birth_date = 1530
			birth_location = location:sala
			culture = culture:swedish
			script = swe_joran_person
			save_scope_as = swe_joran_person
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
		}
	}

	option = {
		name = flavor_swe.5.a
		historical_option = yes
		add_government_power = government_power_extreme_bonus
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_severe_penalty }
		change_societal_value = { type = centralization_vs_decentralization	value = societal_value_minor_move_to_left	}
	}
	option = {
		name = flavor_swe.5.b
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
	}
}