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_ven.20 大陆领地

时间范围:1337.1.1 - 1400.1.1(每月 2% 概率)

触发条件

  • 国家 VER(维罗纳)满足以下所有条件:
    • 不是玩家国家(VEN,威尼斯)的盟友。
    • 与玩家国家没有停战协议。
    • 拥有 treviso(特雷维索)地区。
    • 拥有 conegliano(科内利亚诺)地区。

关键效果

  • 选项 A (历史选项)
    • VER 对玩家国家产生 border_friction_from_event(边境摩擦)意见修正。
    • 玩家获得对 VER 的宣战理由 casus_belli:cb_conquer_province(征服省份),目标省份为 treviso(特雷维索)。
  • 选项 B
    • 玩家获得 prestige_weak_penalty(声望轻微惩罚)。

背景介绍: 此事件反映了14世纪威尼斯共和国向意大利大陆(“Domini di Terraferma”)扩张的早期阶段。当时,威尼斯作为海上强国,开始将目光投向富饶的意大利北部内陆地区,尤其是邻近的维罗纳领主控制下的特雷维索和科内利亚诺等地。威尼斯与维罗纳等大陆势力围绕领土控制权的摩擦,是其从纯粹的海洋帝国转向海陆复合型强权的重要历史节点。

完整事件代码

flavor_ven.20 = { #Domini di Terraferma
	type = country_event
	title = flavor_ven.20.title
	desc = flavor_ven.20.desc

	fire_only_once = yes

	historical_info = flavor_ven.20.historical_info

	dynamic_historical_event = {
		tag = VEN
		from = 1337.1.1
		to = 1400.1.1
		monthly_chance = 2
	}

	trigger = {
		c:VER = {
			NOT = { is_allied_with = { target = ROOT } }
			NOT = { has_truce_with = ROOT }
			owns = location:treviso
			owns = location:conegliano
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	option = {
		name = flavor_ven.20.a
		historical_option = yes
		c:VER = {
			add_opinion = {
				target = root
				modifier = border_friction_from_event
			}
		}
		add_casus_belli =  {
			type = casus_belli:cb_conquer_province
			province = location:treviso.province
			target = c:VER
		}
	}


	option = {
		name = flavor_ven.20.b
		add_prestige = prestige_weak_penalty
	}
}