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.54] 安东尼奥·波塞维诺的使命

时间范围:1553.1.1 - 1583.1.1(每月 5% 概率触发)

触发条件

  • 任意邻国拥有“允许耶稣会士”政策。
  • 本国宗教为东正教。
  • 路德宗已启用。

关键效果

  • 选项 A (历史选项)
    • 将人物“安东尼奥·波塞维诺”移动至本国。
    • 为该人物添加持续至事件结束的“争议特使”修正。
    • 增加少量稳定度。
    • 使东正教对路德宗的宗教观转为负面。
  • 选项 B
    • 将人物“安东尼奥·波塞维诺”移动至本国。
    • 增加少量研究进度。
    • 推动国家倾向“开放”。
  • 选项 C
    • 将人物“安东尼奥·波塞维诺”移动至本国后,秘密处决该人物。
    • 推动国家倾向“孤立主义”。

背景介绍: 此事件模拟了16世纪中叶耶稣会士安东尼奥·波塞维诺在莫斯科大公国(或俄罗斯)的外交与宗教活动。波塞维诺作为教皇的特使,试图在东正教与天主教(及新教)之间进行调解与对话,其使命在莫斯科宫廷内部引发了关于宗教政策、对外关系以及是否接受西方影响的激烈争论。事件反映了当时俄罗斯在宗教与外交上面临的十字路口。

完整事件代码

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

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1553.1.1
		to = 1583.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	trigger = {

		any_neighbor_country = {
			has_policy = jesuits_allowed
		}

		religion = religion:orthodox

		religion:lutheran = {
			is_religion_enabled = yes
		}

	}

	immediate = {

		capital = {
			save_scope_as = target_location
		}

		root = { save_scope_as = target_root_country }

		create_character = {
			first_name = name_anthony
			last_name = Possevino
			adm = { 40 60 }
			dip = { 70 90 }
			mil = { 0 10 }
			estate = estate_type:clergy_estate
			birth_date = 1533.1.1
			birth_location = location:mantova
			save_scope_as = antonio_possevino
			script = mos_antonio_possevino
			create_in_limbo = yes
		}
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}

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

		custom_tooltip = flavor_mos.54.tt2

		scope:antonio_possevino = {
			move_country = root
			add_character_modifier = {
				modifier = controversial_nuncio
				years = -1
				mode = add_and_extend
			}
		}

		add_stability = stability_mild_bonus

		religion:orthodox = {
			set_religious_view = {
				target = religion:lutheran
				value = negative
			}
		}

		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_mos.54.b

		scope:antonio_possevino = { move_country = root }
		custom_tooltip = flavor_mos.54.tt3

		add_research_progress = research_progress_mild_bonus

		nudge_towards_openness = yes

		ai_chance = {
			factor = 0.5
		}
	}

	option = {
		name = flavor_mos.54.c

		hidden_effect = { kill_character_silently = scope:antonio_possevino }

		nudge_towards_isolationism = yes

		scope:antonio_possevino = { move_country = root }
		custom_tooltip = flavor_mos.54.tt4

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_mos.54.historical_info

}