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_por.33 里斯本造船厂(Ribeira das Naus)

时间范围

1490.1.1 - 1540.1.1,每月 10% 概率触发。

触发条件

  • 拥有里斯本(Lisbon)地区。

关键效果

选项: flavor_por.33.a(历史选项)

  • 在里斯本(Lisbon)地区建造建筑:ribeira_das_naus(里斯本造船厂)。
  • 社会价值观调整:land_vs_naval(陆军与海军侧重)向“侧重海军”方向轻微移动(societal_value_minor_move_to_right)。

背景介绍

该事件模拟了葡萄牙王国在15世纪末至16世纪初,为支持其大规模的海外探索和殖民扩张,在首都里斯本投资建设大型皇家造船厂(Ribeira das Naus)的历史进程。这座造船厂是葡萄牙航海时代的重要基础设施,为帝国打造舰队、维持海上霸权提供了关键支持,也体现了国家资源向海军力量的倾斜。

完整事件代码

flavor_por.33 = { #Ribeira das Naus
	type = country_event
	title = flavor_por.33.title
	desc = flavor_por.33.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POR
		from = 1490.1.1
		to = 1540.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:lisbon
	}

	illustration_tags = {
        10 = happy
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		ruler_or_regent = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_por.33.a
		historical_option = yes
		location:lisbon = {
			construct_building = {
				building_type = building_type:ribeira_das_naus
			}
		}
		change_societal_value = {
			type = land_vs_naval
			value = societal_value_minor_move_to_right
		}
	}

	historical_info = flavor_por.33.historical_info
}