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.3] 安东尼奥·贝卡德利登场

时间范围

  • 起始日期:1450年1月1日
  • 结束日期:1471年1月1日
  • 触发概率:每月 10% 概率

触发条件

  • 事件仅对 国家标签为 ARA 的国家触发。
  • 事件 仅能触发一次

关键效果

  • 选项flavor_ara.3.a
  • 效果
    • 将之前创建的名为 安东尼奥·贝卡德利 的人物移动到触发事件的国家。

背景介绍

该事件模拟了文艺复兴时期著名人文主义者、诗人安东尼奥·贝卡德利(Antonio Beccadelli)在15世纪中叶可能为阿拉贡王国(或相关政权)服务的历史可能性。贝卡德利以其文学和学术成就闻名,事件反映了当时各国吸引人才、促进文化发展的历史动态。

完整事件代码

flavor_ara.3 = { #Antonio Beccadelli
	type = country_event
	title = flavor_ara.3.title
	desc = flavor_ara.3.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = ARA
		from = 1450.1.1
		to = 1471.1.1
		monthly_chance = 10
	}
	
	image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"
	
	immediate = {
		
		create_character = {
			first_name = name_anthony
			last_name = Beccadelli
			birth_date = 1394
			artist_skill = 0.85
			artist = writer
			estate = estate_type:burghers_estate
			culture = culture:sicilian
			birth_location = location:palermo
			create_in_limbo = yes
			script = ara_antonio_beccadelli
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_ara.3.a

		scope:target_character = { move_country = root }
	}
}