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.1 米开朗基罗登场

时间范围:1500.1.1 - 1550.1.1(每月 5% 概率)

触发条件

  • 事件仅能触发一次 (fire_only_once = yes)。
  • 动态历史事件条件:
    • 国家标签为 FLOTUS
    • 游戏时间在 1500年1月1日至 1550年1月1日之间。

关键效果

  • 选项 A (flavor_flo.1.a):
    • 改变社会价值观:traditionalist_vs_innovative 向“创新”方向移动 (societal_value_move_to_right)。
    • 增加少量威望 (prestige_mild_bonus)。

背景介绍: 该事件模拟了文艺复兴时期巨匠米开朗基罗(Michelangelo Buonarroti Simoni)在佛罗伦萨或托斯卡纳地区登场的场景。米开朗基罗作为雕塑家、画家、建筑师和诗人,是文艺复兴盛期的核心人物,他的出现代表了艺术与文化的繁荣,并推动了社会思潮向创新与人文主义方向发展。

完整事件代码

flavor_flo.1 = { #Michelangelo
	type = country_event
	title = flavor_flo.1.title
	desc = flavor_flo.1.desc

	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = FLO
		tag = TUS
		from = 1500.1.1
		to = 1550.1.1
		monthly_chance = 5
	}

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

	immediate = {
		create_character = { #https://en.wikipedia.org/wiki/Michelangelo
			first_name = name_michael.name_angel
			last_name = Buonarroti_Simoni
			birth_date = 1475.3.6
			birth_location = location:sansepolcro
			culture = culture:tuscan
			estate = estate_type:burghers_estate
			artist_skill = 0.99
			artist = sculptor
			add_trait = trait:meticulous
			script = michelangelo_artist
			save_scope_as = target_artist
		}
	}

	option = {
		name = flavor_flo.1.a

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}
		add_prestige = prestige_mild_bonus
	}
}