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

时间范围

  • 事件周期:无明确 fromto 日期限制,为动态历史事件
  • 触发概率:无 monthly_chance 字段,触发依赖条件满足

触发条件

  • 事件类型:国家事件(type = country_event
  • 主要触发:代码中未直接给出 trigger 字段,触发条件需结合游戏动态机制(如特定历史进程、人物状态或国家状况)

关键效果

选项 Aflavor_eng.138.a):

  • 在目标位置(scope:target_location)建造一座海岸堡垒(building_type:coastal_fort
  • 对事件发起国(root)添加“安置私掠者”意见修正(opinion_placed_privateers
  • 显示自定义提示文本(flavor_eng.138.tt1

选项 Bflavor_eng.138.b):

  • 对事件发起国(root)添加“安置私掠者”意见修正(opinion_placed_privateers
  • 国家威望受到轻微惩罚(prestige_weak_penalty
  • 显示自定义提示文本(flavor_eng.138.tt2

背景介绍

该事件围绕英国著名航海家、私掠船长弗朗西斯·德雷克(Francis Drake)展开。德雷克在伊丽莎白一世时期活跃,曾参与环航世界、袭击西班牙港口及舰队,对英国海上力量的崛起和殖民扩张起到关键作用。事件反映了英国在加强海岸防御与利用私掠力量之间的战略抉择,以及德雷克作为历史人物对国家海军与海外冒险的影响。

完整事件代码

flavor_eng.138 = {
	type = country_event

	title = flavor_eng.138.title
	desc = flavor_eng.138.desc
	
	illustration_tags = {
		10 = regular
		10 = exterior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		character:eng_francis_drake ?= { save_scope_as = francis_drake }

	}

	option = {
		name = flavor_eng.138.a

		scope:target_location = {
			construct_building = { building_type = building_type:coastal_fort }
		}

		add_opinion = {
			target = root
			modifier = opinion_placed_privateers
		}

		custom_tooltip = flavor_eng.138.tt1

	}

	option = {
		name = flavor_eng.138.b

		add_opinion = {
			target = root
			modifier = opinion_placed_privateers
		}

		add_prestige = prestige_weak_penalty

		custom_tooltip = flavor_eng.138.tt2

	}

	historical_info = flavor_eng.138.historical_info

}