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_por.49 费尔南·洛佩斯登场

时间范围:1415.1.1 - 1450.1.1(每月 10% 概率)

触发条件

  • 事件仅能触发一次。
  • 仅当玩家控制的国家标签为 POR(葡萄牙)时,在指定时间范围内有概率触发。

关键效果

  • 选项 A (flavor_por.49.a)
    • 花费一定金币(按比例减少 3 单位)。
    • 将新创建的人物 费尔南·洛佩斯 移入本国。
  • 选项 B (flavor_por.49.b)
    • 损失少量威望(prestige_mild_penalty)。
    • 将新创建的人物 费尔南·洛佩斯 流放。

背景介绍: 费尔南·洛佩斯(约1385-1459)是葡萄牙王国首位官方编年史官,被誉为“葡萄牙历史之父”。他出生于阿连特茹地区的波特尔,在若昂一世国王的任命下,系统地记录了葡萄牙早期的历史,其著作对塑造葡萄牙的国家叙事和身份认同起到了奠基性作用。本事件模拟了这位重要历史人物在15世纪早期登上历史舞台的情景,葡萄牙宫廷可以选择资助并接纳这位学者,或出于某种原因将其拒之门外。

完整事件代码

flavor_por.49 = { # Fernão Lopes
	type = country_event
	title = flavor_por.49.title
	desc = flavor_por.49.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POR
		from = 1415.1.1
		to = 1450.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_ferdinand #Should be alternative
			last_name = Lopes
			estate = estate_type:burghers_estate
			artist = writer
			artist_skill = { 0.60 0.70 }
			create_in_limbo = yes
			birth_date = 1385.6.1
			birth_location = location:portel
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_por.49.a

		change_gold_effect = { scale = -3 }

		scope:target_character = {
			move_country = ROOT
		}
	}

	option = {
		name = flavor_por.49.b

		add_prestige = prestige_mild_penalty
		scope:target_character = { banish_character = yes }
	}
}