
アクション
ローマに寄付を要請
Actor Flavor Rankは疲弊し、国庫も乏しいため、キリスト教の名のもとにローマへ援助を求める使節を送る。このような要請には代償が伴うが、その資金は窮地において時間を稼いでくれるかもしれない。
ローマ国家allow, potential
不死鳥の運命国難select trigger定義in_game/common/generic_actions/D008_fate_of_the_phoenix_actions.txt:1
2type = disaster
4potential = {
}
14allow = {
}
26ai_tick = monthly
27ai_tick_frequency = 4
28price = price:fate_of_phoenix_actions_price
30cooldown = {
31type = request_papal_donation
32years = 5
}
35select_trigger = {
36looking_for_a = disaster
37name = "choose_disaster" 国難を選択:
38target_flag = recipient
39column = {
40data = name
}
}
52ai_will_do = {
53if = {
54limit = {
55scope:actor.government_power > 90
}
58add = {
59value = {
1
50
}
60desc = "high government power"
}
}
63else = {
64subtract = {
65value = 1
66desc = "low government power"
}
}
}