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_cas.120 安第斯编年史家

时间范围:1540.1.1 - 1554.1.1,每月 1% 概率触发

触发条件

  • 国家在 andes_region(安第斯地区)拥有存在度。

关键效果

  • 选项 A (历史选项)
    • 国库黄金减少(规模为 -3)。
    • 创建一位名为“佩德罗·德·谢萨·德·莱昂”的特定人物,并将其移动到本国。
    • 在本国首都创建一件名为“chronicle_of_peru”(秘鲁编年史)的艺术品,类型为“编年史”,品质为 65,艺术家为上述创建的人物。
  • 选项 B
    • 获得少量威望惩罚。
    • (隐藏效果)静默处决上述创建的人物。

背景介绍: 此事件模拟了西班牙编年史家佩德罗·德·谢萨·德·莱昂的活动。他在16世纪中叶随征服者前往秘鲁,并撰写了关于印加帝国历史与文化的早期重要著作《秘鲁编年史》。事件反映了西班牙帝国在安第斯地区巩固统治过程中,对当地历史进行记录与“消化”的文化层面。

完整事件代码

flavor_cas.120 = { #The Chronicler of the Andes
	type = country_event
	title = flavor_cas.120.title
	desc = flavor_cas.120.desc
	
	fire_only_once = yes

	historical_info = flavor_cas.120.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1540.1.1
		to = 1554.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	trigger = {
		has_presence_in = region:andes_region
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_peter
			last_name = cieza_de_leon
			adm = { 50 70 }
			dip = { 50 70 }
			mil = { 50 70 }
			birth_date = 1518.1.1
			birth_location = location:badajoz
			culture = culture:castilian
			estate = estate_type:peasants_estate
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_cas.120.a
		historical_option = yes
		change_gold_effect = { scale = -3 }
		scope:target_character = {
			move_country = root
		}
		capital = {
			create_art = {
				artist = scope:target_character
				quality = {
					value = 65
				}
				type = work_of_art_type:chronicle
				key = chronicle_of_peru
			}
		}
	}

	option = {
		name = flavor_cas.120.b
		add_prestige = prestige_mild_penalty
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
	}
}