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_ori.3 萨拉拉·达萨登场

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

触发条件

  • 事件仅能触发一次。
  • 国家标签为 ORI(奥里萨)。
  • 事件在1450年1月1日至1470年1月1日期间动态触发。

关键效果

  • 选项 A (flavor_ori.3.a)

    • 获得少量威望加成 (prestige_mild_bonus)。
    • 将人物 萨拉拉·达萨 移动至本国。
  • 选项 B (flavor_ori.3.b)

    • 将人物 萨拉拉·达萨 移动至本国。
    • 将宫廷语言设置为 奥里亚语 (dialect:oriya_language)。

背景介绍: 在15世纪中叶的奥里萨王国,诗人、学者和宗教人物萨拉拉·达萨作为一位重要的文化人物登场。他以其对奥里亚语文学和毗湿奴派虔诚运动的贡献而闻名,他的出现象征着奥里萨地区文化认同的强化与宫廷文化的塑造。

完整事件代码

flavor_ori.3 = {
	type = country_event
	title = flavor_ori.3.title
	desc = flavor_ori.3.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = ORI
		from = 1450.1.1
		to = 1470.1.1
		monthly_chance = 5
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = Sarala
			last_name = Dasa
			adm = { 20 30 }
			dip = { 20 30 }
			mil = { 20 30 }
			culture = culture:orissan
			religion = religion:hindu
			age = 40
			artist_skill = 0.80
			artist = writer
			estate = estate_type:peasants_estate
			save_scope_as = sarala_dasa
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_ori.3.a
		add_prestige = prestige_mild_bonus
		scope:sarala_dasa = { move_country = root }
	}

	option = {
		name = flavor_ori.3.b

		scope:sarala_dasa = { move_country = root }
		set_court_language = dialect:oriya_language
	}
}