flavor_swi.1 瑞士卫队与马特乌斯·席纳
时间范围:无明确起止日期(from/to未定义),事件仅触发一次(fire_only_once = yes)
触发条件:由事件 flavor_pap.10 触发(代码注释说明)
关键效果:
- 选项 A (历史选项):
- 国库减少 4 倍基础金额
- 获得少量威望
- 人物 马特乌斯·席纳 加入我国
- 选项 B:
- 放逐人物 马特乌斯·席纳
背景介绍:该事件模拟了历史上瑞士卫队为教宗国服务,以及关键人物马特乌斯·席纳(一位来自布里格的高阿勒曼尼文化天主教徒)的登场。席纳是一位在行政、外交和军事方面能力出众的教士,但被认为不适合直接指挥海军或陆军。事件反映了教宗国招募外部人才、增强自身实力的历史情境。
完整事件代码:
flavor_swi.1 = { #Swiss Guard for Papal State - Matthaus Schiner triggered by flavor_pap.10
type = country_event
title = flavor_swi.1.title
desc = flavor_swi.1.desc
historical_info = flavor_swi.1.historical_info
fire_only_once = yes
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
create_character = {
first_name = name_matthias
last_name = Schiner
adm = 68
dip = 79
mil = 72
min_age = 30 #birth_date = 1465.1.1 but flavor_pap.10 has larger timeframe
birth_location = location:brig
culture = culture:high_alemannic
religion = religion:catholic
estate = estate_type:clergy_estate
save_scope_as = target_character
add_trait = trait:unsuited_for_naval_command
add_trait = trait:unsuited_for_army_command
create_in_limbo = yes
}
}
option = {
name = flavor_swi.1.a
historical_option = yes
change_gold_effect = { scale = -4 }
add_prestige = prestige_weak_bonus
scope:target_character = {
move_country = root
}
}
option = {
name = flavor_swi.1.b
scope:target_character = { banish_character = yes }
}
}