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_ara.104 巴塞罗那皇家造船厂

时间范围

1337.1.1 - 1700.1.1,每月有 5% 的概率触发。

触发条件

  • 国家拥有巴塞罗那(location:barcelona)地区。
  • 巴塞罗那地区至少拥有一级 barcelona_royal_shipyard 建筑。

关键效果

选项:flavor_ara.104.a

  • 在巴塞罗那港口(scope:port_location)创建一定数量的海军桨帆船(sub_unit_category:navy_galley)。创建数量为 root.expected_navy_size 的10%,但最少为5艘。
  • 使社会价值观中的“陆军与海军倾向”(land_vs_naval)向“海军”方向发生小幅移动(societal_value_minor_move_to_right)。

背景介绍

该事件模拟了阿拉贡王国(或其后继者)在首都巴塞罗那运营其重要皇家造船厂的历史场景。在14至17世纪,巴塞罗那作为地中海重要的海军基地,其造船厂是国家海上力量的核心。此事件标志着国家决定利用这一设施扩大海军规模,并可能反映了国家战略重心向海洋的倾斜。

完整事件代码

flavor_ara.104 = { #Barcelona Royal Shipyard
	type = country_event
	title = flavor_ara.104.title
	desc = flavor_ara.104.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = ARA
		from = 1337.1.1
		to = 1700.1.1
		monthly_chance = 5
	}

	trigger = {
		owns = location:barcelona
		location:barcelona = {
			has_building_with_at_least_one_level = barcelona_royal_shipyard
		}
	}
	
	illustration_tags = {
		10 = regular
		10 = interior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
		location:barcelona = {
			save_scope_as = port_location
		}
	}

	option = {
		name = flavor_ara.104.a
		scope:port_location = {
			create_num_sub_unit_of_category =  {
				count = {
					value = root.expected_navy_size
					multiply = 0.1
					min = 5
				}
				category = sub_unit_category:navy_galley
			}
		}
		change_societal_value = {
			type = land_vs_naval
			value = societal_value_minor_move_to_right
		}
	}
}