
アクション
反乱軍との交渉
かつて我々を偉大にしたものが失われないよう、いまこそ民の嘆願に耳を傾け、最大限の努力で国家に安定を取り戻すべきだ。
中国の危機国難select trigger 1
中国国際組織potential定義in_game/common/generic_actions/crisis_of_the_chinese_dynasty_actions.txt:1
2type = disaster
4ai_tick = daily
5ai_tick_frequency = 80
7automation_tick = never
8automation_tick_frequency = 12
11potential = {
12scope:actor = {
}
}
16price = price:rtr_negotiate_with_rebels_price
18select_trigger = {
19looking_for_a = disaster
20name = "choose_disaster" 国難を選択:
21target_flag = recipient
22column = {
23data = name
}
25visible = {
27disaster_is_active = yes
}
}
31select_trigger = {
32looking_for_a = rebels
33source = actor
34target_flag = target_rebel
35name = "rtr_negotiate_with_rebels_select_rebels" 反乱派を選択
36none_available_msg_key = "rtr_negotiate_with_rebels_no_rebels"
37column = {
37data = name
}
38column = {
38data = rebel_progress
}
39column = {
39data = monthly_progress
}
40visible = {
40rebel_progress > 0.3
}
}
43effect = {
44if = {
45limit = {
45exists = scope:target_rebel
}
}
50custom_tooltip = cmd_negotiate_with_rebels_tt 3 天朝の権威を消費すると、暴動の兵員数と支援に応じて以下が発生する可能性がある:
51custom_tooltip = cmd_negotiate_nationalist 国家主義反乱軍は領土における支配度の縮小を要求し、わが国を自由民に傾ける
52custom_tooltip = cmd_negotiate_estate 階級反乱軍:彼らは減税金と特権を要求する
53custom_tooltip = cmd_negotiate_religious 宗教反乱軍:彼らは宗教特権を要求し、我々をhumanistへと追い込む
}
56ai_will_do = {
57add = -50
58add = {
59if = {
60limit = {
61scope:actor = {
62any_rebel = {
63rebel_progress >= 0.5
64count >= 4
}
}
}
68value = 200
}
}
71add = {
72if = {
73limit = {
74scope:actor = {
75gold >= {
76value = monthly_income_trade_and_tax
77multiply = {
78value = 1.5
79multiply = num_rebels
}
}
}
}
84value = 100
}
}
}