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.7 圣谢尔盖圣物

时间范围:1400.1.1 - 1440.1.1(每月 1% 概率)

触发条件

  • 国家为莫斯科(MOS)或俄罗斯(RUS)。
  • 拥有并控制普希金诺(pushkino)地区。
  • 普希金诺地区存在名为“圣三一谢尔盖圣拉夫拉”(work_of_art:holy_trinity_st_sergius_lavra)的艺术品。
  • 人物“莫斯科的谢尔盖·拉多涅日斯基”(character:mos_sergius_of_radonezh)已去世。

关键效果

  • 选项 A (历史选项)
    • 在普希金诺地区创建一件名为“圣谢尔盖圣物”(st_sergius_relics)的圣像画艺术品,品质为80。
    • 国家获得轻微稳定性加成(stability_mild_bonus)。
  • 选项 B
    • 在首都创建一件名为“圣谢尔盖圣物”(st_sergius_relics)的圣像画艺术品,品质为80。
    • 首都获得极微弱繁荣度加成(prosperity_very_weak_bonus)。
  • 选项 C
    • 社会价值观向“传统主义 vs 创新”谱系的右侧移动(societal_value_move_to_right)。
    • 神职人员阶层(estate_type:clergy_estate)满意度受到轻微惩罚(estate_satisfaction_mild_penalty)。

背景介绍: 谢尔盖·拉多涅日斯基是14世纪俄罗斯东正教的重要圣徒和修道院改革者,他创立的圣三一谢尔盖圣拉夫拉修道院成为俄罗斯的精神与文化中心。在他去世后,其圣物被视为国家与信仰的珍贵遗产。此事件模拟了莫斯科公国或俄罗斯在控制相关圣地后,如何处置这些具有重大宗教与政治意义的圣物,选择将影响国家的稳定、首都的繁荣或社会价值观的走向。

完整事件代码

flavor_mos.7 = {
	type = country_event
	fire_only_once = yes
	title = flavor_mos.7.title
	desc = flavor_mos.7.desc

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1400.1.1
		to = 1440.1.1
		monthly_chance = 1
	}

	trigger = {

		location:pushkino = {
			any_work_of_art_in_location = {
				this = work_of_art:holy_trinity_st_sergius_lavra
			}
			owner = root
			controller = root
		}

		character:mos_sergius_of_radonezh = {
			is_alive = no
		}

	}

	immediate = {

		character:mos_sergius_of_radonezh = {
			save_scope_as = sergius_of_radonezh
		}

		location:pushkino = {
			save_scope_as = target_location
		}

	}

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

		location:pushkino = {
			create_art = {
				quality = 80
				type = work_of_art_type:icon
				key = st_sergius_relics
			}
		}

		add_stability = stability_mild_bonus

		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_mos.7.b

		capital = {
			create_art = {
				quality = 80
				type = work_of_art_type:icon
				key = st_sergius_relics
			}
			change_prosperity = prosperity_very_weak_bonus
		}

		ai_chance = {
			factor = 0.5
		}
	}

	option = {
		name = flavor_mos.7.c

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_mos.7.historical_info

}