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.239] 埃及考古发现

时间范围

1799年1月1日 - 1820年1月1日(每月 5% 概率)

触发条件

  • 国家为 英格兰 (ENG)大不列颠 (GBR)
  • 埃及地区 (egypt_region) 内至少有一个省份的拥有者是事件触发国或其附属国。

关键效果

选项 A:flavor_eng.239.a

  • 历史选项
  • 获得 大量 研究进度。
  • 希腊文化 (greek_culture)下埃及文化 (lower_egyptian_culture) 各获得 少量 文化传统。

选项 B:flavor_eng.239.b

  • 社会价值观 好战 vs 和解 (belligerent_vs_conciliatory)右侧(好战方向) 移动。
  • 获得 少量 威望。

背景介绍

此事件模拟了18世纪末至19世纪初,英法在埃及的考古竞赛与重大发现,尤其是罗塞塔石碑的出土。拿破仑远征埃及(1798-1801年)开启了欧洲对古埃及的系统性考古研究,而英国随后通过军事与外交手段获得了包括罗塞塔石碑在内的许多关键文物。这些发现极大地推动了埃及学的发展,并深刻影响了欧洲的学术、文化与帝国竞争。

事件代码

flavor_eng.239 = {
	hide_portraits = yes
	type = country_event

	fire_only_once = yes

	title = flavor_eng.239.title
	desc = flavor_eng.239.desc

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1799.1.1
		to = 1820.1.1
		monthly_chance = 5
	}

	trigger = {

		region:egypt_region = {
			any_location_in_region = {
				OR = {
					owner ?= { is_subject_of = root }
					owner ?= root
				}
			}
		}

	}
	image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"
	immediate = {
		
		region:egypt_region = {
			random_location_in_region = {
				limit = {
					OR = {
						owner = { is_subject_of = root }
						owner ?= root
					}
				}
				save_scope_as = target_location
				owner.ruler = {
					save_scope_as = target_character
				}
			}
		}

	}

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

		add_research_progress = research_progress_extreme_bonus

		culture:greek_culture = { add_cultural_tradition = cultural_tradition_mild_bonus }
		culture:lower_egyptian_culture = { add_cultural_tradition = cultural_tradition_mild_bonus }

	}

	option = {
		name = flavor_eng.239.b

		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_right }

		add_prestige = prestige_mild_bonus

	}

	historical_info = flavor_eng.239.historical_info

}