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_kor.201 编撰《高丽史》

时间范围

1450.1.1 - 1455.1.1,在此期间每月有 10% 的概率触发。

触发条件

  • 国家为 KOR(朝鲜)。
  • 人物 kor_kim_jong_seo(金宗瑞)必须存活,并且其所属统治者(owner)为触发国(即朝鲜)。

关键效果

选项 A:flavor_kor.201.a

  • 历史选项:是。
  • 效果:
    • 国库减少 5 金币。
    • 在首都创建一件艺术品:
      • 艺术家:金宗瑞(scope:jong_seo)。
      • 品质:84。
      • 类型:编年史(work_of_art_type:chronicle)。
      • 标识goryeosa(即《高丽史》)。

选项 B:flavor_kor.201.b

  • 无具体效果描述。

背景介绍

此事件模拟了朝鲜王朝初期编撰《高丽史》的历史进程。《高丽史》是记载高丽王朝历史的官方史书,由朝鲜世宗大王下令编修,金宗瑞等学者主持编纂。该事件反映了朝鲜王朝建立后,为确立自身正统性、系统整理前朝历史而进行的重要文化工程。

完整事件代码

flavor_kor.201 = { #The Goryeosa
	type = country_event

	title = flavor_kor.201.title
	desc = flavor_kor.201.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = KOR
		from = 1450.1.1
		to = 1455.1.1
		monthly_chance = 10
	}
	trigger = {
		character:kor_kim_jong_seo ?= {
			is_alive = yes
			owner = root
		}
	}

	image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"

	immediate = {

		character:kor_kim_jong_seo = {
			save_scope_as = jong_seo
		}
	}

	option = {
		name = flavor_kor.201.a
		historical_option = yes

		change_gold_effect = { scale = -5 }

		capital = {
			create_art = { #https://en.wikipedia.org/wiki/Goryeosa
				artist = scope:jong_seo
				quality = 84
				type = work_of_art_type:chronicle
				key = goryeosa
			}
		}

	}

	option = {
		name = flavor_kor.201.b
	}

}