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.47 米兰公国对帕尔马的领土主张

时间范围:1345.1.1 - 1355.1.1(每月 10% 概率触发)

触发条件

  • 事件仅对标签为 MLO(米兰公国)的国家触发。
  • 国家 不拥有 帕尔马(location:parma)地区。

关键效果

  • 选项 A (flavor_mlo.47.a):
    • 为国家添加名为 MLO_recent_diplomatic_play 的修正,持续 5年(模式为叠加并延长)。
    • 获得对帕尔马地区当前所有者的 征服省份cb_conquer_province)宣战理由,目标省份为帕尔马。
  • 选项 B (flavor_mlo.47.b):
    • 为国家增加 少量正统性legitimacy_mild_bonus)。

背景介绍: 在14世纪中叶,米兰公国(维斯孔蒂家族统治下)正处于领土扩张的关键时期。帕尔马作为富庶的伦巴第城市,是米兰向南扩张、巩固其在意大利北部霸权的重要目标。此事件模拟了米兰宫廷内部可能出现的、针对帕尔马地区的领土主张与外交博弈,统治者需要在积极争取领土与维持内部稳定之间做出抉择。

完整事件代码

flavor_mlo.47 = {
	type = country_event
	title = flavor_mlo.47.title
	desc = flavor_mlo.47.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MLO
		from = 1345.1.1
		to = 1355.1.1
		monthly_chance = 10
	}

	trigger = {
		NOT = {
			owns = location:parma
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:parma = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_mlo.47.a

		add_country_modifier = {
			modifier = MLO_recent_diplomatic_play
			years = 5
			mode = add_and_extend
		}
		add_casus_belli = { type = casus_belli:cb_conquer_province target = scope:target_location.owner province = scope:target_location.province }
	}
	option = {
		name = flavor_mlo.47.b

		add_legitimacy = legitimacy_mild_bonus
	}
}