변수이번 버전 변경
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
}
}
}