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.50 莫斯科大公国与俄罗斯的宗教外交

时间范围:1485.1.1 - 1535.1.1 (每月 5% 概率)

触发条件

  • 国家宗教为东正教。
  • 拥有并控制诺夫哥罗德地区。
  • 是自治牧首区国际组织的成员。
  • 自治牧首区的席位所在地不为本国所有。

关键效果

  • 选项 A (历史选项)
    • 将人物德米特里·格拉西莫夫派往目标基督教国家。
    • 获得文化影响力大幅提升。
    • 如果罗马的所有者属于基督教宗教组,则额外获得研究进度小幅提升。
  • 选项 B
    • 将人物德米特里·格拉西莫夫留在国内。
    • 获得宗教影响力大幅提升。
    • 教士阶层满意度大幅提升。

背景介绍: 在莫斯科大公国巩固权力并寻求成为东正教世界领袖的时期,如何处理与西方基督教世界(特别是罗马教廷)的关系成为一个关键议题。德米特里·格拉西莫夫作为一位学识渊博的教士和外交官,其派遣与否象征着国家是选择向外寻求知识与宗教对话,还是专注于强化国内的正统信仰与统治基础。这一事件反映了莫斯科在伊凡三世及其继任者统治下,于宗教、文化和外交上面临的战略抉择。

完整事件代码

flavor_mos.50 = {
	type = country_event
	fire_only_once = yes
	title = flavor_mos.50.title
	desc = flavor_mos.50.desc
	image = "gfx/interface/illustrations/government/diplomacy_illustration.dds"

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1485.1.1
		to = 1535.1.1
		monthly_chance = 5
	}

	trigger = {

		religion = religion:orthodox

		location:novgorod = {
			owner = root
			controller = root

		}

		is_member_of_international_organization_of_type = {
			type = autocephalous_patriarchate
		}

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

	}

	immediate = {

		create_character = {
			first_name = name_demetrius
			last_name = Gerasimov
			adm = 50
			dip = 71
			mil = 15
			birth_date = 1465.1.1
			estate = estate_type:clergy_estate
			birth_location = location:novgorod
			script = mos_dmitry_gerasimov
			save_scope_as = dmitry_gerasimov
			create_in_limbo = yes
		}

		if = {
			limit = {
				location:rome.owner = {
					religion.group = religion_group:christian
				}
			}
			location:rome.owner = {
				save_scope_as = target_country
			}
		}
		else = {
			random_country = {
				limit = {
					is_great_power = yes
					religion.group = religion_group:christian
					capital.sub_continent = sub_continent:western_europe
				}
				save_scope_as = target_country
			}
		}

		capital = {
			save_scope_as = target_location
		}

		root = { save_scope_as = target_root_country }

	}

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

		custom_tooltip = flavor_mos.50.tt2

		scope:dmitry_gerasimov = {
			move_country = scope:target_country
		}

		culture = {
			add_cultural_influence = cultural_influence_severe_bonus
		}

		if = {
			limit = {
				location:rome.owner = {
					religion.group = religion_group:christian
				}
			}
			add_research_progress = research_progress_mild_bonus
			custom_tooltip = flavor_mos.50.tt3
		}

		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_mos.50.b

		scope:dmitry_gerasimov = { move_country = root }
		custom_tooltip = flavor_mos.50.tt4

		add_religious_influence = religious_influence_severe_bonus

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

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_mos.50.historical_info

}