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_dan.48] 安德鲁·辛克莱登场

时间范围:1580.1.1 - 1625.1.1(每月 10% 概率)

触发条件

  • 国家变量 dan_scanian_regiment_events 存在。

关键效果

  • 选项 A (flavor_dan.48.a)
    • 获得少量陆军传统加成。
    • 人物 安德鲁·辛克莱 加入我国。
    • 为该人物随机添加一个“将军”类特质。
    • 为该人物添加永久性修正 refuses_to_serve_in_cabinet(拒绝在内阁任职)。
  • 选项 B (flavor_dan.48.b)
    • 社会价值观 进攻 vs 防御 向右移动(偏向进攻)。
    • 人物 安德鲁·辛克莱 加入我国。
    • 为该人物添加特质 unsuited_for_naval_command(不适合海军指挥)和 unsuited_for_army_command(不适合陆军指挥)。

背景介绍: 该事件模拟了苏格兰高地贵族安德鲁·辛克莱在16世纪末至17世纪初可能为丹麦-挪威联合王国服务的可能性。辛克莱出生于瑟索,拥有出色的军事才能,他的加入可能为丹麦的军事传统或进攻性战略带来影响。事件反映了这一时期北欧国家招募外国军事人才的历史背景。

完整事件代码

flavor_dan.48 = { #Andrew Sinclair
	type = country_event
	title = flavor_dan.48.title
	desc = flavor_dan.48.desc

	historical_info = flavor_dan.48.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = DAN
		from = 1580.1.1
		to = 1625.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		has_variable = dan_scanian_regiment_events
	}

	immediate = {
		create_character = {
			birth_date = 1555.2.3
			birth_location = location:thurso
			first_name = name_andrew
			last_name = Sinclair
			adm = 60
			dip = 75
			mil = 90
			culture = culture:highland
			save_scope_as = target_character
			create_in_limbo = yes
			estate = estate_type:nobles_estate
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		}
	}

	option = {
		name = flavor_dan.48.a
		add_army_tradition = army_tradition_mild_bonus
		scope:target_character = {
			move_country = root
		}
		scope:target_character = {
			add_random_trait_from_category = general
			add_character_modifier = { modifier = refuses_to_serve_in_cabinet days = -1 mode = add_and_extend }
		}
	}

	option = {
		name = flavor_dan.48.b
		change_societal_value = { type = offensive_vs_defensive value = societal_value_move_to_right }
		scope:target_character = {
			move_country = root
		}
		scope:target_character = {
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
		}
	}
}