
행동
로마 기부금 요청
우리 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"
}
}
}