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.69 奥卡姆的威廉事件

时间范围:1300.1.1 - 1400.1.1(每月 5% 概率触发)

触发条件

  • 人物 ubv_william_ockham(奥卡姆的威廉)存活。

关键效果

  • 选项 A (历史选项)

    • 获得少量威望加成 (prestige_mild_bonus)。
    • 获得少量研究进度加成 (research_progress_mild_bonus)。
    • 教士阶层满意度大幅降低 (estate_satisfaction_severe_penalty)。
    • 若国家政策为“严格审查制度” (strict_censorship),则教士阶层满意度额外大幅降低 (estate_satisfaction_severe_penalty),并显示自定义提示 flavor_eng.69.tt2
  • 选项 B

    • 教士阶层满意度大幅提升 (estate_satisfaction_severe_bonus)。

背景介绍: 该事件围绕14世纪英国哲学家、方济各会修士奥卡姆的威廉展开。他以其“奥卡姆剃刀”原则(如无必要,勿增实体)闻名,其思想对中世纪哲学和科学方法论产生了深远影响。事件反映了其学说与当时教会权威之间可能存在的张力,以及统治者面临的选择:是支持其创新思想(可能触怒教士阶层),还是安抚教会势力。

完整事件代码

flavor_eng.69 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.69.title
	desc = flavor_eng.69.desc

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1300.1.1
		to = 1400.1.1
		monthly_chance = 5
	}

	trigger = {
		character:ubv_william_ockham = {
			is_alive = yes
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		character:ubv_william_ockham = {
			save_scope_as = william_ockham
			owner.ruler = {
				save_scope_as = william_patron
			}
		}
		location:oxford = { save_scope_as = target_location }
	}

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

		add_prestige = prestige_mild_bonus

		add_research_progress = research_progress_mild_bonus

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

		if = {
			limit = { has_policy = strict_censorship }
			add_estate_satisfaction = { type = estate_type:clergy_estate
				value = estate_satisfaction_severe_penalty
			}
			custom_tooltip = flavor_eng.69.tt2
		}
	}

	option = {
		name = flavor_eng.69.b

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

	historical_info = flavor_eng.69.historical_info

}