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_plc.1001 统一教会的尝试

时间范围:1585.1.1 - 1610.1.1 触发概率:每月 25% 概率

触发条件

  • 拥有特权 estate_privilege:plc_empower_orthodox_nobility
  • 拥有基辅(Kyiv)地区。
  • 满足以下任一条件:
    1. 拥有至少50个以东正教(Orthodox)为主导宗教的地区。
    2. 国内东正教人口比例达到或超过25%。

关键效果

  • 选项 A (flavor_plc.1001.a):

    • 为国家添加一个名为 plc_diplomatic_efforts_to_unify_churches 的修正,持续时间为永久(years = -1)。
    • 在18至24个月后触发事件 flavor_plc.1003
    • 在6至12个月后触发事件 flavor_plc.1002
    • 显示自定义提示 plc_revoking_empowered_orthodox_nobility_will_prevent
  • 选项 B (flavor_plc.1001.b):

    • 将社会价值观 spiritualist_vs_humanist 向左移动(即偏向精神主义)。
    • 撤销特权 estate_privilege:plc_empower_orthodox_nobility

背景介绍: 在16世纪末至17世纪初,波兰立陶宛联邦境内拥有大量东正教人口,尤其是在乌克兰地区。联邦政府面临如何处理境内不同宗教群体,特别是东正教贵族权力与天主教国家主体之间关系的问题。此事件反映了联邦尝试通过外交手段统一教会,或选择撤销东正教贵族特权以强化中央权威的历史抉择。

完整事件代码

flavor_plc.1001 = {
	type = country_event
	title = flavor_plc.1001.title
	desc = flavor_plc.1001.desc
	historical_info = flavor_plc.1001.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POL
		tag = PLC
		tag = LIT
		from = 1585.1.1
		to = 1610.1.1
		monthly_chance = 25
	}

	trigger = {
		has_estate_privilege = estate_privilege:plc_empower_orthodox_nobility
		owns = location:kyiv
		OR = {
			any_owned_location = {
				count >= 50
				dominant_religion = religion:orthodox
			}
			religion_percentage_in_country = {
				religion = religion:orthodox
				value >= 0.25
			}
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		religion:orthodox = {
			save_scope_as = target_religion
		}
		location:kyiv = {
			save_scope_as = leader_of_the_kyiv_patriarchate
		}

		location:brest_litowsk = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_plc.1001.a

		add_country_modifier = {
			mode = add_and_extend
			modifier = plc_diplomatic_efforts_to_unify_churches
			years = -1
		}

		trigger_event_non_silently = {
			id = flavor_plc.1003
			months = { 18 24 }
		}

		trigger_event_non_silently = {
			id = flavor_plc.1002
			months = { 6 12 }
		}

		custom_tooltip = plc_revoking_empowered_orthodox_nobility_will_prevent
	}

	option = {
		name = flavor_plc.1001.b

		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_left
		}

		revoke_estate_privilege = estate_privilege:plc_empower_orthodox_nobility
	}
}