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_flo.39 第一位现代历史学家

时间范围:1390.1.1 - 1444.12.30(每月 2% 概率)

触发条件

  • 国家拥有佛罗伦萨(Florence)和阿雷佐(Arezzo)这两个地区。

关键效果

  • 选项 A (历史选项)
    • 花费 4 金币。
    • 获得一位名为莱昂纳多·布鲁尼(Leonardo Bruni)的作家角色加入宫廷。
    • 社会价值观向“创新”方向移动。
    • 文化获得少量传统与影响力加成。
  • 选项 B
    • 声望受到少量惩罚。
    • 社会价值观向“传统”方向移动。
    • 莱昂纳多·布鲁尼将离开并移居至一个随机邻国(前提是该邻国存在)。

背景介绍: 莱昂纳多·布鲁尼(1370-1444)是意大利文艺复兴时期的人文主义者、历史学家和政治家,常被称为“第一位现代历史学家”。他出生于阿雷佐,后活跃于佛罗伦萨,曾担任佛罗伦萨共和国执政官。布鲁尼以其对古典文献的翻译、对历史的批判性研究方法以及用意大利语(而非拉丁语)撰写佛罗伦萨历史而闻名,他的工作标志着历史学从中世纪编年史向现代历史分析的转变。该事件模拟了这位重要文化人物在佛罗伦萨登场的历史时刻。

完整事件代码

flavor_flo.39 = { #The First Modern Historian
	type = country_event
	title = flavor_flo.39.title
	desc = flavor_flo.39.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = FLO
		tag = TUS
		from = 1390.1.1
		to = 1444.12.30
		monthly_chance = 2
	}

	trigger = {
		owns = location:florence
		owns = location:arezzo
	}

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

	immediate = {
		create_character = {
			first_name = name_leonard
			last_name = Bruni
			birth_location = location:arezzo
			culture = culture:tuscan
			adm = 90
			dip = 54
			mil = 29
			birth_date = 1370.5.17
			estate = estate_type:peasants_estate
			script = flo_leonardo_bruni_script
			save_scope_as = target_artist
			artist = writer
			artist_skill = 0.71
		}
		random_neighbor_country = {
			save_scope_as = target_country
		}
	}

	option = {
		name = flavor_flo.39.a

		historical_option = yes
		change_gold_effect = { scale = -4 }
		custom_tooltip = flo_target_artist_joins_our_court_tt
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}
		culture = {
			add_cultural_tradition = cultural_tradition_weak_bonus
			add_cultural_influence = cultural_influence_weak_bonus
		}
	}

	option = {
		name = flavor_flo.39.b

		trigger = {
			exists = scope:target_country
		}
		add_prestige = prestige_weak_penalty
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}
		scope:target_artist = {
			move_country = scope:target_country
		}
	}
}