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.29 圣斯特凡的使命

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

触发条件

  • 事件所属国家为 莫斯科(MOS)俄罗斯(RUS)
  • 国家宗教为 东正教(Orthodox)
  • 国家拥有 彼尔姆(perm) 地区。
  • 国家至少拥有一个 非东正教 为优势宗教的省份。

关键效果

  • 选项 A(历史选项)
    • 人物 圣斯特凡(Stephen of Perm) 加入国家。
    • 为该人物添加持续 1年 的修正 cyrilic_scripter
    • 神职人员阶层(Clergy Estate) 获得 estate_satisfaction_severe_bonus 级别的满意度提升。
    • 显示自定义提示 flavor_mos.29.tt1flavor_mos.29.tt2
    • AI 选择此选项的概率因子为 1。
  • 选项 B
    • 国家主流文化获得 cultural_tradition_severe_bonus 级别的文化传统提升。
    • 隐藏效果:杀死人物 圣斯特凡(Stephen of Perm)
    • 显示自定义提示 flavor_mos.29.tt3
    • AI 选择此选项的概率因子为 0.5。

背景介绍: 14世纪后期,莫斯科公国在巩固其东北罗斯统治的过程中,面临着将东正教信仰传播至非斯拉夫民族地区的挑战。彼尔姆地区居住着科米人等乌拉尔语系民族,他们大多保持着传统的多神教信仰。圣斯特凡(约1340-1396年)作为东正教传教士和学者,受命前往彼尔姆地区传教。他不仅学习当地语言,还创造了古老的彼尔姆文字(阿布尔字母),用于翻译圣经和宗教文献,成为俄罗斯历史上最早的系统性文字创制者之一。这一事件标志着莫斯科公国宗教文化影响力向乌拉尔地区的扩展,也为后来该地区的政治整合奠定了基础。

完整事件代码

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

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


	trigger = {

		location:perm = {
			owner = root
		}

		religion = religion:orthodox

		any_owned_location = {
			NOT = { dominant_religion = religion:orthodox }
		}
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {

		create_character = {
			first_name = name_stephen
			last_name = of_perm
			adm = 44
			dip = 57
			mil = 70
			female = no
			estate = estate_type:clergy_estate
			birth_date = 1340.1.1
			birth_location = location:veliky_ustyug
			save_scope_as = stephen_of_perm
			script = mos_stephen_of_perm
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			create_in_limbo = yes
		}

		location:perm = {
			save_scope_as = target_location
		}

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

	}

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

		scope:stephen_of_perm = {
			move_country = root
			add_character_modifier = {
				modifier = cyrilic_scripter
				years = -1
				mode = add_and_extend
			}
		}

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

		custom_tooltip = flavor_mos.29.tt1
		custom_tooltip = flavor_mos.29.tt2

		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_mos.29.b

		culture = {
			add_cultural_tradition = cultural_tradition_severe_bonus
		}

		hidden_effect = { kill_character_silently = scope:stephen_of_perm }

		custom_tooltip = flavor_mos.29.tt3

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_mos.29.historical_info

}