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.192 塞缪尔·佩皮斯登场

时间范围:1653.1.1 - 1693.1.1(每月 1% 概率)

触发条件

  • 控制伦敦地区。
  • 满足以下条件之一:
    • 拥有政府改革:海军部改革。
    • 满足以下条件之一:
      • 首都拥有至少一级“海军部”建筑。
      • 拥有“海军部委员会”政策。

关键效果

  • 选项 A (历史选项)
    • 启用“改革后的海军部”变量。
    • 塞缪尔·佩皮斯获得特质:“不适合海军指挥”与“不适合陆军指挥”。
    • 显示自定义提示文本。
  • 选项 B
    • 国家获得修正“塞缪尔·佩皮斯的勤勉”(永久效果)。
    • 显示自定义提示文本。
    • 若满足条件(处于专制主义时代、拥有海军部改革、未拥有“海军专业化”科技),则立即研究“海军专业化”科技,并显示自定义提示文本。
    • 显示自定义提示文本。
  • 选项 C
    • 塞缪尔·佩皮斯获得修正“拒绝在内阁任职”(永久效果),并随机获得一个海军上将类特质。
    • 国家获得大量海军传统。

背景介绍: 该事件模拟了塞缪尔·佩皮斯在17世纪中后期登上历史舞台的场景。佩皮斯是英国海军部的重要官员和著名的日记作家,他的工作对英国皇家海军的专业化和现代化产生了深远影响。事件发生在英国巩固其海上力量的关键时期,玩家将面临如何任用这位才能与个性鲜明的人物的抉择。

完整事件代码

flavor_eng.192 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.192.title
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					has_reform = government_reform:navy_board_reform
				}
				desc = flavor_eng.192.desc_navy_board
			}
			triggered_desc = {
				trigger = { always = yes }
				desc = flavor_eng.192.desc
			}
		}
	}

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1653.1.1
		to = 1693.1.1
		monthly_chance = 1
	}
	image = "gfx/interface/illustrations/units/navy_light_ship_6.dds"
	trigger = {

		location:london = {
			owner = root
		}

		OR = {
			has_reform = government_reform:navy_board_reform
			OR = {
				capital = {
					has_building_with_at_least_one_level = admiralty
				}
				has_policy = board_of_admirals_policy
			}
		}

	}

	immediate = {

		create_character = {
			first_name = name_samuel
			last_name = Pepys
			estate = estate_type:nobles_estate
			adm = 80
			dip = 55
			mil = 60
			birth_date = 1633
			birth_location = location:london
			script = eng_samuel_pepys
			save_scope_as = samuel_pepys
		}

		set_variable = { name = samuel_pepys_diary_entries value = 0 }

		location:london = { save_scope_as = target_location }

	}

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

		custom_tooltip = {
			text = enable_overhauled_admiralty_reform
			set_variable = { name = overhauled_admiralty value = 1 }
		}

		scope:samuel_pepys = {
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
		}

		custom_tooltip = flavor_eng.192.tt1


	}

	option = {
		name = flavor_eng.192.b

		add_country_modifier = {
			modifier = samuel_pepys_diligence
			months = -1
			mode = add_and_extend
		}

		custom_tooltip = flavor_eng.192.tt2

		if = {
			limit = {
				current_age = age_5_absolutism
				has_reform = government_reform:navy_board_reform
				NOT = { has_advance = naval_professionalism }
			}
			research_advance = advance_type:naval_professionalism
			custom_tooltip = flavor_eng.192.tt3
		}


		custom_tooltip = flavor_eng.192.tt4

	}

	option = {
		name = flavor_eng.192.c

		scope:samuel_pepys = {
			add_character_modifier = {
				modifier = refuses_to_serve_in_cabinet
				years = -1
				mode = add_and_extend
			}
			add_random_trait_from_category = admiral
		}

		add_navy_tradition = navy_tradition_extreme_bonus

	}

}