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.77 扩展陆地领土

时间范围:1337.1.1 - 1836.1.1,每月 1% 概率触发

触发条件

  • 国家完全拥有 veneto_area 地区。

关键效果

  • 选项 A (flavor_ven.77.a):
    • 增加少量稳定度 (stability_mild_bonus)。
    • 增加少量陆军传统 (army_tradition_mild_bonus)。
  • 选项 B (flavor_ven.77.b):
    • veneto_area 地区的所有地块,增加少量控制度 (control_mild_bonus)。

背景介绍: 该事件反映了威尼斯共和国(VEN)在历史上向意大利半岛内陆扩张其领土(即“Domini di Terraferma”)的过程。在完全控制了威尼托地区后,威尼斯面临着如何巩固和治理这片新领土的抉择,是侧重于提升国家内部稳定与军事传统,还是直接加强对该地区的行政控制。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VEN
		from = 1337.1.1
		to = 1836.1.1
		monthly_chance = 1
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

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

	trigger = {
		own_entire_area = area:veneto_area
	}

	option = {
		name = flavor_ven.77.a
		add_stability = stability_mild_bonus
		add_army_tradition = army_tradition_mild_bonus
	}

	option = {
		name = flavor_ven.77.b
		area:veneto_area = {
			every_location_in_area = {
				change_control = control_mild_bonus
			}
		}
	}
}