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_flo.3] 皇帝确认[ROOT.GetCountry.GetNameWithNoTooltip]的晋升

时间范围
无明确 fromto 日期限制,事件通过游戏机制触发。

触发条件
事件代码中未直接提供 trigger 字段,通常此类事件由游戏内部逻辑(如特定决议、条件达成)触发。

关键效果

  • 历史选项:选择此选项将执行以下效果:
    • 神圣罗马帝国皇帝(国际组织 hre 的领导者)移除对事件触发国(root)持有的 opinion_emperor_tus_refused 负面意见。
    • 事件触发国获得 legitimacy_weak_bonus 的合法性加成。

背景介绍
该事件模拟了神圣罗马帝国皇帝正式确认某个国家(特别是托斯卡纳地区)晋升地位的历史时刻。在游戏中,这通常与托斯卡纳大公国的形成或类似的政治地位提升相关,反映了帝国中央对地方诸侯权力变更的认可,有助于巩固该国在国内外的合法性与统治稳定。

完整事件代码

flavor_flo.3 = { #The Emperor Confirms [ROOT.GetCountry.GetNameWithNoTooltip]'s Elevation
	type = country_event
	title = flavor_flo.3.title
	desc = flavor_flo.3.desc

	illustration_tags = {
        10 = happy
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		international_organization:hre.leader_country.ruler = {
			save_scope_as = target_emperor
		}
		if = {
			limit = {
				NOT = { tag = TUS }
			}
			form_country = formable_country:TUS_f
		}
		set_variable = flo_grand_duchy_tus_flag
	}

	option = {
		name = flavor_flo.3.a
		international_organization:hre.leader_country = {
			remove_opinion = { target = root modifier = opinion_emperor_tus_refused }
		}
		add_legitimacy = legitimacy_weak_bonus
	}
}