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_mos.34 莫斯科大公国的文艺复兴建筑师

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

触发条件

  • 事件所属国家(root)必须同时拥有并控制莫斯科地区(location:moscow),且该地区至少拥有一级克里姆林宫建筑(has_building_with_at_least_one_level = kremlin)。
  • 博洛尼亚地区(location:bologna)必须已出现文艺复兴思潮(has_institution = institution:renaissance),且该地区的拥有者信仰基督教宗教组(religion.group = religion_group:christian)。
  • 事件所属国家没有摄政王(has_regent = no)。

关键效果

  • 选项 A (历史选项)
    • 如果莫斯科地区尚未出现文艺复兴思潮,则获得大量文艺复兴思潮传播进度(change_institution_progress = { type = institution:renaissance value = institution_progress_ultimate_bonus })。
    • 如果莫斯科地区已存在艺术品“圣母安息主教座堂”(work_of_art:uspensky_sobor),则随机提升该艺术品5点艺术品质(change_art_quality = 5)。
    • 如果莫斯科地区不存在上述艺术品,则获得少量繁荣度加成(change_prosperity = prosperity_very_weak_bonus)。
    • 将创建的人物“里多尔福·菲奥拉万蒂”(scope:ridolfo_fioravanti)移动至事件所属国家。
  • 选项 B
    • 获得少量威望加成(add_prestige = prestige_mild_bonus)。
    • 使国家政策倾向孤立主义(nudge_towards_isolationism = yes)。
    • 秘密处决创建的人物“里多尔福·菲奥拉万蒂”(kill_character_silently = scope:ridolfo_fioravanti)。

背景介绍: 15世纪中后期,文艺复兴思潮从意大利半岛向欧洲其他地区传播。莫斯科大公国在巩固中央集权、修建克里姆林宫后,具备了接触并吸收这一新文化运动的条件。本事件模拟了意大利建筑师里多尔福·菲奥拉万蒂受邀前往莫斯科,将文艺复兴的建筑理念与技术带入罗斯地区的历史可能性,其工作对莫斯科的城市建设与文化艺术发展产生了潜在影响。

完整事件代码

flavor_mos.34 = {
	type = country_event
	fire_only_once = yes
	title = flavor_mos.34.title
	desc = flavor_mos.34.desc
	image = "gfx/interface/illustrations/institutions/renaissance.dds"

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1455.1.1
		to = 1485.1.1
		monthly_chance = 10
	}

	trigger = {

		location:moscow = {
			owner = root
			controller = root
			has_building_with_at_least_one_level = kremlin
		}

		location:bologna = {
			has_institution = institution:renaissance
			owner = {
				religion.group = religion_group:christian
			}
		}

		has_regent = no

	}

	immediate = {

		location:bologna = {
			save_scope_as = target_location
		}

		create_character = {
			first_name = name_rudolf
			last_name = Fioravanti
			nickname = Aristotele
			adm = 34
			dip = 35
			mil = 20
			birth_date = 1420.1.1
			artist_skill = 0.95
			artist = architect
			estate = estate_type:burghers_estate
			birth_location = location:bologna
			script = mos_ridolfo_fioravanti
			save_scope_as = ridolfo_fioravanti
			create_in_limbo = yes
		}

		root = { save_scope_as = target_root_country }

	}

	option = {
		name = flavor_mos.34.a
		historical_option = yes

		location:moscow = {
			custom_tooltip = flavor_mos.34.tt1
			if = {
				limit = {
					NOT = { has_institution = institution:renaissance }
				}
				change_institution_progress = { type = institution:renaissance value = institution_progress_ultimate_bonus }
				custom_tooltip = flavor_mos.34.tt2
			}
			if = {
				limit = {
					any_work_of_art_in_location = {
						this = work_of_art:uspensky_sobor
					}
				}
				random_work_of_art_in_location = {
					limit = {
						this = work_of_art:uspensky_sobor
					}
					change_art_quality = 5
				}
				custom_tooltip = flavor_mos.34.tt3
			}
			else = {
				change_prosperity = prosperity_very_weak_bonus
				custom_tooltip = flavor_mos.34.tt4
			}

		}
		scope:ridolfo_fioravanti = { move_country = root }

		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_mos.34.b

		add_prestige = prestige_mild_bonus

		nudge_towards_isolationism = yes

		hidden_effect = { kill_character_silently = scope:ridolfo_fioravanti }

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_mos.34.historical_info

}