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_maj.10 卡卡温诗歌的流行

时间范围:1350.1.1 - 1400.6.1,每月 2% 概率触发

触发条件

  • 国家处于和平状态(at_war = no
  • 国家未处于破产状态(is_during_bankruptcy = no

关键效果

  • 选项 A (历史选项)
    • 国库减少 3 金币(change_gold_effect = { scale = -3 }
    • 获得文化影响力轻度加成(culture = { add_cultural_influence = cultural_influence_mild_bonus }
    • 将事件中创建的作家角色(艺术家)移入本国
  • 选项 B
    • 静默处决事件中创建的作家角色(kill_character_silently = scope:target_artist
    • 社会价值观向“传统主义”方向偏移(change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }

背景介绍: 在14世纪中后期的满者伯夷帝国(Majapahit),卡卡温(Kakawin)诗歌——一种基于梵语诗律的爪哇语古典诗歌形式——迎来了其发展与流行的关键时期。这一文学形式不仅用于宫廷娱乐和宗教仪式,也成为巩固王权、传播印度教-佛教文化价值观以及塑造爪哇精英身份认同的重要工具。本事件模拟了帝国宫廷对这类文学艺术的支持与否所面临的选择,支持诗歌发展可以提升文化影响力,但需要投入资金;而压制或忽视它,则可能强化社会的传统保守倾向。

完整事件代码

flavor_maj.10 = {  #Popularization of the Kakawin Poems
	type = country_event
	title = flavor_maj.10.title
	desc = flavor_maj.10.desc
	historical_info = flavor_maj.10.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = MAJ
		from = 1350.1.1
		to = 1400.6.1
		monthly_chance = 2
	}
	trigger = {
		at_war = no
		is_during_bankruptcy = no
	}

	immediate = {
		save_scope_as = target_country
		create_character = {
			artist = writer
			estate = estate_type:burghers_estate
			save_scope_as = target_artist
			create_in_limbo = yes
		}
		ruler_or_regent = { save_scope_as = target_character }

	}

	option = {
		name = flavor_maj.10.a
		historical_option = yes

		change_gold_effect = { scale = -3 }
		culture = {
			add_cultural_influence = cultural_influence_mild_bonus
		}
		scope:target_artist = { move_country = root }

	}
	option = {
		name = flavor_maj.10.b

   		kill_character_silently = scope:target_artist
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }
	}
}