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.136 弗朗西斯·德雷克登场

时间范围:1570.1.1 - 1600.1.1,每月 5% 概率

触发条件

  • 国家拥有 may_explore 修正。
  • 国家拥有埃克塞特(location:exeter)地区。

关键效果

  • 选项 A (历史选项)
    • 为人物 eng_francis_drake 添加特质 trait:treasure_hunter
    • 设置变量 drake_loot = 0
    • 显示自定义提示 flavor_eng.136.tt1flavor_eng.136.tt2
  • 选项 B
    • 为人物 eng_francis_drake 添加特质 trait:buccaneer
    • 显示自定义提示 flavor_eng.136.tt3
  • 选项 C
    • 静默处决人物 scope:francis_drake
    • 将社会价值观 spiritualist_vs_humanist 向右移动(societal_value_move_to_right)。

背景介绍: 该事件模拟了英国探险家、私掠船长弗朗西斯·德雷克在16世纪下半叶登上历史舞台的过程。德雷克出生于埃克塞特,是伊丽莎白时代最著名的航海家之一,曾完成环球航行,并作为私掠船长对西班牙帝国造成重大打击,为英国的海上崛起奠定了基础。事件反映了英格兰(或后来的大不列颠)在具备探索能力并控制其出生地时,这位关键历史人物可能登场的不同发展路径。

完整事件代码

flavor_eng.136 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.136.title
	desc = flavor_eng.136.desc

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1570.1.1
		to = 1600.1.1
		monthly_chance = 5
	}

	trigger = {

		modifier:may_explore = yes

		location:exeter = { owner = root }

	}
	illustration_tags = {
		10 = regular
		10 = exterior
	}
	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		location:exeter = { save_scope_as = target_location }

		create_character = {
			first_name = name_francis
			last_name = Drake
			adm = 35
			dip = 12
			mil = 90
			birth_date = 1540.1.1
			birth_location = location:exeter
			estate = estate_type:burghers_estate
			culture = culture:english
			religion = root.religion
			save_scope_as = francis_drake
			script = eng_francis_drake
		}

	}

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

		character:eng_francis_drake ?= {
			add_trait = trait:treasure_hunter
	    }

		set_variable = { name = drake_loot value = 0 }

		custom_tooltip = flavor_eng.136.tt1
		custom_tooltip = flavor_eng.136.tt2

	}

	option = {
		name = flavor_eng.136.b

		character:eng_francis_drake ?= {
			add_trait = trait:buccaneer
	    }

		custom_tooltip = flavor_eng.136.tt3

	}

	option = {
		name = flavor_eng.136.c

		hidden_effect = { kill_character_silently = scope:francis_drake }

		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_right
		}

	}

	historical_info = flavor_eng.136.historical_info

}