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

543 压制耶稣会

时间范围:1750.1.1 - 1770.1.1,每月 10% 概率触发

触发条件

  • 国家拥有统治者。
  • 国家未处于战争状态。
  • 国家拥有继承人。
  • 国家拥有配偶。
  • 国家拥有议会制政体。
  • 国家宗教为天主教。
  • 国家已采用 jesuits_allowed 政策。
  • 国家已解锁 society_of_jesus 类型的全球法律。

关键效果

  • 选项 A (历史选项): “耶稣会变得过于强大,必须加以约束!”
    • 添加政策:jesuits_not_allowed
    • 添加国家修正 fra_jesuits_banned_bonus,持续20年。
    • 增加宗教影响力:轻微惩罚。
    • 改变社会价值观:中央化 vs 去中心化,大幅向左移动。
    • AI选择概率:60%。
  • 选项 B: “耶稣会仍是法国境内一个宝贵的修会。”
    • 增加宗教影响力:大幅增益。
    • 添加国家修正 fra_jesuit_order_allowed_bonus,持续20年。
    • AI选择概率:40%。

背景介绍: 在18世纪中后期,耶稣会作为天主教内极具影响力的修会,其日益增长的政治与经济实力引起了欧洲多国君主与政府的警惕。特别是在法国,启蒙思想与绝对王权的发展使得耶稣会与王室及议会的矛盾逐渐激化。该事件模拟了法国王室面临是否压制耶稣会的关键决策,反映了当时宗教权力与国家权力之间的紧张关系。

完整事件代码

flavor_fra.543 = { # Supression of the Jesuits
	type = country_event
	fire_only_once = yes
 	title = flavor_fra.543.title
 	desc = flavor_fra.543.desc

	dynamic_historical_event = {
		tag = FRA
		from = 1750.1.1
		to = 1770.1.1
		monthly_chance = 10
	}

 	trigger = {
		has_ruler = yes
		at_war = no
		has_heir = yes
		has_consort = yes
		modifier:has_a_parliamentary_system = yes
		religion = religion:catholic
		has_policy = jesuits_allowed
		has_unlocked_global_law_trigger = { type = society_of_jesus }
 	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

    immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		ruler ?= {
            save_scope_as = fra_ruler
        }
        heir ?= {
            save_scope_as = scope_heir_fra
        }
	}

 	option = { # The Jesuits have grown too powerful, rein them in!
		name = flavor_fra.543.a
		historical_option = yes
		custom_tooltip = some_in_royal_household_will_oppose
		add_policy = policy:jesuits_not_allowed
		add_country_modifier = { modifier = fra_jesuits_banned_bonus years = 20 mode = add }
		add_religious_influence = religious_influence_mild_penalty
		change_societal_value = { type = centralization_vs_decentralization	value = societal_value_large_move_to_left }
		ai_chance = {
			factor = 0.6
		}
 	}

 	option = { # The Jesuits still remain a valuable order within France
		name = flavor_fra.543.b
		add_religious_influence = religious_influence_severe_bonus
		add_country_modifier = { modifier = fra_jesuit_order_allowed_bonus years = 20 mode = add }
		ai_chance = {
			factor = 0.4
		}
 	}
}