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.4] 洛迪和约

时间范围

1450.1.1 - 1490.1.1,每月 10% 概率触发。

触发条件

  • 事件所属国家(MLO)满足:
    • 拥有超过1个非农村省份。
    • 未处于战争状态。
  • 以下国家必须存在且满足条件:
    • 那不勒斯(NAP):存在、拥有超过1个非农村省份且未处于战争状态。
    • 威尼斯(VEN):存在、拥有超过1个非农村省份且未处于战争状态。
    • 佛罗伦萨(FLO):存在、拥有超过1个非农村省份且未处于战争状态。

关键效果

选项 A:flavor_mlo.4.a

  • 历史选项:是。
  • 效果:
    • 那不勒斯(NAP)、威尼斯(VEN)、佛罗伦萨(FLO)均对事件所属国(MLO)增加名为 mlo_peace_of_lodi 的外交观点修正。
    • 隐藏效果:分别向那不勒斯(NAP)、威尼斯(VEN)、佛罗伦萨(FLO)静默触发事件 flavor_mlo.5

选项 B:flavor_mlo.4.b

  • 效果:
    • 事件所属国(MLO)的社会价值观向 “好战 vs 和解” 光谱的 左侧(好战方向) 移动。

背景介绍

1454年,米兰公爵弗朗切斯科·斯福尔扎与威尼斯共和国在洛迪签订和约,结束了长期困扰意大利北部的战争。该和约不仅确立了米兰与威尼斯之间的边界,还促成了包括佛罗伦萨、那不勒斯和教皇国在内的“意大利联盟”的形成。这一事件标志着意大利半岛进入了一个相对稳定、由五大国主导权力平衡的时期,即所谓的“意大利平衡”,为随后的文艺复兴全盛期提供了政治基础。

完整事件代码

flavor_mlo.4 = {
	type = country_event
	title = flavor_mlo.4.title
	desc = flavor_mlo.4.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = MLO
		from = 1450.1.1
		to = 1490.1.1
		monthly_chance = 10
	}

	illustration_tags = {
        10 = happy
        10 = interior
    }

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

	trigger = {
		num_of_non_rural > 1
		at_war = no
		country_exists = c:NAP
		country_exists = c:VEN
		country_exists = c:FLO
		c:NAP = {
			num_of_non_rural > 1
			at_war = no
		}
		c:VEN = {
			num_of_non_rural > 1
			at_war = no
		}
		c:FLO = {
			num_of_non_rural > 1
			at_war = no
		}
	}

	option = {
		name = flavor_mlo.4.a
		historical_option = yes
		c:NAP = {
			add_opinion = { target = root modifier = mlo_peace_of_lodi }
		}
		c:VEN = {
			add_opinion = { target = root modifier = mlo_peace_of_lodi }
		}
		c:FLO = {
			add_opinion = { target = root modifier = mlo_peace_of_lodi }
		}
		hidden_effect = {
			c:NAP = {
				trigger_event_silently = { id = flavor_mlo.5 }
			}
			c:VEN = {
				trigger_event_silently = { id = flavor_mlo.5 }
			}
			c:FLO = {
				trigger_event_silently = { id = flavor_mlo.5 }
			}
		}
	}
	option = {
		name = flavor_mlo.4.b
		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_left }
	}
}