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.41 热那亚艺术家的诞生

时间范围:1645.1.1 - 1664.5.5(每月 5% 概率)

触发条件

  • 国家拥有热那亚(Genoa)地区。
  • 国家已解锁“热那亚学派”(genoese_school)科技。

关键效果

  • 选项 A:将生成的艺术家角色约翰·卡斯蒂廖内(John Castiglione)移至本国。

背景介绍: 该事件模拟了17世纪中叶,在热那亚共和国艺术与知识氛围达到顶峰时,一位杰出艺术家的出现。事件要求国家不仅控制着热那亚地区,还需已发展出独特的“热那亚学派”艺术传统,这为艺术家的诞生提供了必要的文化土壤。事件的核心是引入一位高能力的画家角色,为国家增添文化影响力。

完整事件代码

flavor_gen.41 = {
	type = country_event
	title = flavor_gen.41.title
	desc = flavor_gen.41.desc
	
	fire_only_once = yes
	dynamic_historical_event = {
		tag = GEN
		from = 1645.1.1
		to = 1664.5.5
		monthly_chance = 5
	}
	
	trigger = {
		owns = location:genoa
		has_advance = genoese_school
	}
	
	image = "gfx/interface/illustrations/institutions/renaissance.dds"
	
	immediate = {
		create_character = {
			first_name = name_john
			last_name = Castiglione
			estate = estate_type:burghers_estate
			adm = 17
			dip = 18
			mil = 18
			birth_date = 1609.3.23
			birth_location = location:genoa
			artist_skill = 0.80
			artist = painter
			save_scope_as = artist_character
			create_in_limbo = yes
		}
	}

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