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_nap.12] 普雷西迪国

时间范围:1557.1.1 - 1800.1.1(每月 5% 概率)

触发条件

  • 国家拥有皮翁比诺(piombino)地区。
  • 国家拥有皮蒂利亚诺(pitigliano)地区。

关键效果

  • 历史选项:选择此选项将执行以下操作:
    • 在皮翁比诺(piombino)地区添加一个名为 nap_state_of_the_presidi 的永久地点修正。
    • 在皮蒂利亚诺(pitigliano)地区添加一个名为 nap_state_of_the_presidi 的永久地点修正。
    • 为国家增加 navy_tradition_severe_bonus 的海军传统。

背景介绍: 该事件模拟了历史上“普雷西迪国”(State of the Presidi)的建立。普雷西迪国是西班牙哈布斯堡王朝在意大利半岛上建立的一个小型军事领地,由一系列沿海要塞组成,主要用于控制第勒尼安海的战略要道。此事件反映了那不勒斯王国(或其继承者)在获得皮翁比诺和皮蒂利亚诺等关键地点后,强化其海军力量与区域控制的历史进程。

完整事件代码

flavor_nap.12 = { #https://en.wikipedia.org/wiki/State_of_the_Presidi
	type = country_event
	title = flavor_nap.12.title
	desc = flavor_nap.12.desc
	historical_info = flavor_nap.12.historical_info

	fire_only_once = yes

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	dynamic_historical_event = {
		tag = NAP
		tag = TWS
		from = 1557.1.1
		to = 1800.1.1
		monthly_chance = 5
	}

	trigger = {
		owns = location:piombino
		owns = location:pitigliano
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		location:piombino = {
			save_scope_as = target_location
		}
		location:pitigliano = {
			save_scope_as = target_location2
		}
	}

	option = {
		name = flavor_nap.12.a
		historical_option = yes
		scope:target_location = {
			add_location_modifier = {
				modifier = nap_state_of_the_presidi
				years = -1
			}
		}
		scope:target_location2 = {
			add_location_modifier = {
				modifier = nap_state_of_the_presidi
				years = -1
			}
		}
		add_navy_tradition = navy_tradition_severe_bonus
	}
}