flavor_fra.2108 吉安·贾科莫·特里武尔齐奥登场
时间范围
1475.1.1 - 1510.1.1,在此期间每月有 10% 的概率触发。
触发条件
- 国家拥有变量
france_italian_interests。 - 国家当前拥有君主。
关键效果
选项一:雇佣这位著名的雇佣兵队长!
- 历史选项:是
- 将创建的角色
吉安·贾科莫·特里武尔齐奥移动到法国(c:FRA)。 - 获得少量陆军传统增益。
- 国库减少 500 金币。
- AI 选择此选项的概率因子为 0.85。
选项二:我们不需要他
- 静默处决创建的角色
吉安·贾科莫·特里武尔齐奥。 - 获得少量正统性增益。
- AI 选择此选项的概率因子为 0.25。
背景介绍
此事件模拟了15世纪末至16世纪初,法国在意大利半岛扩张其影响力时,招募著名意大利雇佣兵队长(Condottiere)吉安·贾科莫·特里武尔齐奥的可能性。特里武尔齐奥是一位来自米兰的伦巴第贵族,以其卓越的军事才能而闻名。当时,法国王室对意大利事务表现出浓厚兴趣,并经常寻求意大利军事专家的服务以增强其军事实力。此事件反映了法国在意大利战争前夕,为即将到来的军事行动网罗人才的历史背景。
完整事件代码
flavor_fra.2108 = { # Gian Giacomo Trivulzio
type = country_event
fire_only_once = yes
title = flavor_fra.2108.t
desc = flavor_fra.2108.desc
dynamic_historical_event = {
tag = FRA
from = 1475.1.1
to = 1510.1.1
monthly_chance = 10
}
trigger = {
has_variable = france_italian_interests
has_ruler = 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_john.name_james
last_name = Trivulzio
adm = 76
dip = 72
mil = 94
culture = culture:lombard
birth_location = location:milano
religion = religion:catholic
birth_date = 1440.1.1
estate = estate_type:nobles_estate
add_trait = trait:goal_oriented
add_trait = trait:hardy_warrior
script = gian_giacomo_trivulzio
save_scope_as = target_character
create_in_limbo = yes
}
}
option = { # Hire the renowed Condottiere!
name = flavor_fra.2108.a
historical_option = yes
scope:target_character = {
move_country = c:FRA
}
add_army_tradition = army_tradition_mild_bonus
add_gold = -500
ai_chance = {
factor = 0.85
}
}
option = { # We have no need for him
name = flavor_fra.2108.b
hidden_effect = {
kill_character_silently = scope:target_character
}
add_legitimacy = legitimacy_mild_bonus
ai_chance = {
factor = 0.25
}
}
}