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.115 圣莱乌西奥丝绸工厂

时间范围:1725.1.1 - 1775.1.1,每月 10% 概率

触发条件

  • 当前时代为“专制主义时代”(age_5_absolutism)。
  • 拥有卡塞塔地区(location:caserta)。
  • 拥有君主(has_ruler = yes)。

关键效果

  • 选项 A(历史选项):
    • 在卡塞塔地区建造一座“优质布料工场”(building_type:fine_cloth_manufactory)。

背景介绍: 该事件模拟了18世纪中叶,在意大利南部(那不勒斯王国)的卡塞塔地区建立圣莱乌西奥丝绸工厂的历史进程。这一事件反映了当时统治者推动本地工业发展,特别是奢侈品制造业(如丝绸和优质布料)的努力,旨在提升地区经济实力和贸易竞争力。

flavor_nap.115 = { #San Leucio Silk Factory
	type = country_event

	title = flavor_nap.115.title
	desc = flavor_nap.115.desc

	illustration_tags = {
        10 = regular
        10 = interior
    }

	fire_only_once = yes
	dynamic_historical_event = {
		tag = NAP
		tag = TWS
		from = 1725.1.1
		to = 1775.1.1
		monthly_chance = 10
	}

	trigger = {
		current_age = age_5_absolutism
		owns = location:caserta
		has_ruler = yes
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		ruler = { save_scope_as = target_character }
		location:caserta = { save_scope_as = target_location }
	}

	option = {
		name = flavor_nap.115.a

		historical_option = yes
		location:caserta = {
			construct_building = { building_type = building_type:fine_cloth_manufactory }
		}
	}

}