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.8 泰卢固诗人登场

时间范围:1460.1.1 - 1500.1.1(每月 5% 概率)

触发条件

  • 国家拥有维贾亚纳加尔(Vijayanagar)地区。
  • 国家拥有至少一个以泰卢固(Telugu)文化为主导的地区。
  • 国家的首要文化或已接受的文化中包含泰卢固(Telugu)文化。

关键效果

  • 选项 A (flavor_vij.8.a) - 历史选项
    • 将诗人塔拉帕卡·蒂鲁马拉玛(Tallapaka Tirumalamma)引入本国。
    • 花费少量金钱(-2 规模)。
    • 为泰卢固文化添加一项文化传统(cultural_tradition_severe_bonus)。
    • 在维贾亚纳加尔地区创作一部名为《Subhadra Kalyanam》的诗歌艺术作品,由该诗人创作,质量为 95。
  • 选项 B (flavor_vij.8.b)
    • 国家声望受到轻微惩罚(prestige_mild_penalty)。
    • 将诗人塔拉帕卡·蒂鲁马拉玛流放。

背景介绍: 此事件模拟了15世纪下半叶,在维贾亚纳加尔帝国统治下,泰卢固语文学与艺术的繁荣。塔拉帕卡·蒂鲁马拉玛是这一时期著名的泰卢固诗人,以其虔诚的诗歌作品闻名,她的出现代表了帝国对本土文化精英的吸纳与赞助,以及宫廷文化的发展。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VIJ
		from = 1460.1.1
		to = 1500.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:clergy background = pop_type:clergy }
		create_character = {
			first_name = Tallapaka
			last_name = Tirumalamma
			adm = 47
			dip = 56
			mil = 18
			birth_date = 1435
			estate = estate_type:clergy_estate
			female = yes
			culture = culture:telugu
			artist_skill = 0.95
			artist = writer
			save_scope_as = vij_tallapaka_tirumalamma
			create_in_limbo = yes
		}
	}

	trigger = {
		owns = location:vijayanagar
		any_owned_location = {
			dominant_culture = culture:telugu
		}
		has_primary_or_accepted_culture = culture:telugu
	}

	option = {
		name = flavor_vij.8.a
		historical_option = yes

		scope:vij_tallapaka_tirumalamma = { move_country = root }
		change_gold_effect = { scale = -2 }
		culture = { add_cultural_tradition = cultural_tradition_severe_bonus }
		location:vijayanagar = {
			create_art = {
				artist = scope:vij_tallapaka_tirumalamma
				quality = 95
				type = work_of_art_type:poem
				key = subhadra_kalyanam
			}
		}
	}
	option = {
		name = flavor_vij.8.b
		add_prestige = prestige_mild_penalty
		scope:vij_tallapaka_tirumalamma = { banish_character = yes }
	}
}