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_geo.16 天主教在格鲁吉亚的存在

时间范围

1340.1.1 - 1375.3.14,每月有 1% 的概率触发。

触发条件

  • 本国拥有至少一个省份,且该省份内建有 传教建筑 (building_type:missionary_building)。

关键效果

选项 A:flavor_geo.16.a (历史选项)

  • 教宗国 (c:PAP) 互相获得 “天主教在格鲁吉亚的存在” 关系修正。
  • 增加 神职人员阶层 (estate_type:clergy_estate) 的满意度 (estate_satisfaction_mild_penalty)。

选项 B:flavor_geo.16.b

  • 摧毁本国所有省份内的 传教建筑 (building_type:missionary_building)。
  • 所有在 外交范围内 且信仰 天主教 (religion:catholic) 的已知国家,将对我国产生 “拆毁天主教使馆” 负面关系修正。
  • 触发 教宗国 (c:PAP) 的事件 flavor_geo.17

选项 C:flavor_geo.16.c

  • 前提条件:国家拥有统治者。
  • 统治者或摄政、其所有 在世的子女配偶(若有)以及 继承人(若有)的信仰改为 天主教 (religion:catholic)。
  • 国家 稳定度 大幅下降 (stability_extreme_penalty)。
  • 所有 阶层 满意度大幅下降 (estate_satisfaction_extreme_penalty)。
  • 教宗国 (c:PAP) 互相获得 “王室皈依天主教” 关系修正。
  • 触发 教宗国 (c:PAP) 的事件 flavor_geo.18

背景介绍

14世纪中叶,格鲁吉亚王国正处于一个复杂的宗教与政治环境中。作为传统的东正教国家,格鲁吉亚与西方的天主教世界,特别是罗马教廷,保持着若即若离的联系。随着天主教传教士在格鲁吉亚境内活动的增加,国内对于如何处理与天主教会的关系产生了分歧。统治阶层面临选择:是接受并利用这种联系来加强国际地位,还是抵制以维护国内东正教会的权威,抑或是采取更激进的措施,让王室皈依天主教以寻求更紧密的联盟?这一事件反映了中世纪高加索地区在蒙古帝国衰落背景下,寻求外部支持与维持内部认同之间的张力。

完整事件代码

flavor_geo.16 = { #[ShowReligionAdjectiveWithNoTooltip('catholic')] Presence in [target_location.GetNameWithNoTooltip]
	type = country_event
	title = flavor_geo.16.title
	desc = flavor_geo.16.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = GEO
		from = 1340.1.1
		to = 1375.3.14
		monthly_chance = 1
	}

	trigger = {
		any_owned_location = {
			has_building = building_type:missionary_building
		}
	}

	illustration_tags = {
		10 = interior
		10 = regular
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		save_scope_as = target_country2
		ruler_or_regent = { save_scope_as = target_character1 }
		ordered_owned_location = {
			limit = {
				has_building = building_type:missionary_building
			}
			order_by = population
			max = 1
			check_range_bounds = no
			save_scope_as = target_location1
			event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		}
		c:PAP = {
			save_scope_as = target_country
			capital = { save_scope_as = target_location2 }
			ruler_or_regent = { save_scope_as = target_character2 }
		}
	}

	option = {
		name = flavor_geo.16.a
		historical_option = yes

		add_opinion_mutual_effect = {
			target = c:PAP
			modifier = opinion_catholic_presence_in_georgia
		}

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

	option = {
		name = flavor_geo.16.b

		every_owned_location = {
			limit = {
				has_building = building_type:missionary_building
			}
			destroy_building = "building(building_type:missionary_building|scope:target_country)"
		}

		custom_tooltip = {
			text = suffer_20_opinion_with_every_catholic_in_range_tt
			every_known_country = {
				limit = {
					within_diplomatic_range = root
					religion = religion:catholic
				}
				add_opinion = {
					modifier = opinion_demolished_catholic_embassies
					target = root
				}
			}
		}

		c:PAP = { trigger_event_non_silently = flavor_geo.17 }
	}

	option = {
		name = flavor_geo.16.c

		trigger = { has_ruler = yes }

		ruler_or_regent = {
			change_character_religion = religion:catholic
			every_child = {
				limit = {
					is_alive = yes
				}
				change_character_religion = religion:catholic
			}
		}
		if = {
			limit = { has_consort = yes }
			consort = { change_character_religion = religion:catholic  }
		}
		if = {
			limit = { has_heir = yes }
			heir = { change_character_religion = religion:catholic  }
		}
		add_stability = stability_extreme_penalty
		add_all_estate_satisfaction = { value = estate_satisfaction_extreme_penalty }
		add_opinion_mutual_effect = {
			target = c:PAP
			modifier = opinion_royal_line_embraced_catholicism
		}

		c:PAP = { trigger_event_non_silently = flavor_geo.18 }
	}
}