
Peace TreatyChanged this version
Demand Occupied Territories
Demand all Occupied locations from the target Country.
Red Turban RebellionsCasus Bellipotential
Rein in the RebelsCasus Bellipotential
ChinaCountryeffect, potentialYuánCountryeffectChineseCulture GroupeffectMongolCulture Groupeffect
Has Red Turban Rebellions Casus BelliModifier TypepotentialDefinitionin_game/common/peace_treaties/rtr_rein_in_rebellion.txt:47
48cost = {
49add = {
50desc = "DIPLOREASON_BASE" Base
51value = 80
}
53add = {
54desc = "DIPLOREASON_OCCUPATION_VALUE" Value of Occupied Locations
55value = {
56value = 0
57scope:loser = {
58every_owned_location = {
59limit = {
59controller = scope:winner
}
60add = location_tax_base
61divide = 5
}
}
}
}
}
68base_antagonism = {
69value = {
70value = 1
71scope:loser = {
72every_owned_location = {
73limit = {
73controller = scope:winner
}
74add = location_tax_base
75divide = 10
}
}
}
}
80antagonism_type = antagonism_peace_rtr_demand_all_occupied_territories
81potential = {
82scope:war = {
83is_no_cb_war = no
84OR = {
}
}
}
98allow = {
99scope:winner = {
100num_locations >= 25
}
102scope:loser = {
103any_owned_location = {
104controller = scope:winner
105count >= 25
}
}
}
110effect = {
111if = {
112limit = {
113exists = scope:winner
114exists = scope:loser
}
116scope:winner = {
117custom_tooltip = {
118text = rtr_demand_occupied_territories_tt Every Loser Adjective Location occupied by Winner gets seized by Winner
119every_controlled_location = {
120limit = {
121owner = scope:loser
}
123change_location_owner = scope:winner
124if = {
125limit = {
126this = location:dadu
127scope:winner = {
128culture = {
}
}
133scope:loser = {
}
}
}
}
}
}
}
149else = {
149custom_tooltip = rtr_demand_occupied_territories_no_winner_loser_tt Any Location the winner occupies from the loser is seized.
}
}
152ai_desire = {
153value = 1000
}