flavor_ira.3 雪莉兄弟登场
时间范围:1600.1.1 - 1640.1.1,每月 5% 概率触发
触发条件:
- 满足以下任一条件:
- 若国家
GBR存在,则需知晓该国。 - 若国家
ENG存在,则需知晓该国。 - 若以上国家均不满足,则需已发现
lewes地区。
- 若国家
关键效果:
- 选项 A (历史选项):
- 为国家添加名为
ira_abbas_advisors的修正,持续时间为modifier_duration_years_normal年,并延长现有修正。 - 将角色
first_sibling(罗伯特·雪莉) 移动至本国。 - 减少相当于当前国库 8% 的金钱。
- 为国家添加名为
- 选项 B:
- 增加少量稳定度。
- 将角色
first_sibling(罗伯特·雪莉) 流放至target_country(通常是英格兰或大不列颠)。 - 为贵族阶层和神职人员阶层增加少量满意度。
背景介绍: 该事件模拟了雪莉兄弟——罗伯特和安东尼——在17世纪初登上历史舞台的情景。他们是来自英格兰苏塞克斯郡刘易斯的贵族家庭,后来成为著名的冒险家、外交官和军事顾问,尤其与萨法维波斯帝国关系密切。事件反映了当时欧洲冒险家前往东方寻求财富与机遇的历史潮流,以及他们为东道国带来的军事、外交影响。
完整事件代码:
flavor_ira.3 = {
type = country_event
title = flavor_ira.3.title
desc = flavor_ira.3.desc
historical_info = flavor_ira.3.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = IRA
from = 1600.1.1
to = 1640.1.1
monthly_chance = 5
}
illustration_tags = {
10 = happy
10 = exterior
}
trigger = {
trigger_if = { limit = { country_exists = c:GBR } knows_country = c:GBR }
trigger_else_if = { limit = { country_exists = c:ENG } knows_country = c:ENG }
trigger_else = { has_discovered = location:lewes }
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
location:lewes = {
create_dynasty_from_location = sherley_dynasty
save_scope_as = target_location
}
create_character = {
first_name = name_thomas
dynasty = dynasty:sherley_dynasty
birth_date = 1542.1.1
birth_location = scope:target_location
culture = culture:english
estate = estate_type:nobles_estate
create_in_limbo = yes
script = eng_thomas_sherley
}
create_character = {
first_name = name_robert
dynasty = dynasty:sherley_dynasty
father = character:eng_thomas_sherley
birth_date = 1581.1.1
birth_location = scope:target_location
culture = culture:english
adm = 52
dip = 74
mil = 86
estate = estate_type:nobles_estate
create_in_limbo = yes
save_scope_as = first_sibling
}
create_character = {
first_name = name_anthony
dynasty = dynasty:sherley_dynasty
father = character:eng_thomas_sherley
birth_date = 1565.1.1
birth_location = scope:target_location
culture = culture:english
adm = 76
dip = 82
mil = 43
estate = estate_type:nobles_estate
create_in_limbo = yes
save_scope_as = second_sibling
}
if = {
limit = { country_exists = c:GBR }
c:GBR = { save_scope_as = target_country }
}
else_if = {
limit = { country_exists = c:ENG }
c:ENG = { save_scope_as = target_country }
}
else = {
scope:target_location = { owner = { save_scope_as = target_country } }
}
if = {
limit = { current_year >= 1612 }
kill_character_silently = character:eng_thomas_sherley
}
save_scope_as = root_country
}
after = {
hidden_effect = {
scope:second_sibling = {
banish_character_to_country_effect = {
target = scope:target_country
}
}
}
}
option = {
name = flavor_ira.3.a
historical_option = yes
add_country_modifier = {
modifier = ira_abbas_advisors
years = modifier_duration_years_normal
mode = add_and_extend
}
scope:first_sibling = { move_country = root }
change_gold_effect = { scale = -8 }
}
option = {
name = flavor_ira.3.b
add_stability = stability_mild_bonus
scope:first_sibling = {
banish_character_to_country_effect = {
target = scope:target_country
}
}
add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
}
}