VariableChanged this version
celestial_authority
Celestial GovernorSpecial Statusmonthly change
Monthly Celestial Authority ChangeModifier Typemonthly changeHow it changes
| Source | Where | Change |
|---|---|---|
| change_celestial_authority | international_organization:middle_kingdom | +$value$ |
| set_up_proper_china_for_middle_kingdom | international_organization:middle_kingdom | Set to 70 |
Definitionin_game/common/international_organizations/middle_kingdom.txt:173
174format = "celestial_authority_DISPLAY"
175change_format = "VARIABLE_CHANGE_FORMAT"
176min = 0
177max = 100
178start = 70
179monthly_change = {
180subtract = {
181desc = "BASE_DECAY" Base Decay
182value = 0.1
}
184add = {
186if = {
187limit = {
188any_international_organization_member = {
189any_country_at_war_with = {
190is_member_of_international_organization = root
}
}
}
194add = {
195desc = "MIDDLE_KINGDOM_MEMBERS_AT_WAR" Members at Internal War
196value = 0
197every_international_organization_member = {
198limit = {
199any_country_at_war_with = {
200is_member_of_international_organization = root
}
}
203add = -0.01
}
}
}
208add = {
209desc = "NUMBER_OF_TRIBUTARIES" Number of Friendly Tributaries
210value = 0
211every_international_organization_member = {
212limit = {
213root = {
214NOT = {
}
}
221NOT = {
221is_leader_of_international_organization = root
}
}
223add = {
224value = 0.005
225if = {
226limit = {
226exists = root.leader_country
}
227multiply = {
228value = "opinion(root.leader_country)"
229divide = 200
}
}
232multiply = {
233value = country_economical_base
234divide = 1000
}
}
}
}
}
250if = {
256add = {
257desc = "IO_MONTHLY_CELESTIAL_AUTHORITY" Base Modifier Type Name With Breakdown
259value = leader_country.modifier:monthly_celestial_authority
}
}
}