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.12] 米兰的维斯孔蒂家族

时间范围:1337.4.1 - 1338.12.30 (每月 90% 概率)

触发条件

  • 国家拥有统治者 (has_ruler = yes)

关键效果

  • 选项 A (历史选项)
    • 增加贵族阶层满意度 (estate_satisfaction_mild_bonus)
    • 大幅增加稳定度 (stability_extreme_bonus)
    • 小幅增加正统性 (legitimacy_mild_bonus)
    • 显示自定义提示 mlo_visconti_struggle
  • 选项 B
    • 降低贵族阶层满意度 (estate_satisfaction_mild_penalty)
    • 大幅降低稳定度 (stability_extreme_penalty)
    • 社会价值观向“去中心化”方向大幅移动 (societal_value_large_move_to_left)
    • 为国家添加持续数年的修正器 dlh_restored_authority_modifier

背景介绍: 该事件聚焦于14世纪中叶统治米兰的维斯孔蒂家族。作为当时意大利北部最具影响力的家族之一,维斯孔蒂家族通过政治联姻、军事征服和外交手段,从地方领主逐步崛起为米兰公国的实际统治者。事件反映了家族在巩固权力过程中,如何处理与国内贵族阶层的关系,以及在加强中央集权与维持传统封建结构之间的抉择。

完整事件代码

flavor_mlo.12 = { #The Visconti Family of Milan
	hide_portraits = yes
	type = country_event
	title = flavor_mlo.12.title
	desc = flavor_mlo.12.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MLO
		from = 1337.4.1
		to = 1338.12.30
		monthly_chance = 90
	}

	trigger = {
		has_ruler = yes
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler = {
			save_scope_as = target_character
		}
	}

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

		add_estate_satisfaction = { 
			type = estate_type:nobles_estate 
			value = estate_satisfaction_mild_bonus 
		}

		add_stability = stability_extreme_bonus
		add_legitimacy = legitimacy_mild_bonus

		custom_tooltip = mlo_visconti_struggle
	}

	option = {
		name = flavor_mlo.12.b

		add_estate_satisfaction = { 
			type = estate_type:nobles_estate 
			value = estate_satisfaction_mild_penalty 
		}

		add_stability = stability_extreme_penalty
		
		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_large_move_to_left
		}

		add_country_modifier = {
			modifier = dlh_restored_authority_modifier
			years = modifier_duration_years_normal
			mode = add_and_extend
		}
	}
}