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.40 热那亚画家登场

时间范围

  • 事件窗口:1596年1月1日 - 1644年8月2日
  • 触发概率:每月 5% 概率

触发条件

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

关键效果

  • 选项flavor_gen.40.a
    • 将名为 Bernard Strozzi 的画家角色(已预先创建)移入本国。
    • 该角色属性:
      • 行政(ADM):17
      • 外交(DIP):18
      • 军事(MIL):18
      • 艺术家类型:画家(painter)
      • 艺术家技能:0.90
      • 所属阶层:市民阶层(Burghers Estate)
      • 出生日期:1581年5月7日
      • 出生地:热那亚(Genoa)

背景介绍

该事件模拟了热那亚在文艺复兴晚期至巴洛克初期吸引或培养杰出艺术家的历史情境。Bernard Strozzi(1581–1644)是热那亚出生的著名巴洛克画家,以其生动的宗教画和肖像画闻名。事件反映了热那亚作为重要艺术中心,在特定历史窗口期内可能迎来本土艺术天才的回归或服务,从而为国家增添文化影响力。

完整事件代码

flavor_gen.40 = {
	type = country_event
	title = flavor_gen.40.title
	desc = flavor_gen.40.desc
	
	fire_only_once = yes
	dynamic_historical_event = {
		tag = GEN
		from = 1596.1.1
		to = 1644.8.2
		monthly_chance = 5
	}
	
	trigger = {
		owns = location:genoa
	}
	
	image = "gfx/interface/illustrations/institutions/renaissance.dds"
	
	immediate = {
		create_character = {
			first_name = name_bernard
			last_name = Strozzi
			estate = estate_type:burghers_estate
			adm = 17
			dip = 18
			mil = 18
			birth_date = 1581.5.7
			birth_location = location:genoa
			artist_skill = 0.90
			artist = painter
			save_scope_as = artist_character
			create_in_limbo = yes
		}
	}

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