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.10 维查耶纳伽尔学者登场

时间范围:1470.1.1 - 1530.1.1(每月 5% 概率)

触发条件

  • 国家拥有维查耶纳伽尔(Vijayanagar)地区。

关键效果

  • 历史选项:选择此选项。
    • 获得少量威望。
    • 在维查耶纳伽尔地区,由学者维亚萨提尔塔(Vyasatirtha)创作一件艺术作品。
      • 作品类型:论文(treatise)
      • 作品关键名:nyayamruta
      • 作品质量:94

背景介绍: 该事件模拟了15世纪末至16世纪初,南印度维查耶纳伽尔帝国(Vijayanagar)的文化与学术发展。事件核心是学者兼哲学家维亚萨提尔塔(Vyasatirtha)的登场,他以其在哲学和宗教领域的贡献而闻名,特别是其著作《Nyayamruta》(意为“正理甘露”),对当时的学术思想产生了重要影响。此事件反映了维查耶纳伽尔帝国在鼎盛时期对知识、艺术和宗教精英的庇护与支持。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VIJ
		from = 1470.1.1
		to = 1530.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:nobles background = pop_type:nobles }
		create_character = {
			first_name = Vyasatirtha
			adm = 67
			dip = 53
			mil = 42
			birth_date = 1447.4.22
			estate = estate_type:clergy_estate
			female = no
			artist_skill = 0.98
			artist = philosopher
			save_scope_as = vij_vyasatirtha
		}
	}

	trigger = {
		owns = location:vijayanagar
	}

	option = {
		name = flavor_vij.10.a
		add_prestige = prestige_mild_bonus
		location:vijayanagar = {
			create_art = {
				artist = scope:vij_vyasatirtha
				quality = 94
				type = work_of_art_type:treatise
				key = nyayamruta
			}
		}
	}
}