
행동
국내 관료제 재편
중화제국의 정치 구조를 조정하여 관료제를 개혁합니다. 이로써 우리의 권력이 강화되고, 그 결과 우리나라의 체제가 난공불락의 성처럼 견고해질 것입니다.
중화제국국가 간 조직체allow, potential, select trigger
인의 활성화보정치 유형effectcelestial_authority변수allow정의in_game/common/generic_actions/middle_kingdom.txt:236
237type = internationalorganization
239ai_tick = monthly
240ai_tick_frequency = 6
242automation_tick = monthly
243automation_tick_frequency = 3
244player_automated_category = diplomacy
246potential = {
248scope:actor = {
}
}
251allow = {
255scope:actor = {
}
}
258price = price:reshape_bureaucracy
260cooldown = {
261type = reshape_bureaucracy
262years = 20
}
265select_trigger = {
266looking_for_a = international_organization
267source = actor
268target_flag = recipient
269name = "choose_international_organization" 국가 간 조직체 선택:
270column = {
271data = name
}
}
278effect = {
279scope:actor = {
282if = {
}
}
}
290ai_will_do = {
291value = 0
292add = {
293desc = "CAN_EASILY_AFFORD"
294if = {
295limit = {
296scope:actor = {
297gold >= {
298value = scope:actor.monthly_income_trade_and_tax
299multiply = 6
}
}
}
303value = 50
}
}
306add = {
307desc = "celestial_authority_HIGH"
308if = {
309limit = {
310international_organization:middle_kingdom.var:celestial_authority > 75
}
312value = 10
}
}
315add = {
316desc = "IS_BANKRUPT_TOOLTIP"
317if = {
318limit = {
319scope:actor = {
320is_during_bankruptcy = yes
}
}
323value = -1000
}
}
326add = {
327desc = "IS_AT_WAR"
328if = {
329limit = {
330scope:actor = {
331at_war = yes
}
}
334value = -25
}
}
337add = {
338desc = "CAN_NOT_AFFORD"
339if = {
340limit = {
341scope:actor = {
342gold <= {
343value = scope:actor.monthly_income_trade_and_tax
344multiply = 6
}
}
}
348value = -60
}
}
351add = {
352desc = "celestial_authority_LOW"
353if = {
354limit = {
355international_organization:middle_kingdom.var:celestial_authority < 75
}
357value = -100
}
}
}