
行动
请求罗马捐赠
由于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"
}
}
}