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.20 维查耶纳伽尔宫廷学者

时间范围:1360.1.1 - 1390.1.1(每月 2% 概率)

触发条件

  • 国家为 维查耶纳伽尔(VIJ)
  • 国家威望 ≥ 30
  • 国家是 列强

关键效果

  • 选项 A (flavor_vij.20.a):
    • 将新创建的学者人物 纳查纳·索曼纳塔 引入本国宫廷。
    • 花费 2 年国库收入(scale = -2)。
  • 选项 B (flavor_vij.20.b):
    • 将新创建的学者人物 纳查纳·索曼纳塔 流放。

背景介绍: 在14世纪中后期,维查耶纳伽尔帝国正处于其早期扩张和文化繁荣阶段。作为南印度的主要印度教强国,帝国宫廷吸引了众多学者、艺术家和建筑师。此事件模拟了帝国在国力强盛、声望卓著时,一位杰出的本土学者(纳查纳·索曼纳塔)寻求宫廷庇护或赞助的历史可能性。玩家可以选择资助这位学者,以提升宫廷的文化影响力,或者出于政治或经济考虑拒绝其投靠。

完整事件代码

flavor_vij.20 = {
	type = country_event
	title = flavor_vij.20.title
	desc = flavor_vij.20.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VIJ
		from = 1360.1.1
		to = 1390.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	trigger = {
		prestige >= 30
		is_great_power = yes
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		create_character = {
			first_name = name_nachana
			last_name = somanatha
			adm = 62
			dip = 55
			mil = 21
			birth_date = 1330.5.3 #We do not know his birth date
			estate = estate_type:burghers_estate
			birth_location = root.capital
			artist_skill = 0.98
			artist = writer #Due to the lack of Translator
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_vij.20.a

		scope:target_character = { move_country = root }
		change_gold_effect = { scale = -2 }
	}

	option = {
		name = flavor_vij.20.b

		scope:target_character = { banish_character = yes }
	}
}