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.36 尼科洛·尼科利登场

时间范围:1384.1.1 - 1450.1.1(每月 4% 概率)

触发条件

  • 国家拥有佛罗伦萨(Florence)地区。
  • 佛罗伦萨地区至少拥有一座图书馆建筑。

关键效果

  • 选项 A (flavor_flo.36.a)

    • 花费 4 金币。
    • 获得提示:目标艺术家加入宫廷。
    • 社会价值观向“创新”方向移动。
    • 获得大量研究进度。
  • 选项 B (flavor_flo.36.b)

    • 触发前提:存在随机的邻国(scope:target_country)。
    • 获得少量威望惩罚。
    • 社会价值观向“传统”方向移动。
    • 艺术家尼科洛·尼科利将移居至随机邻国。
    • 该随机邻国获得大量研究进度。

背景介绍: 尼科洛·尼科利(1364-1444)是佛罗伦萨文艺复兴早期的重要人文主义学者、藏书家和书法家。他以其丰富的古典文献收藏和对拉丁语字体发展的贡献而闻名,是美第奇家族文化圈的关键人物之一,其活动推动了佛罗伦萨作为文艺复兴中心的学术发展。本事件模拟了这位人文主义者在佛罗伦萨(或其他意大利城邦)登场,并可能因其才华和理念引发宫廷内关于文化投资与人才流动的抉择。

完整事件代码

flavor_flo.36 = { # Niccolo Niccoli
	type = country_event
	title = flavor_flo.36.title
	desc = flavor_flo.36.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = FLO
		tag = TUS
		from = 1384.1.1
		to = 1450.1.1
		monthly_chance = 4
	}

	trigger = {
		owns = location:florence
		location:florence = {
			has_building_with_at_least_one_level = library
		}
	}

	immediate = {
		create_character = {
			first_name = name_nicholas
			last_name = Niccoli
			birth_location = location:florence
			culture = culture:tuscan
			adm = 55
			dip = 91
			mil = 23
			birth_date = 1364.2.11
			estate = estate_type:clergy_estate
			script = flo_niccolo_niccoli_script
			save_scope_as = target_artist
			artist = writer
			artist_skill = 0.72
		}
		random_neighbor_country = {
			save_scope_as = target_country
		}
		location:florence = {
			save_scope_as = target_location
		}
	}

	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_books.dds"

	option = {
		name = flavor_flo.36.a

	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
		}
		add_research_progress = research_progress_severe_bonus
	}

	option = {
		name = flavor_flo.36.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
		}
		scope:target_country = {
			add_research_progress = research_progress_severe_bonus
		}
	}
}