
Peace Treaty
Violate Sovereignty
We will enforce our demands as the Hegemon through military means.
Hegemon UltimatumCasus Bellipotential
Violate SovereigntyModifier TypepotentialDefinitionin_game/common/peace_treaties/hegemon_demands.txt:97
98blocks_full_annexation = yes
99potential = {
103scope:war = {
104has_casus_belli = yes
106original_defender_leader ?= scope:loser
}
}
109allow = {
110scope:loser = {
111is_great_power = no
112NOT = {
112gives_food_access_to = scope:winner
}
113NOT = {
113gives_military_access_to = scope:winner
}
}
}
116cost = {
117add = {
118desc = "DIPLOREASON_BASE" Base
119value = 15
}
}
122effect = {
123scope:winner = {
124perform_diplomatic_action = {
125type = violate_sovereignty
126actor = scope:winner
127recipient = scope:loser
128mode = accept
}
}
}
133ai_desire = {
134add = {
135desc = "HEGEMON_ULTIMATUM_WAR_AND_DEMAND"
136value = 5
}
138if = {
139limit = {
140scope:winner = {
142var:hegemon_war_reason_var = {
143scope_type = country_interaction
144this = country_interaction:violate_sovereignty
}
}
}
148add = {
149desc = "HEGEMON_ULTIMATUM_WAR_ORIGINAL_DEMAND"
150value = 100
}
}
}