変数このバージョンで変更
celestial_authority
天朝の総督特待地位monthly change
天朝の権威の毎月の変化補正タイプmonthly change変化の仕方
| 補正元 | 場所 | 変更 |
|---|---|---|
| change_celestial_authority | international_organization:middle_kingdom | +$value$ |
| set_up_proper_china_for_middle_kingdom | international_organization:middle_kingdom | 70に設定 |
定義in_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" 基本値の減少
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" 内戦参加勢力
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" 友好的な朝貢国の数
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" 基本Modifier Type Name With Breakdown
259value = leader_country.modifier:monthly_celestial_authority
}
}
}