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.29 巴伐利亚选帝侯授予

时间范围

  • 事件可发生时间:未在代码中指定 fromto 日期。
  • 触发概率:未在代码中指定 monthly_chance

触发条件

  • 未在代码中指定 trigger 字段。

关键效果

  • 选项 A (历史选项)
    • scope:bavaria_country 触发事件 flavor_bav.30
    • 使 scope:bavaria_country 对事件触发国 (root) 增加 bav_awarded_with_electorship 观点修正。
    • 为事件触发国增加 prestige_mild_bonus 声望。
  • 选项 B
    • scope:bavaria_country 触发事件 flavor_bav.31
    • 使 scope:bavaria_country 对事件触发国 (root) 增加 bav_refused_electorship 观点修正。
    • 为事件触发国增加 stability_mild_bonus 稳定度。

背景介绍 此事件模拟了神圣罗马帝国皇帝授予巴伐利亚选帝侯头衔的关键历史时刻。选帝侯是神圣罗马帝国中拥有选举皇帝权力的特殊诸侯,获得此头衔意味着政治地位和影响力的巨大提升。事件中的两个选项代表了接受或拒绝这一荣誉的不同历史走向,并将对巴伐利亚与帝国中央的关系产生深远影响。

完整事件代码

flavor_bav.29 = {
    type = country_event
    title = flavor_bav.29.title
    desc = flavor_bav.29.desc

	historical_info = flavor_bav.29.historical_info

    illustration_tags = {
        10 = regular
        10 = interior
    }

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

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

		scope:bavaria_country = {
			trigger_event_non_silently = flavor_bav.30
			add_opinion = {
				target = root
				modifier = bav_awarded_with_electorship
			}
		}
		add_prestige = prestige_mild_bonus

	}
	option = {
		name = flavor_bav.29.b

		scope:bavaria_country = {
			trigger_event_non_silently = flavor_bav.31
			add_opinion = {
				target = root
				modifier = bav_refused_electorship
			}
		}
		add_stability = stability_mild_bonus
	}
}