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.152] 书院造建筑的发展

时间范围
1399.1.1‑1545.1.1(每月 5% 概率)

触发条件

  • 国家拥有统治者
  • 统治者拥有王朝
  • 国库黄金 > 100

关键效果

  • 选项:这是一个变革的时代
    • 黄金减少 50
    • 添加国家修正项 jap_shoin_zukuri,持续 40 年(模式为叠加)

背景介绍
书院造是日本室町时代至安土桃山时代发展起来的一种建筑样式,其特点是将书斋(书院)作为建筑的核心空间,并逐渐影响了武士宅邸、茶室乃至寺院建筑的设计。这种建筑风格反映了当时武士阶层文化生活的提升,以及书院作为学术、艺术交流场所的重要性。本事件模拟了在日本统一或稳定时期,统治者投入资源推动这一建筑风格发展的历史进程。

完整事件代码

flavor_jap.152 = { # Development of Shoin-Zukuri Architecture
	type = country_event
	title = flavor_jap.152.title
	desc = flavor_jap.152.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = JAP
		from = 1399.1.1
		to = 1545.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		has_ruler = yes
		ruler = { has_dynasty = yes }
		gold > 100
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
			save_scope_as = our_ruler
		}
	}

	option = { # It is a time of change
		name = flavor_jap.152.a
		add_gold = -50
		add_country_modifier = { modifier = jap_shoin_zukuri years = 40 mode = add }
	}
}