
Aktion
Kējǔ-Prüfung durchführen
Die Kējǔ-Prüfung bildet das Rückgrat unserer bürokratischen Kapazitäten. Tüchtige Studierende, die über ein hohes Maß an Fähigkeiten verfügen, können in den Dienst unseres Hofs gestellt werden, um sicherzustellen, dass der Apparat reibungslos und effizient funktioniert.
ChinaLandeffect
Reich der MitteZusammenschlussallow, potential, select trigger
Rechtschaffenheit möglichModifikatorarteffect
Direkte ErnennungPolitlinieallowcelestial_authorityVariableallowDefinitionin_game/common/generic_actions/middle_kingdom.txt:1
2type = internationalorganization
5ai_tick = monthly
6ai_tick_frequency = 6
8automation_tick = monthly
9automation_tick_frequency = 3
10player_automated_category = diplomacy
12potential = {
14scope:actor = {
}
}
17allow = {
}
22scope:actor = {
}
}
25price = price:conduct_keju_examination
27cooldown = {
28type = conduct_keju_examination
29years = 3
}
32select_trigger = {
33looking_for_a = international_organization
34source = actor
35target_flag = recipient
36name = "choose_international_organization" Den Concept wählen:
37column = {
38data = name
}
}
45effect = {
46scope:actor = {
48if = {
}
52custom_tooltip = {
53text = conduct_keju_examination_tt Ein Kējǔ-Absolvent wird an unseren Hof gerufen
54if = {
56random_list = {
621 = {
63trigger = {
64current_year > 1418
65current_year < 1457
}
}
691 = {
70trigger = {
71current_year > 1441
72current_year < 1478
}
}
761 = {
77trigger = {
78current_year > 1449
79current_year < 1499
}
}
831 = {
84trigger = {
85current_year > 1491
86current_year < 1529
}
}
}
}
}
}
}
97ai_will_do = {
98value = 0
99add = {
100desc = "CAN_EASILY_AFFORD"
101if = {
102limit = {
103scope:actor = {
104gold >= {
105value = scope:actor.monthly_income_trade_and_tax
106multiply = 6
}
}
}
110value = 50
}
}
113add = {
114desc = "NEEDS_COMPETENT_CABINET_MEMBERS"
115if = {
116limit = {
117scope:actor = {
118NOT = {
119any_cabinet_character = {
119total_abilities > 80
}
}
}
}
123value = 10
}
}
126add = {
127desc = "celestial_authority_HIGH"
128if = {
129limit = {
130international_organization:middle_kingdom.var:celestial_authority > 75
}
132value = 10
}
}
135add = {
136desc = "PASSED_KEJU_POLICY"
137if = {
138limit = {
140international_organization_has_policy = policy:new_keju_formats_policy
}
}
143value = 5
}
}
146add = {
147desc = "NEEDS_MORE_CABINET_CANDIDATES"
148if = {
149limit = {
150scope:actor = {
151OR = {
152AND = {
153modifier:government_size >= 5
154any_character = {
155count < 10
}
}
158AND = {
159modifier:government_size = 4
160any_character = {
161count < 8
}
}
164AND = {
165modifier:government_size = 3
166any_character = {
167count < 6
}
}
170AND = {
171modifier:government_size = 2
172any_character = {
173count < 4
}
}
176AND = {
177modifier:government_size = 1
178any_character = {
179count < 3
}
}
}
}
}
185value = 20
}
}
188add = {
189desc = "IS_BANKRUPT_TOOLTIP"
190if = {
191limit = {
192scope:actor = {
193is_during_bankruptcy = yes
}
}
196value = -1000
}
}
199add = {
200desc = "IS_AT_WAR"
201if = {
202limit = {
203scope:actor = {
204at_war = yes
}
}
207value = -25
}
}
210add = {
211desc = "CAN_NOT_AFFORD"
212if = {
213limit = {
214scope:actor = {
215gold <= {
216value = scope:actor.monthly_income_trade_and_tax
217multiply = 6
}
}
}
221value = -60
}
}
224add = {
225desc = "celestial_authority_LOW"
226if = {
227limit = {
228international_organization:middle_kingdom.var:celestial_authority < 75
}
230value = -100
}
}
}