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.151] 能剧艺术的扶持

时间范围:1388.1.1 - 1500.1.1,每月 5% 概率触发

触发条件

  • 国家拥有统治者 (has_ruler = yes)

关键效果

  • 选项 A:赞助能剧艺术 (flavor_jap.151.a)
    • 增加少量正统性 (add_legitimacy = legitimacy_mild_bonus)
    • 减少金钱 (change_gold_effect = { scale = -1 })
    • 添加国家修正 jap_noh_theatre_patronage,持续 25 年 (add_country_modifier = { modifier = jap_noh_theatre_patronage years = 25 mode = add })
  • 选项 B:我们将以其他形式展示足利家的权力 (flavor_jap.151.b)
    • 增加少量威望 (add_prestige = prestige_mild_bonus)

背景介绍: 在室町时代(1336-1573年),能剧作为一种融合了舞蹈、音乐和戏剧的综合性艺术形式,逐渐从民间表演发展为受到武士阶层和幕府将军青睐的高雅艺术。足利幕府的统治者们,尤其是三代将军足利义满,对能剧给予了大力支持和庇护,不仅将其作为宫廷娱乐,也视其为展示文化修养和政治权威的重要工具。这一事件反映了室町幕府在文化领域的投入及其对塑造国家文化身份的影响。

完整事件代码

flavor_jap.151 = { # Favoring of Noh Theatre
	type = country_event
	title = flavor_jap.151.title
	desc = flavor_jap.151.desc


	fire_only_once = yes
	dynamic_historical_event = {
		tag = JAP
		from = 1388.1.1
		to = 1500.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	trigger = {
		has_ruler = yes
	}

	immediate = {
		ruler ?= {
			save_scope_as = our_ruler
		}
	}

	option = { # Patronage the Noh Arts
		name = flavor_jap.151.a
		add_legitimacy = legitimacy_mild_bonus
		change_gold_effect = { scale = -1 }
		add_country_modifier = { modifier = jap_noh_theatre_patronage years = 25 mode = add }
	}

	option = { # We will have other forms to display Ashikaga power
		name = flavor_jap.151.b
		add_prestige = prestige_mild_bonus
	}
}