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_fra.352] 加尔文宗统治者修复与新教国家的关系

时间范围:1537.1.1 - 1637.1.1(每月 5% 概率)

触发条件

  • 国家正在经历灾难 french_wars_religion(法国宗教战争)。
  • 国家拥有统治者。
  • 国家未处于战争状态。
  • 统治者的宗教是 calvinist(加尔文宗)。

关键效果

  • 选项<ruler's> tolerance has aided France in its diplomacy
    • 对每一个独立的或自治的附庸国,若其宗教为加尔文宗且是法兰西的邻国(但非法兰西的附庸),则增加其对法兰西的 opinion_fra_calvinist_ruler 好感度修正。

背景介绍: 在16至17世纪的法国宗教战争期间,当一位信奉加尔文宗的统治者执掌法国时,其宗教立场可能成为缓和国内宗教矛盾、并改善与周边新教国家外交关系的一个契机。此事件模拟了统治者利用其宗教身份,尝试修复与邻国新教势力关系的外交努力。

完整事件代码

flavor_fra.352 = { # Calvinist Ruler repairs relations with Protestants
	type = country_event
	fire_only_once = yes

 	title = flavor_fra.352.title
 	desc = flavor_fra.352.desc

	dynamic_historical_event = {
		tag = FRA
		from = 1537.1.1
		to = 1637.1.1
		monthly_chance = 5
	}

 	trigger = {
		any_active_disaster = { disaster_type = disaster_type:french_wars_religion }
		has_ruler = yes
		at_war = no
		ruler = { religion = religion:calvinist }
 	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

    immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
		ruler ?= {
			save_scope_as = ruler_fra
		}
	}

 	option = { # <ruler's> tolerance has aided France in its diplomacy
		name = flavor_fra.352.a
		every_country = {
			limit = {
				religion = religion:calvinist
				is_independent_or_autonomous_subject = yes
				is_neighbor_of = c:FRA
				NOT = {
					is_subject_of = c:FRA
				}
			}
			add_opinion = { target = c:FRA modifier = opinion_fra_calvinist_ruler }
		}
 	}
}