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_fra.3 行会接管

时间范围:1400.1.1 - 1500.1.1,每月 10% 概率触发

触发条件

  • 国家拥有阶层特权 estate_privilege:formal_guilds(正式行会特权)
  • 国家拥有君主

关键效果

  • 选项 A (flavor_fra.3.a) - 历史选项
    • 移除阶层特权 estate_privilege:formal_guilds
    • 为国家添加持续15年的修正 fra_end_of_the_guilds
    • 市民阶层满意度大幅降低 (estate_satisfaction_extreme_penalty)
  • 选项 B (flavor_fra.3.b)
    • 国家稳定度小幅提升 (stability_mild_bonus)
    • 市民阶层满意度小幅提升 (estate_satisfaction_mild_bonus)

背景介绍: 在15世纪的法国,行会作为城市经济生活的重要组织,拥有强大的自治权和特权。随着王权的逐步加强,君主开始寻求对行会进行控制或限制,以增加国家税收、削弱地方势力并巩固中央集权。这一事件反映了王室与市民阶层(以行会为代表)之间关于经济控制权和特权的博弈。

完整事件代码

flavor_fra.3 = { # Seizure of the Guilds
	type = country_event
	title = flavor_fra.3.title
	desc = flavor_fra.3.desc


	fire_only_once = yes
	dynamic_historical_event = {
		tag = FRA
		from = 1400.1.1
		to = 1500.1.1
		monthly_chance = 10
	}

	trigger = {
		has_estate_privilege = estate_privilege:formal_guilds
		has_ruler = yes
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		ruler ?= {
            save_scope_as = fra_ruler
        }
	}

	option = {
		name = flavor_fra.3.a
		historical_option = yes
		revoke_estate_privilege = estate_privilege:formal_guilds
		add_country_modifier = { modifier = fra_end_of_the_guilds years = 15 mode = add }
		add_estate_satisfaction = { type = estate_type:burghers_estate	value = estate_satisfaction_extreme_penalty }
	}
	option = {
		name = flavor_fra.3.b
		add_stability = stability_mild_bonus
		add_estate_satisfaction = { type = estate_type:burghers_estate	value = estate_satisfaction_mild_bonus }
	}
}