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.49 弗拉基米尔诸公的故事

时间范围

1500.1.1 - 1550.1.1,每月 5% 概率

触发条件

  • 国家为 MOS(莫斯科)或 RUS(俄罗斯)
  • 满足以下条件之一:
    • 拜占庭帝国(BYZ)不存在
    • 拜占庭帝国存在,但君士坦丁堡(constantinople)不属于拜占庭
  • 国家宗教为 东正教(orthodox)
  • 国家是 自主牧首制(autocephalous_patriarchate) 国际组织的成员
  • 自主牧首制的 seat 变量所在地不属于本国

关键效果

选项 A:flavor_mos.49.a(历史选项)

  • 在首都创建艺术品《弗拉基米尔诸公的故事》(tale_of_the_princes_of_vladimir),品质为 80,类型为论文(treatise)
  • 若人物 mos_dmitry_gerasimov 存活,则获得 轻度宗教影响力加成(religious_influence_mild_bonus) 并显示自定义提示 flavor_mos.49.tt1
  • 获得 大量政府力量加成(government_power_severe_bonus)

选项 B:flavor_mos.49.b

  • 获得 轻度威望加成(prestige_mild_bonus)
  • 社会价值观 传统主义 vs 创新(traditionalist_vs_innovative) 向右侧(创新方向)移动

选项 C:flavor_mos.49.c

  • 触发前提:艺术品 uspensky_sobor 存在且位于莫斯科(moscow)
  • 将艺术品 uspensky_sobor 的品质提升 5
  • 本国文化获得 轻度文化传统加成(cultural_tradition_mild_bonus)

背景介绍

16世纪初,随着拜占庭帝国的衰落和君士坦丁堡的陷落,东正教世界的中心面临转移。莫斯科公国作为东正教的重要继承者,其统治者开始宣扬“第三罗马”的理念,试图确立自身在东正教世界的领导地位。在此背景下,关于弗拉基米尔诸公历史与权威的论述成为巩固莫斯科大公合法性与神圣性的重要文化工具。

完整事件代码

flavor_mos.49 = {
	hide_portraits = no
	type = country_event
	fire_only_once = yes
	title = flavor_mos.49.title
	desc = flavor_mos.49.desc

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1500.1.1
		to = 1550.1.1
		monthly_chance = 5
	}

	trigger = {

		OR = {
			NOT = {
				country_exists = c:BYZ
			}
			AND = {
				country_exists = c:BYZ
				NOT = {
					location:constantinople = {
						owner = c:BYZ
					}
				}
			}
		}

		religion = religion:orthodox

		is_member_of_international_organization_of_type = {
			type = autocephalous_patriarchate
		}

		NOT = {
			autocephalous_patriarchate = {
				var:seat = {
					owner = root
				}
			}
		}
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }

		capital = {
			save_scope_as = target_location
		}

		root = { save_scope_as = target_root_country }

		ruler ?= {
			save_scope_as = target_character
		}

	}

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

		capital = {
			create_art = {
				quality = 80
				type = work_of_art_type:treatise
				key = tale_of_the_princes_of_vladimir
			}
		}

		if = {
			limit = {
				character:mos_dmitry_gerasimov ?= {
					is_alive = yes
				}
			}
			add_religious_influence = religious_influence_mild_bonus
			custom_tooltip = flavor_mos.49.tt1
		}

		add_government_power = government_power_severe_bonus

		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_mos.49.b

		add_prestige = prestige_mild_bonus

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}

		ai_chance = {
			factor = 0.5
		}
	}

	option = {
		name = flavor_mos.49.c
		trigger = {
			exists = work_of_art:uspensky_sobor
			location:moscow = {
				any_work_of_art_in_location = {
					this = work_of_art:uspensky_sobor
				}
			}
		}

		location:moscow = {
			random_work_of_art_in_location = {
				limit = {
					this = work_of_art:uspensky_sobor
				}
				change_art_quality = 5
			}
		}

		culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
		}

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_mos.49.historical_info

}