
アクション
ビザンツ軍の改革
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"
}
}