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_vij.9] 维查耶纳伽尔宫廷八贤士

时间范围:1440.1.1 - 1837.1.1,每月 5% 概率触发

触发条件

  • 当前统治者的总能力值大于150。
  • 国家已拥有“维查耶纳伽尔卡纳提克音乐”这一进步。
  • 国家已接纳“泰卢固”文化。

关键效果

  • 选项 A (历史选项)
    • 为国家添加名为 vij_astadiggajas_modifier 的修正,持续10年(模式为叠加并延长)。
    • 解锁名为 vij_astadiggajas 的政府改革效果。
  • 选项 B
    • 为国家增加少量威望惩罚。

背景介绍: 此事件模拟了维查耶纳伽尔帝国在其文化鼎盛时期,宫廷中汇聚杰出学者、诗人与艺术家的盛况,即“八贤士”(Astadiggajas)。这通常发生在一位能力出众的统治者治下,且国家已接纳泰卢固文化并发展出独特的卡纳提克音乐传统之后。选择支持这一文化繁荣将为国家带来长期的积极影响。

完整事件代码

flavor_vij.9 = {
	type = country_event
	title = flavor_vij.9.title
	desc = flavor_vij.9.desc
	historical_info = flavor_vij.9.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VIJ
		from = 1440.1.1
		to = 1837.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:clergy background = pop_type:clergy }
	}

	trigger = {
		ruler ?= {
			total_abilities > 150
		}
		has_advance = vij_carnatic_music
		has_accepted_culture = culture:telugu
	}

	option = {
		name = flavor_vij.9.a
		historical_option = yes
		add_country_modifier = {
			modifier = vij_astadiggajas_modifier years = 10 mode = add_and_extend
		}
		unlock_government_reform_effect = { type = vij_astadiggajas }
	}

	option = {
		name = flavor_vij.9.b
		add_prestige = prestige_mild_penalty
	}
}