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_hsa.4] 关键人物登场

时间范围

  • 事件周期:1555年1月1日 - 1580年1月1日
  • 触发概率:每月 5% 概率

触发条件

  • 国家标签:必须为 HSA
  • 一次性事件:仅能触发一次

关键效果

选项:flavor_hsa.4.a

  • 获得少量威望加成(prestige_mild_bonus
  • 将创建的人物 亨利·苏德曼(Henry Sudermann)移动至本国

背景介绍

该事件模拟了16世纪中后期,一位具有莱茵-法兰克尼亚文化背景的重要人物——亨利·苏德曼的登场。他出生于科隆,在行政、外交和军事方面均具备出色能力。事件反映了当时神圣罗马帝国(或特定德意志地区)内部,具有专业才能的市民阶层(burghers)人物开始在国家事务中扮演更显著的角色,可能涉及城市治理、法律或商业事务。

完整事件代码

flavor_hsa.4 = {
	type = country_event
	title = flavor_hsa.4.title
	desc = flavor_hsa.4.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = HSA
		from = 1555.1.1
		to = 1580.1.1
		monthly_chance = 5
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_henry
			last_name = Sudermann

			birth_date = 1520.8.31
			adm = 66
			dip = 74
			mil = 68
			culture = culture:rhine_franconian
			birth_location = location:cologne
			create_in_limbo = yes
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_hsa.4.a
		add_prestige = prestige_mild_bonus
		scope:target_character = { move_country = root }
	}
}