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.50 米兰的军事动员

时间范围
无明确 fromto 日期,事件触发概率未指定(monthly_chance 未定义)。

触发条件
事件代码中未定义 trigger 字段,具体触发条件需参考游戏其他机制或事件链。

关键效果

  • 选项 Aflavor_mlo.50.a):
    • 为触发国增加大量陆军传统(add_army_tradition = army_tradition_extreme_bonus)。
    • 对“反斯卡利杰里联盟”(anti_scaligeri_league)列表中的每个成员:
      • 添加对维罗纳(c:VER)的“削弱”宣战理由(casus_belli:cb_cut_down_in_size),持续15年。
      • 增加大量陆军传统。
    • 为米兰(c:MLO):
      • 添加对维罗纳(c:VER)的“削弱”宣战理由,持续15年。
      • 增加大量陆军传统。

背景介绍
该事件反映了米兰公国在特定历史时期(可能与维罗纳的斯卡利杰里家族统治相关)进行的军事动员与联盟协调。事件中提及的“反斯卡利杰里联盟”暗示了北意大利城邦间针对共同对手(维罗纳)形成的政治军事同盟。通过动员贵族阶层(事件插画关联贵族阶层)并提升陆军传统,米兰旨在巩固自身地位并为可能的军事行动做准备。

完整事件代码

flavor_mlo.50 = {
	type = country_event
	title = flavor_mlo.50.title
	desc = flavor_mlo.50.desc
	historical_info = flavor_mlo.50.historical_info

	illustration_tags = {
		10 = armed
		10 = interior
	}

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

	option = {
		name = flavor_mlo.50.a

		add_army_tradition = army_tradition_extreme_bonus

		show_as_tooltip = {
			every_in_list = {
				list = anti_scaligeri_league
				add_casus_belli = {
					target = c:VER
					type = casus_belli:cb_cut_down_in_size
					years = 15
				}

				add_army_tradition = army_tradition_extreme_bonus
			}

			c:MLO = {
				add_casus_belli = {
					target = c:VER
					type = casus_belli:cb_cut_down_in_size
					years = 15
				}

				add_army_tradition = army_tradition_extreme_bonus
			}
		}
	}
}