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_eng.226 詹姆斯·库克登场

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

触发条件

  • 国家为 ENG(英格兰)或 GBR(大不列颠)。
  • 尚未发现地区 area:eastern_australia_area(东澳大利亚地区)。

关键效果

  • 选项 A (flavor_eng.226.a) - 历史选项
    • 为角色 詹姆斯·库克 添加一个随机的“探险家”类别特质。
    • 显示自定义提示 flavor_eng.226.tt1flavor_eng.226.tt2
  • 选项 B (flavor_eng.226.b)
    • 为角色 詹姆斯·库克 添加一个随机的“海军上将”类别特质。
    • 显示自定义提示 flavor_eng.226.tt3
  • 选项 C (flavor_eng.226.c)
    • 隐藏效果:静默处决角色 詹姆斯·库克
    • 获得少量威望加成 (prestige_mild_bonus)。

背景介绍: 此事件模拟了英国航海家、探险家詹姆斯·库克(James Cook)在18世纪中后期的登场。库克以其在太平洋的探索航行而闻名,特别是对澳大利亚东海岸的测绘。事件设定在1765年至1780年间,正值英国皇家海军资助其进行首次太平洋科学考察(1768-1771年)及其后续航行时期。事件触发条件反映了库克探索未知区域(东澳大利亚)的历史背景,而选项则提供了让他成为探险家、海军将领或直接拒绝其服务的不同历史路径。

完整事件代码

flavor_eng.226 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.226.title
	desc = flavor_eng.226.desc

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1765.1.1
		to = 1780.1.1
		monthly_chance = 5
	}

	trigger = {

		NOT = { has_discovered_area = area:eastern_australia_area }

	}
	image = "gfx/interface/illustrations/units/navy_heavy_ship_6.dds"
	immediate = {

		capital = { save_scope_as = target_location }

		create_character = {
			first_name = name_james
			last_name = Cook
			adm = 55
			dip = 85
			mil = 75
			birth_date = 1728.1.1
			birth_location = location:stockton
			estate = estate_type:peasants_estate
			save_scope_as = james_cook
			script = eng_james_cook
		}

	}

	option = {
		name = flavor_eng.226.a
		historical_option = yes

		scope:james_cook = {
			add_random_trait_from_category = explorer
		}

		custom_tooltip = flavor_eng.226.tt1
		custom_tooltip = flavor_eng.226.tt2

	}

	option = {
		name = flavor_eng.226.b

		scope:james_cook = {
			add_random_trait_from_category = admiral
		}

		custom_tooltip = flavor_eng.226.tt3

	}

	option = {
		name = flavor_eng.226.c

		hidden_effect = { kill_character_silently = scope:james_cook }

		add_prestige = prestige_mild_bonus

	}

	historical_info = flavor_eng.226.historical_info

}