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_jap.11] 元禄时代

时间范围

1688.1.1 - 1704.1.1,在此期间内,每月有 2% 的概率触发此事件。

触发条件

  • 国家 未处于战争状态 (at_war = no)。
  • 国家 没有贷款 (num_loans <= 0)。
  • 国家 稳定度大于10 (stability > 10)。

关键效果

选项: flavor_jap.11.a

  • 获得 极大的稳定度加成 (add_stability = stability_extreme_bonus)。
  • 对主流文化产生以下影响:
    • 获得 极大的文化传统加成 (add_cultural_tradition = cultural_tradition_extreme_bonus)。
    • 获得 极大的文化影响力加成 (add_cultural_influence = cultural_influence_extreme_bonus)。

背景介绍

元禄时代是日本江户幕府统治下的一段和平与繁荣时期,以第五代将军德川纲吉的统治为中心。在此期间,日本社会相对稳定,经济繁荣,城市文化(特别是町人文化)蓬勃发展,艺术、文学和戏剧(如歌舞伎和浮世绘)取得了显著成就。这一事件模拟了在和平、财政稳健和高稳定度的条件下,国家可能迎来的一个文化繁荣与内部安定的高峰。

完整事件代码

flavor_jap.11 = { #Genroku
	type = country_event
	title = flavor_jap.11.title
	desc = flavor_jap.11.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = JAP
		from = 1688.1.1
		to = 1704.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	trigger = {
		at_war = no
		num_loans <= 0
		stability > 10
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_jap.11.a
		add_stability = stability_extreme_bonus
		culture = {
			add_cultural_tradition = cultural_tradition_extreme_bonus
			add_cultural_influence = cultural_influence_extreme_bonus
		}
	}
}