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.12] 国学兴起

时间范围

1650.1.1 - 1750.1.1,每月 2% 概率触发

触发条件

  • 宗教统一度小于 100% (religious_unity < 1.0)
  • 主流文化属于日本文化组 (culture = { has_culture_group = culture_group:japanese_group })

关键效果

选项: flavor_jap.12.a

  • 为当前主流文化添加终极文化传统加成 (culture = { add_cultural_tradition = cultural_tradition_ultimate_bonus })

背景介绍

该事件模拟了江户时代中期(约17世纪中叶至18世纪中叶)在日本兴起的“国学”运动。国学学者致力于研究日本古典文献,如《古事记》和《万叶集》,以追寻未被佛教和儒家思想影响的“纯粹”日本精神与文化根源。这场思想运动强调日本本土神道传统与价值观,是对当时宗教与文化多元性的一种反应,旨在强化民族与文化认同。

完整事件代码

flavor_jap.12 = { #Kokugaku
	type = country_event
	title = flavor_jap.12.title
	desc = flavor_jap.12.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = JAP
		from = 1650.1.1
		to = 1750.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		religious_unity < 1.0
		culture = { has_culture_group = culture_group:japanese_group }
	}

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

	option = {
		name = flavor_jap.12.a
		culture = {
			add_cultural_tradition = cultural_tradition_ultimate_bonus
		}
	}
}