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.63 温莎与伦敦的宗教事务

时间范围:1390.1.1 - 1600.1.1(每月 1% 概率触发)

触发条件

  • 国家文化为 culture:english(英格兰文化)。
  • 国家宗教组为 religion_group:christian(基督教组)。

关键效果

  • 选项 A (flavor_eng.63.a) [历史选项]

    • 增加 estate_type:clergy_estate(教士阶层)的阶层满意度 estate_satisfaction_weak_bonus
    • 增加 religious_influence_mild_penalty(宗教影响力轻度惩罚)。
    • 为当前文化增加 cultural_tradition_mild_bonus(文化传统轻度加成)。
  • 选项 B (flavor_eng.63.b)

    • 触发前提:当前统治者拥有特质 zealot(狂热者)、righteous(正直者)或 kind_hearted(仁慈者)中的任意一个,并且 location:windsor(温莎地区)的所有者为触发国。
    • 减少6倍规模的金钱(change_gold_effect = { scale = -6 })。
    • 增加 estate_type:clergy_estate(教士阶层)的阶层满意度 estate_satisfaction_severe_bonus(显著加成)。
    • 为当前文化增加 cultural_tradition_severe_bonus(文化传统显著加成)。
  • 选项 C (flavor_eng.63.c)

    • 将社会价值观 traditionalist_vs_innovative(传统主义 vs 创新)向右侧(创新方向)移动 societal_value_move_to_right
    • 将社会价值观 spiritualist_vs_humanist(灵性主义 vs 人文主义)向右侧(人文主义方向)移动 societal_value_move_to_right
    • 减少 estate_type:clergy_estate(教士阶层)的阶层满意度 estate_satisfaction_weak_penalty(轻度惩罚)。

背景介绍: 该事件模拟了1390年至1600年间,英格兰(及后来的大不列颠)统治者在处理与国内教士阶层关系、宗教影响力以及文化传统时所面临的一系列决策。事件可能涉及在温莎和伦敦等关键地点进行的宗教或政治活动,反映了中世纪晚期至文艺复兴时期英格兰王权与教会之间复杂的互动。

完整事件代码

flavor_eng.63 = {
	type = country_event

	title = flavor_eng.63.title
	desc = flavor_eng.63.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1390.1.1
		to = 1600.1.1
		monthly_chance = 1
	}

	trigger = {
		culture = culture:english
		religion.group = religion_group:christian
	}

	illustration_tags = {
        10 = happy
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }

		location:windsor = { save_scope_as = windsor }

		location:london = { save_scope_as = target_location }

	}

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

		add_estate_satisfaction = {
			type = estate_type:clergy_estate
			value = estate_satisfaction_weak_bonus
		}
		add_religious_influence = religious_influence_mild_penalty
		culture = { add_cultural_tradition = cultural_tradition_mild_bonus }

	}

	option = {
		name = flavor_eng.63.b
		trigger = {
			OR = {
				ruler ?= { has_trait = zealot }
				ruler ?= { has_trait = righteous }
				ruler ?= { has_trait = kind_hearted }
			}
			location:windsor = { owner = root }
		}

		change_gold_effect = { scale = -6 }

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

		culture = { add_cultural_tradition = cultural_tradition_severe_bonus }

	}

	option = {
		name = flavor_eng.63.c

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}
		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_right
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_weak_penalty
		}

	}

	historical_info = flavor_eng.63.historical_info

}