
行动
招募廷臣
花费政府影响力激励一名新角色进入我们的宫廷。
王室阶层effect
可以雇佣阉人廷臣修正类型effect定义in_game/common/generic_actions/hire_advisor.txt:1
2type = owncountry
4price = price:hire_advisor
7ai_tick = daily
8ai_tick_frequency = 180
10automation_tick = monthly
11automation_tick_frequency = 1
12player_automated_category = governmentreforms
19potential = {
}
22allow = {
}
25ai_will_do = {
26scope:actor = {
28value = {
37subtract = {
38desc = "Current amount"
39value = num_cabinet_capable_characters
}
42multiply = 14
}
}
}
47effect = {
48scope:actor = {
49random_estate = {
50limit = {
51estate_type = {
52eligible_for_cabinet = {
53target = scope:actor
54value = yes
}
}
}
59estate_type = {
60save_scope_as = target_estate_type
}
}
63if = {
65random_current_bureaucracy = {
66limit = {
66bureaucracy_type = bureaucracy_type:court_eunuchs_bureaucracy
}
67save_scope_as = court_eunuchs_scope
}
69custom_tooltip = {
70text = hire_advisor_eunuch_chance_tt 10%‑100%概率雇佣一位平均能力较高的阉人角色,概率受宫廷宦官固化程度和宦官力量修正影响。
71random = {}
}
}
94custom_tooltip = {
95text = hire_advisor_effect 一名新角色受到雇佣,进入我国。
96create_character = {}
}
}
}