
행동
비잔티움 군대 개혁
우리 Actor Flavor Rank의 군대는 수십 년간 이어진 방치와 주먹구구식 운영으로 병들어 왔습니다. 전면적인 개혁을 단행한다면 새로운 규율과 체계를 세울 수 있겠지만, 이를 위해서는 국가의 안정, 막대한 은화, 그리고 뿌리 깊은 악습을 타파하려는 굳건한 의지가 필요합니다.
불사조의 운명재난select triggercount_military_reforms_variable변수allow정의in_game/common/generic_actions/D008_fate_of_the_phoenix_actions.txt:668
669type = disaster
671allow = {
672scope:actor = {
673at_war = no
674regular_army_size > 0
675navy_size > 0
677has_raised_levies = no
679gold > {
680value = monthly_income_total
681multiply = 4
}
684custom_tooltip = {
685text = has_not_completed_all_six_reforms_tt 가능한 6개의 개혁을 모두 완료하지 않음
686OR = {
}
}
}
}
694automation_tick = never
695automation_tick_frequency = 12
696price = price:fate_of_phoenix_actions_price
698cooldown = {
699type = reform_imperial_armies
700years = 10
}
703select_trigger = {
704looking_for_a = disaster
705name = "choose_disaster" 재난 선택:
706target_flag = recipient
707column = {
708data = name
}
}
716effect = {
721custom_tooltip = reform_armed_forces_tt 우리 지상군 또는 해상군을 개혁해 지난 수 세기 동안 이어진 쇠퇴를 극복할 수 있게 됩니다
}
724ai_will_do = {
725value = 5
727add = {
728value = scope:actor.monthly_income_trade_and_tax
729desc = "actor months of income total"
}
}