
Peace Treaty
force_divert_trade
We will enforce our demands as the Hegemon through military means.
Hegemon UltimatumCasus Bellipotential
Force Divert TradeModifier TypepotentialDefinitionin_game/common/peace_treaties/hegemon_demands.txt:224
225blocks_full_annexation = yes
226potential = {
230scope:war = {
231has_casus_belli = yes
233original_defender_leader ?= scope:loser
}
}
236allow = {
237scope:loser = {
238is_subject = no
239has_markets = no
240is_great_power = no
241not = {
243receiving_scripted_relation = {
244type = relation_type:forced_divert_trade
245target = scope:winner
}
}
}
}
250cost = {
251add = {
252desc = "DIPLOREASON_BASE" Base
253value = 15
}
}
256effect = {
257scope:winner = {
258create_relation = {
259type = relation_type:forced_divert_trade
260first = scope:actor
261second = scope:recipient
}
}
}
266ai_desire = {
267add = {
268desc = "HEGEMON_ULTIMATUM_WAR_AND_DEMAND"
269value = 5
}
271if = {
272limit = {
273scope:winner = {
275var:hegemon_war_reason_var = {
276scope_type = relation_type
277this = relation_type:forced_divert_trade
}
}
}
281add = {
282desc = "HEGEMON_ULTIMATUM_WAR_ORIGINAL_DEMAND"
283value = 100
}
}
}