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.33 桑德罗·波提切利

时间范围:1465.1.1 - 1485.1.1 (每月 10% 概率)

触发条件

  • 控制佛罗伦萨地区。
  • 佛罗伦萨地区至少拥有1级“艺术学院”或“艺术学校”建筑。
  • 国库储备不低于4个月收入。

关键效果

  • 选项 A (flavor_flo.33.a)

    • 支付相当于4个月收入的金钱。
    • 社会价值观向“创新”方向移动。
    • 桑德罗·波提切利加入我国宫廷。
  • 选项 B (flavor_flo.33.b)

    • 触发前提:存在一个随机的邻国。
    • 损失少量威望。
    • 社会价值观向“传统”方向移动。
    • 桑德罗·波提切利离开,前往一个随机邻国。

背景介绍: 桑德罗·波提切利是文艺复兴早期佛罗伦萨画派的杰出代表。在美第奇家族的赞助下,他创作了《维纳斯的诞生》、《春》等传世名作,其艺术风格融合了古典主题与当时的哲学思想,深刻影响了后世艺术发展。此事件模拟了佛罗伦萨作为文艺复兴中心,吸引和培养顶尖艺术人才的历史进程,以及人才可能因各种原因流向其他城邦或国家的情况。

完整事件代码

flavor_flo.33 = { # Sandro Botticelli
	type = country_event
	title = flavor_flo.33.title
	desc = flavor_flo.33.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = FLO
		tag = TUS
		from = 1465.1.1
		to = 1485.1.1
		monthly_chance = 10
	}

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

	trigger = {
		owns = location:florence
		location:florence = {
			OR = {
				has_building_with_at_least_one_level = arts_academy
				has_building_with_at_least_one_level = art_school
			}
		}
		months_of_income >= 4
	}

	immediate = {
		create_character = {
			first_name = name_alexander
			last_name = Botticelli
			birth_location = location:florence
			culture = culture:tuscan
			artist = painter
			artist_skill = 0.87
			birth_date = 1445.12.10
			add_trait = trait:prominent
			estate = estate_type:burghers_estate
			script = flo_sandro_boticelli_script
			save_scope_as = target_artist
		}
		random_neighbor_country = {
			save_scope_as = target_country
		}
	}

	option = {
		name = flavor_flo.33.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
		}
	}

	option = {
		name = flavor_flo.33.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
		}
	}
}