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.2021 雅克·科尔与王室开支

时间范围

  • 触发窗口:1435.1.1 - 1452.1.1
  • 触发概率:每月 20% 概率

触发条件

  • 国家必须拥有一位统治者(has_ruler = yes)。
  • 人物 jacques_coeur 必须存在(exists = character:jacques_coeur)。
  • 人物 jacques_coeur 必须存活(is_alive = yes)。

关键效果

  • 选项 A:任命科尔为王室开支总管
    • 历史选项:是
    • 为国家添加修正 fra_royal_expenditure_managed,持续时间为 modifier_duration_years_long
  • 选项 B:宫廷开支是<统治者>辉煌的象征!
    • 为国家增加 prestige_severe_bonus 点威望。

背景介绍

该事件反映了15世纪中叶法国国王查理七世统治时期,富商雅克·科尔(Jacques Coeur)在王室财政管理中的潜在角色。雅克·科尔是当时欧洲最富有的商人之一,通过广泛的贸易网络积累了巨额财富,并曾为查理七世提供财政支持。此事件模拟了国王是否选择利用科尔的经济才能来管理王室开支,以改善国家财政状况,或是坚持将宫廷的奢华开支作为王权威望的象征。

完整事件代码

flavor_fra.2021 = { # Couer and the Royal Expenditure
	type = country_event
	title = flavor_fra.2021.title
	desc = flavor_fra.2021.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = FRA
		from = 1435.1.1
		to = 1452.1.1
		monthly_chance = 20
	}

	trigger = {
		has_ruler = yes
		exists = character:jacques_coeur
		character:jacques_coeur = {
			is_alive = yes
		}
	}

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

	illustration_tags = {
		10 = regular
		10 = interior
	}

	option = { # Appoint Couer the steward of royal expenditure
		name = flavor_fra.2021.a
		historical_option = yes
		add_country_modifier = {
			modifier = fra_royal_expenditure_managed
			years = modifier_duration_years_long
			mode = add
		}
	}
	
	option = { # The spending of the court is a symbol of <ruler> splendor!
		name = flavor_fra.2021.b
		add_prestige = prestige_severe_bonus
	}
}