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_mlo.27 米兰要求公爵头衔

时间范围
无明确 fromto 日期,事件由其他事件触发,无 monthly_chance 概率。

触发条件
事件由其他事件或条件触发,代码中未定义 trigger 字段。

关键效果

  • 选项 A (历史选项)
    • 获得大量政府力量 (government_power_extreme_bonus)
    • 获得少量威望 (prestige_weak_bonus)
    • 触发事件 flavor_mlo.35
  • 选项 B
    • 触发事件 flavor_mlo.28
    • 对米兰 (c:MLO) 添加负面外交态度修正 (opinion_declined_to_recognize_monarchy_modifier)

背景介绍
该事件反映了米兰公国在特定历史时期,其统治者或摄政者试图正式获得或强化其公爵头衔的政治诉求。这一过程通常涉及与神圣罗马帝国皇帝或其他权威的谈判,成功获得头衔将显著提升统治者的合法性与威望,而失败则可能引发内部不满或外部关系的紧张。

完整事件代码

flavor_mlo.27 = { #Milan Demands the Ducal Title
	type = country_event
	title = flavor_mlo.27.title
	desc = flavor_mlo.27.desc

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		c:MLO = {
			ruler_or_regent = {
				save_scope_as = target_character
			}
		}
		c:MLO = { save_scope_as = target_country }
	}

	option = {
		name = flavor_mlo.27.a
		historical_option = yes

		add_government_power = government_power_extreme_bonus
		add_prestige = prestige_weak_bonus

		c:MLO = {
			trigger_event_non_silently = flavor_mlo.35
		}
	}

	option = {
		name = flavor_mlo.27.b
		c:MLO = {
			trigger_event_non_silently = flavor_mlo.28
		}
		add_opinion = {
			target = c:MLO
			modifier = opinion_declined_to_recognize_monarchy_modifier
		}
	}
}