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.187 罗伯特·布莱克登场

时间范围:1639年1月1日 - 1669年1月1日(每月 5% 概率)

触发条件

  • 国家海军规模大于50。

关键效果

  • 选项 A (历史选项)
    • 为罗伯特·布莱克添加特质 unsuited_for_naval_command(不适合海军指挥)和 unsuited_for_army_command(不适合陆军指挥)。
    • 解锁科技 sailing_and_fighting_instructions(航行与战斗条令)。
  • 选项 B
    • 为罗伯特·布莱克随机添加一个来自“海军上将”类别的特质。
    • 为罗伯特·布莱克添加持续时间为-1年(即永久)的修正 refuses_to_serve_in_cabinet(拒绝在内阁任职)。
  • 选项 C
    • 秘密处决罗伯特·布莱克。
    • 获得少量威望加成。

背景介绍: 此事件模拟了英国内战及共和国时期著名海军将领罗伯特·布莱克的登场。布莱克最初作为陆军指挥官崭露头角,后转任海军,在英荷战争中表现出色,并参与制定了影响深远的《航行与战斗条令》,对英国海军战术和纪律的现代化起到了关键作用。事件反映了国家在海军力量达到一定规模后,可能迎来这位重要军事人物的时刻,以及围绕其任用和命运的不同历史可能性。

完整事件代码

flavor_eng.187 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.187.title
	desc = flavor_eng.187.desc

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1639.1.1
		to = 1669.1.1
		monthly_chance = 5
	}

	trigger = {

		navy_size > 50

	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		create_character = {
			first_name = name_robert
			last_name = Blake
			estate = estate_type:burghers_estate
			adm = 65
			dip = 25
			mil = 90
			birth_date = 1598
			birth_location = location:bristol
			script = eng_robert_blake
			save_scope_as = robert_blake
		}

		location:bristol = { save_scope_as = target_location }

	}

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

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

		unlock_advance_effect = { type = sailing_and_fighting_instructions }

		custom_tooltip = flavor_eng.187.tt1

		custom_tooltip = enable_sailing_and_fighting_instructions_advance

	}

	option = {
		name = flavor_eng.187.b

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

		custom_tooltip = flavor_eng.187.tt2

	}

	option = {
		name = flavor_eng.187.c

		hidden_effect = { kill_character_silently = scope:robert_blake }

		add_prestige = prestige_mild_bonus

		custom_tooltip = flavor_eng.187.tt3

	}

	historical_info = flavor_eng.187.historical_info

}