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.8] 普鲁肖塔玛·达萨的诗歌创作

时间范围

  • 起始日期:1550.1.1
  • 结束日期:1580.1.1
  • 触发概率:每月 2% 概率

触发条件

  • 国家标签:必须为 ORI(奥里萨)
  • 事件类型:动态历史事件,仅触发一次

关键效果

选项 A:flavor_ori.8.a

  • 将创建的人物 Purushottama Dasa 移至当前国家。
  • 若首都存在,则在该首都创建一件艺术作品:
    • 艺术家Purushottama Dasa
    • 作品键kanchi_kaveri
    • 品质:65
    • 类型:诗歌
  • 财政影响:减少少量金钱(scale = -2)。

选项 B:flavor_ori.8.b

  • 将创建的人物 Purushottama Dasa 流放。
  • 威望影响:轻微降低威望(prestige_mild_penalty)。

背景介绍

该事件模拟了16世纪中后期奥里萨地区(ORI)的文化发展。事件核心围绕一位名为普鲁肖塔玛·达萨(Purushottama Dasa)的诗人兼作家。他出生于1520年,属于奥里萨文化,信仰印度教,并被关联至神职人员阶层。事件发生时,国家可以选择资助这位诗人在首都创作一首名为“Kanchi Kaveri”的诗歌,以促进文化艺术发展,但需付出一定财政代价;或选择拒绝其服务并将其流放,但这可能导致国家威望受损。

完整事件代码

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

	dynamic_historical_event = {
		tag = ORI
		from = 1550.1.1
		to = 1580.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		create_character = {
			first_name = Purushottama
			last_name = Dasa
			adm = { 20 30}
			dip = { 20 30}
			mil = { 20 30}
			birth_date = 1520.4.11
			culture = culture:orissan
			religion = religion:hindu
			artist_skill = 0.75
			artist = writer
			estate = estate_type:clergy_estate
			save_scope_as = target_character2
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_ori.8.a

		scope:target_character2 = { move_country = root }
		capital ?= {
			create_art = {
				artist = scope:target_character2
				key = kanchi_kaveri
				quality = 65
				type = work_of_art_type:poem
			}
		}

		change_gold_effect = { scale = -2 }
	}

	option = {
		name = flavor_ori.8.b

		scope:target_character2 = {
			banish_character = yes
		}

		add_prestige = prestige_mild_penalty
	}
}