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_bav.10 巴伐利亚的异见者

时间范围: 1337.1.1 - 1350.1.1 (每月 5% 概率)

触发条件:

  • 角色 ubv_william_ockham(威廉·奥卡姆) 必须:
    • 属于当前国家
    • 存活
  • 角色 ubv_michael_cesena(米迦勒·切塞纳) 必须:
    • 属于当前国家
    • 存活
  • 国际组织 hre(神圣罗马帝国) 必须:
    • 拥有领导者
    • 其领导者国家的统治者与当前国家的统治者是同一人

关键效果:

  • 选项 A (历史选项):
    • 声望:prestige_severe_penalty(严重惩罚)
    • 国家 PAP(教皇国)对当前国家获得 opinion_bad_monarch(恶劣君主)负面看法修正
    • 阶层 clergy_estate(神职人员阶层)满意度:estate_satisfaction_mild_penalty(轻度惩罚)
  • 选项 B:
    • 将角色 威廉·奥卡姆 转移至 guildford 地区的所有者国家
    • 将角色 米迦勒·切塞纳 转移至 cesena 地区的所有者国家
    • 声望:prestige_severe_bonus(严重增益)
    • 国家 PAP(教皇国)对当前国家获得 opinion_reconcile(和解)正面看法修正
    • 阶层 clergy_estate(神职人员阶层)满意度:estate_satisfaction_severe_bonus(严重增益)

背景介绍: 14世纪中叶,神圣罗马帝国皇帝路易四世(巴伐利亚人)与教皇约翰二十二世因帝国权力和教权问题陷入激烈冲突。皇帝庇护了两位重要的方济各会修士——哲学家威廉·奥卡姆和总会长米迦勒·切塞纳,他们因坚持“使徒贫困”的教义而被教皇视为异端并绝罚。此事件迫使皇帝在维护其庇护的学者(从而巩固其对抗教廷的立场)与向教皇妥协以换取政治稳定之间做出抉择。

完整事件代码:

flavor_bav.10 = {
	type = country_event

	title = flavor_bav.10.title
	desc = flavor_bav.10.desc
	historical_info = flavor_bav.10.historical_info


	fire_only_once = yes
	dynamic_historical_event = {
		tag = UBV
		from = 1337.1.1
		to = 1350.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	trigger = {
		character:ubv_william_ockham ?= {
			owner = root
			is_alive = yes
		}
		character:ubv_michael_cesena ?= {
			owner = root
			is_alive = yes
		}
		international_organization:hre = {
			international_organization_has_leader = yes
			leader_country = {
				has_ruler = yes
				ruler = root.ruler
			}
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
		international_organization:hre = {
			leader_country = {
				ruler ?= {
					save_scope_as = hre_emperor
				}
			}
		}
		character:ubv_william_ockham = {
			save_scope_as = william_ockham_scope
		}
		character:ubv_michael_cesena = {
			save_scope_as = michael_cesena_scope
		}
	}

	option = {
		name = flavor_bav.10.a
		historical_option = yes

		add_prestige = prestige_severe_penalty

		c:PAP = {
			add_opinion = { target = root modifier = opinion_bad_monarch }
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
	}
	option = {
		name = flavor_bav.10.b
		scope:william_ockham_scope = { move_country = location:guildford.owner }
		scope:michael_cesena_scope = { move_country = location:cesena.owner }
		add_prestige = prestige_severe_bonus
		c:PAP = {
			add_opinion = { target = root modifier = opinion_reconcile }
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_bonus }
	}
}