flavor_ira.6 伊斯坎德尔·蒙希登场
时间范围:1580.1.1 - 1620.1.1(每月 5% 概率)
触发条件:
- 国家稳定度大于15。
- 国家当前没有任何活跃的灾难。
关键效果:
- 选项 A (flavor_ira.6.a):
- 将新创建的人物“伊斯坎德尔·蒙希”引入本国。
- 花费相当于6个月国库收入的黄金。
- 将变量
iskander_munshi的值设置为该人物。
- 选项 B (flavor_ira.6.b):
- 获得少量威望惩罚。
- 将新创建的人物“伊斯坎德尔·蒙希”流放。
背景介绍: 在16世纪末至17世纪初,随着贸易路线的繁荣和城市经济的发展,许多地区涌现出具有商业和行政才能的杰出人物。伊斯坎德尔·蒙希就是这样一位人物,他出身于市民阶层,精通管理,其才能可能为国家带来新的发展机遇,但也需要统治者投入资源进行招揽。
完整事件代码:
flavor_ira.6 = {
type = country_event
title = flavor_ira.6.title
desc = flavor_ira.6.desc
fire_only_once = yes
dynamic_historical_event = {
tag = IRA
from = 1580.1.1
to = 1620.1.1
monthly_chance = 5
}
illustration_tags = {
10 = happy
10 = interior
}
trigger = {
stability > 15
has_any_active_disaster = no
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
save_scope_as = target_country
create_character = {
first_name = name_alexander
nickname = name_beg
last_name = Munshi
adm = { 60 90 }
dip = 40
mil = 45
culture = root.culture
religion = root.religion
birth_date = 1561.1.1
birth_location = root.capital
estate = estate_type:burghers_estate
create_in_limbo = yes
save_scope_as = target_character
}
}
option = {
name = flavor_ira.6.a
scope:target_character = {
move_country = scope:target_country
}
change_gold_effect = { scale = -6.00 }
set_variable = { name = iskander_munshi value = scope:target_character }
}
option = {
name = flavor_ira.6.b
add_prestige = prestige_weak_penalty
scope:target_character = {
banish_character = yes
}
}
}