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.6 餐刀发明

时间范围:1621.1.1 - 1636.1.1 (每月 10% 概率)

触发条件

  • 人物 cardinal_richelieu 存活。

关键效果

  • 选项 flavor_fra.6.a
    • 增加 1 点威望。
    • 显示自定义提示 table_knife_court_flavor
    • french 文化添加 cultural_influence_extreme_bonus 文化影响力修正。

背景介绍: 该事件模拟了17世纪早期法国的一项社会文化创新——餐刀的发明与推广。在红衣主教黎塞留(Cardinal Richelieu)的影响下,这一发明被视为法国宫廷礼仪精细化的一部分,旨在提升法国文化的优雅形象及其在欧洲的影响力,并巩固贵族阶层的地位。

完整事件代码

flavor_fra.6 = {  # Invention of the Table Knife
	type = country_event
	title = flavor_fra.6.title
	desc = flavor_fra.6.desc
	fire_only_once = yes

	illustration_tags = {
		10 = regular
		10 = interior
	}

	dynamic_historical_event = {
		tag = FRA
		from = 1621.1.1
		to = 1636.1.1
		monthly_chance = 10
	}

	immediate = {

		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:cardinal_richelieu ?= {
			save_scope_as = target_character
		}
	}

	trigger = {
		character:cardinal_richelieu ?= {
			is_alive = yes
		}
	}
	option = {
		name = flavor_fra.6.a
		add_prestige = 1
		custom_tooltip = table_knife_court_flavor
		culture:french = {
			add_cultural_influence = cultural_influence_extreme_bonus
		}
	}

}