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.2024 进取的贵族

时间范围:1440.1.1 - 1455.1.1(每月 12% 概率触发)

触发条件

  • 国家拥有统治者。
  • 名为 jacques_coeur 的人物存在。
  • 人物 jacques_coeur 存活。

关键效果

  • 选项 A:允许贵族追求商业利益
    • 历史选项:是
    • 为国家添加名为 fra_enterprising_nobles 的修正,持续15年。
    • 贵族阶层满意度获得小幅提升。
    • 市民阶层满意度受到小幅惩罚。
  • 选项 B:保护市民阶层的权利
    • 市民阶层满意度获得小幅提升。
    • 贵族阶层满意度受到轻微惩罚。

背景介绍: 在15世纪中叶的法国,传统的封建贵族开始对新兴的商业和贸易活动产生兴趣。以雅克·克尔(Jacques Coeur)为代表的富有商人阶层崛起,其财富与影响力甚至触及王室。这一事件反映了当时法国社会内部,旧有的土地贵族与新兴的市民资产阶级之间,围绕经济特权和社会地位所产生的潜在张力与权力博弈。国王面临着是顺应贵族向商业领域扩张的趋势,还是维护传统市民阶层特权的抉择。

完整事件代码

flavor_fra.2024 = { # Enterprising Nobles
	type = country_event
	title = flavor_fra.2024.title
	desc = flavor_fra.2024.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = FRA
		from = 1440.1.1
		to = 1455.1.1
		monthly_chance = 12
	}

	trigger = {
		has_ruler = yes
		exists = character:jacques_coeur
		character:jacques_coeur = {
			is_alive = yes
		}
	}
	
	immediate = {	
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:jacques_coeur ?= {
			save_scope_as = target_character
		}
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	option = { # Allow nobles to pursue interest in Trade
		name = flavor_fra.2024.a
		historical_option = yes
		add_country_modifier = { modifier = fra_enterprising_nobles years = 15 mode = add }
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_penalty }
	}
	
	option = { # Protect the rights of the Burghers
		name = flavor_fra.2024.b
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_bonus }
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_weak_penalty }
	}
}