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_eng.195 王位继承与宗教纷争

时间范围

1679.1.1 - 1750.1.1,每月 5% 概率触发。

触发条件

  • 国家宗教 不是 天主教。
  • 政府类型为 君主制
  • 拥有议会系统,且议会处于活跃状态。
  • 国家 没有 摄政。
  • 当前统治者:
    • 宗教 不是 天主教。
    • 其家族中存在 近亲 且该近亲的宗教为 天主教

关键效果

选项 A

  • 历史选项
    • 为国家添加修正 opposed_parliament,持续 10 年(效果叠加并延长)。
    • 增加 少量 威望。

选项 B

  • 触发条件:统治者拥有特质 charismatic_negotiator 或 外交能力 > 75
    • 增加 少量 威望。
    • 显示自定义提示文本 flavor_eng.195.tt

选项 C

  • 设置变量 act_of_settlement = 1
  • 如果政策 heir_same_religion 对国家可用,则添加该政策。
  • 减少 大量 政府点数。

背景介绍

该事件反映了17世纪末至18世纪中叶,英格兰(及后来的大不列颠)在光荣革命后确立新教统治地位时期,围绕王位继承与宗教忠诚产生的内部紧张。议会与王室之间,以及新教统治家族内部的天主教近亲,构成了潜在的政治与宗教威胁,考验着统治者的政治手腕与国家的稳定。

完整事件代码

flavor_eng.195 = {
	hide_portraits = yes
	type = country_event

	fire_only_once = yes

	title = flavor_eng.195.title
	desc = flavor_eng.195.desc

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1679.1.1
		to = 1750.1.1
		monthly_chance = 5
	}

	trigger = {

		NOT = { religion = religion:catholic }

		government_type = government_type:monarchy

		modifier:has_a_parliamentary_system = yes
		is_active_parliament = yes

		has_regent = no

		ruler = {
			NOT = { religion = religion:catholic }
			dynasty = {
				any_character_in_dynasty = {
					is_close_relative = root.ruler
					religion = religion:catholic
				}
			}
		}

	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		ruler = {
			dynasty = {
				random_character_in_dynasty = {
					limit = {
						is_close_relative = root.ruler
						religion = religion:catholic
					}
					save_scope_as = catholic_relative
				}
			}
		}

		ruler = { save_scope_as = target_character }

		capital = { save_scope_as = target_location }

	}

	option = {
		name = flavor_eng.195.a
		historical_option = yes

			add_country_modifier = {
				modifier = opposed_parliament
				years = 10
				mode = add_and_extend
			}

			add_prestige = prestige_mild_bonus

	}

	option = {
		name = flavor_eng.195.b
		trigger = { ruler = { OR = { has_trait = charismatic_negotiator dip > 75 } } }

		add_prestige = prestige_mild_bonus

		custom_tooltip = flavor_eng.195.tt

	}

	option = {
		name = flavor_eng.195.c

		set_variable = { name = act_of_settlement value = 1 }
		if = {
			limit = { policy:heir_same_religion = { is_available_for = root } }
			add_policy = policy:heir_same_religion
		}

		add_government_power = government_power_severe_penalty

	}

	historical_info = flavor_eng.195.historical_info

}