
Action
Negotiate with Rebels
It is time for us to hear the people's plea and put utmost effort in restabilizing our country, lest we risk the erosion of what once made us great.
Crisis of the ChinaDisasterselect trigger 1
Middle KingdomInternational OrganizationpotentialDefinitionin_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" Choose the 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" Select Rebel Faction
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 By sacrificing 3 Celestial Authority and depending on the strength and backing of the Rebellion the following may happen:
51custom_tooltip = cmd_negotiate_nationalist Nationalist Rebels will demand Control reduction across their lands and push us towards Free Subjects
52custom_tooltip = cmd_negotiate_estate Estate Rebels: They will demand Tax reductions and Privileges
53custom_tooltip = cmd_negotiate_religious Religious Rebels: They will demand Religious Concessions and push us towards 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
}
}
}