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_gen.39] 巴托洛梅奥·比安科登场

时间范围

1620.1.1 - 1657.1.1,每月 5% 概率触发。

触发条件

  • 国家拥有热那亚(Genoa)地区。

关键效果

  • 历史选项:选择此选项将使建筑师巴托洛梅奥·比安科(Bartholomew Bianco)加入你的国家。

背景介绍

此事件模拟了17世纪早期,建筑师巴托洛梅奥·比安科在热那亚地区活动的历史可能性。比安科是当时著名的建筑师,其作品对热那亚的建筑风格产生了影响。事件允许控制热那亚的国家有机会招募这位才华横溢的人物,以反映该时期文化艺术人才的流动。

完整事件代码

flavor_gen.39 = {
	type = country_event
	title = flavor_gen.39.title
	desc = flavor_gen.39.desc
	
	fire_only_once = yes
	dynamic_historical_event = {
		tag = GEN
		from = 1620.1.1
		to = 1657.1.1
		monthly_chance = 5
	}
	image = "gfx/interface/illustrations/institutions/renaissance.dds"
	trigger = {
		owns = location:genoa
	}

	immediate = {
		create_character = {
			first_name = name_bartholomew
			last_name = Bianco
			estate = estate_type:burghers_estate
			adm = 17
			dip = 18
			mil = 18
			birth_date = 1590.1.1
			birth_location = location:como
			artist_skill = 0.70
			artist = architect
			save_scope_as = artist_character
			create_in_limbo = yes
		}
	}

	#Excellent
	option = {
		name = flavor_gen.39.a
		scope:artist_character = {
			move_country = root
		}
	}
}