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.87 喀山圣母像事件

时间范围:1579.1.1 - 1690.1.1,每月 1% 概率触发

触发条件

  • 事件国家(root)拥有并控制喀山地区(location:kazan)。
  • 事件国家的国教为东正教(religion:orthodox)。

关键效果

  • 选项 A (历史选项)
    • 在喀山地区创建一件名为“lady_of_kazan”的圣像艺术品(work_of_art_type:icon),品质为85。
    • 社会价值观向“灵性主义”(spiritualist_vs_humanist)方向移动(societal_value_move_to_left)。
  • 选项 B
    • 在喀山地区创建一件名为“lady_of_kazan”的圣像艺术品(work_of_art_type:icon),品质为85。
    • 在喀山地区的市场(market)中,为需求类型“demand:mos_lady_of_kazan_copies”添加为期12个月的临时需求。
    • 为教士阶层(estate_type:clergy_estate)增加大量满意度(estate_satisfaction_severe_bonus)。
    • 显示自定义提示“flavor_mos.87.tt1”。
  • 选项 C
    • 社会价值观向“人文主义”(spiritualist_vs_humanist)方向移动(societal_value_move_to_right)。

背景介绍: 该事件模拟了历史上著名的喀山圣母像的发现与影响。1579年,一场大火后,喀山的一位女孩声称圣母玛利亚在梦中指示她,在废墟下发现了这尊圣像。此后,喀山圣母像成为俄罗斯东正教最重要的圣物之一,象征着神圣的庇护与信仰的复兴,对俄罗斯的宗教、文化乃至政治都产生了深远影响。此事件反映了莫斯科公国(或俄罗斯)在巩固对喀山地区统治后,如何处理这一重要的宗教与文化象征。

完整事件代码

flavor_mos.87 = {
	type = country_event

	title = flavor_mos.87.title
	desc = flavor_mos.87.desc

	fire_only_once = yes

	illustration_tags = {
		10 = happy
		10 = interior
	}
	
	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1579.1.1
		to = 1690.1.1
		monthly_chance = 1
	}

	trigger = {

		location:kazan = {
			owner = root
			controller = root
		}

		religion = religion:orthodox

	}

	immediate = {

		location:kazan = { save_scope_as = target_location }

		event_illustration_estate_effect = { foreground = estate_type:clergy_estate	background = estate_type:clergy_estate }
	}

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

		location:kazan = {
			create_art = {
				quality = 85
				type = work_of_art_type:icon
				key = lady_of_kazan
			}
		}

		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_left
		}

		ai_chance = {
			factor = 1
		}

	}

	option = {
	name = flavor_mos.87.b

		location:kazan = {
			create_art = {
				quality = 85
				type = work_of_art_type:icon
				key = lady_of_kazan
			}
			market = {
				add_temporary_demand = {
					type = demand:mos_lady_of_kazan_copies
					months = 12
				}
			}
		}

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

		custom_tooltip = flavor_mos.87.tt1

		ai_chance = {
			factor = 0.5
		}

	}

	option = {
		name = flavor_mos.87.c

		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_right
		}

		ai_chance = {
			factor = 0.5
		}

	}

	historical_info = flavor_mos.87.historical_info

}