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_ven.7 安东尼奥·皮加费塔登场

时间范围

1500.1.1 - 1530.1.1,每月 10% 概率触发

触发条件

  • 国家控制维琴察地区

关键效果

  • 历史选项:选择后获得少量威望加成

背景介绍

该事件模拟了威尼斯探险家、学者安东尼奥·皮加费塔在历史关键时期的登场。皮加费塔因作为麦哲伦环球航行的记录者而闻名,他的详细日志为那次划时代的航行提供了宝贵的第一手资料。事件设定在16世纪初,正值地理大发现和威尼斯共和国关注海外探索与贸易的时期,皮加费塔的加入可能为威尼斯带来外交与军事上的才智。

完整事件代码

flavor_ven.7 = {
	type = country_event
	title = flavor_ven.7.title
	desc = flavor_ven.7.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = VEN
		from = 1500.1.1
		to = 1530.1.1
		monthly_chance = 10
	}
	trigger = {
		owns = location:vicenza
	}
	immediate = {
		create_character = {
			first_name = name_anthony
			last_name = Pigafetta
			adm = 60
			dip = 65
			mil = 65
			birth_date = 1480.1.1
			culture = culture:venetian
			birth_location = location:vicenza
			save_scope_as = target_character
			estate = estate_type:nobles_estate
		}
	}
	image = "gfx/interface/illustrations/government/geopolitics_illustration.dds"
	option = {
		name = flavor_ven.7.a
		add_prestige = prestige_mild_bonus
	}
}