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_chi.28 脱脱监修三史

时间范围

1345.1.1 - 1350.1.1 (每月 15% 概率触发)

触发条件

  • 国家为 CHI(中国)。
  • 满足条件 is_toqto_in_charge = yes(脱脱执政)。

关键效果

选项:flavor_chi.28.a

  • 执行效果 chi_adjust_pre_rtr_modifiers = { value = 0.05 }
  • 在首都创建一件艺术品:
    • 艺术家:脱脱(character:yua_toqto
    • 作品键:three_histories_china
    • 作品类型:编年史(work_of_art_type:chronicle
    • 品质:40 至 60

背景介绍

此事件模拟了元朝末年,丞相脱脱主持编修《辽史》、《金史》、《宋史》这三部正史的历史进程。在元顺帝至正年间(1345年前后),脱脱作为中书右丞相,力主并监修了这三部史书,旨在总结前朝治乱兴衰,巩固元朝的正统地位,同时也是一项重要的文化工程。

完整事件代码

flavor_chi.28 = {
	type = country_event
	title = flavor_chi.28.title
	desc = flavor_chi.28.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1345.1.1
		to = 1350.1.1
		monthly_chance = 15
	}

	trigger = {
		is_toqto_in_charge = yes
	}

	illustration_tags = {
		10 = interior
		10 = regular
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:yua_toqto = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_chi.28.a
		chi_adjust_pre_rtr_modifiers = { value = 0.05 }
		capital = {
			create_art = {
				artist = scope:target_character
				key = three_histories_china
				quality = { 40 60 }
				type = work_of_art_type:chronicle
			}
		}
	}
}