
和平条约本版本变更
夺取已占领领土
夺取目标国家的所有已占领的地点。
红巾军起义宣战理由potential
清剿贼寇宣战理由potential
中华国家effect, potential元国家effect中华文化组effect蒙古文化组effect
拥有红巾军起义宣战理由修正类型potential定义in_game/common/peace_treaties/rtr_rein_in_rebellion.txt:47
48cost = {
49add = {
50desc = "DIPLOREASON_BASE" 基础
51value = 80
}
53add = {
54desc = "DIPLOREASON_OCCUPATION_VALUE" 占领地点价值
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 Winner占领的每个Loser Adjective地点被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 胜利方占领的任何失败方地点都被夺取。
}
}
152ai_desire = {
153value = 1000
}