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_por.22 瓦斯科·达·伽马登场

时间范围:1495.1.1 - 1520.1.1(每月 5% 概率触发)

触发条件

  • 尚未发现通往印度的航线(discovered_route_to_india = no)。
  • 拥有锡尼什地区(owns = location:sines)。

关键效果

  • 历史选项:选择此选项将获得少量威望加成(add_prestige = prestige_weak_bonus)。

背景介绍: 此事件模拟了葡萄牙航海家瓦斯科·达·伽马在历史上的登场。达·伽马是探索时代的标志性人物,他于1497-1499年率领船队首次成功绕过非洲好望角,开辟了从欧洲直达印度的海上航线,为葡萄牙建立东方贸易帝国奠定了基础。事件设定在1495年至1520年间,反映了葡萄牙王室资助航海探索、寻求通往东方新航路的历史背景。

完整事件代码

flavor_por.22 = { #Vasco da Gama
	type = country_event
	title = flavor_por.22.title
	desc = flavor_por.22.desc
	image = "gfx/interface/illustrations/institutions/new_world.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POR
		from = 1495.1.1
		to = 1520.1.1
		monthly_chance = 5
	}

	trigger = {
		discovered_route_to_india = no
		owns = location:sines
	}

	immediate = {
		create_character = {
			first_name = name_vasco
			last_name = da_gama
			adm = 85
			dip = 90
			mil = 90
			culture = culture:portuguese
			estate = estate_type:nobles_estate
			birth_date = 1469.1.1
			birth_location = location:sines
			add_trait = trait:navigator
			script = por_vasco_da_gama
			save_scope_as = target_character
		}
		scope:target_character = {
			add_character_modifier = {
				modifier = refuses_to_serve_in_cabinet
				days = -1
				mode = add_and_extend
			}
		}
	}

	option = {
		name = flavor_por.22.a
		add_prestige = prestige_weak_bonus
	}

	historical_info = flavor_por.22.historical_info
}