Script Value
hegemon_demand_base_will_do
Hegemon UltimatumCasus Belliif 1Definitionin_game/common/script_values/diplomatic_values.txt:91
92if = {
93limit = {
93scope:actor = {
93has_casus_belli_of_type_on = {
93target = scope:recipient
}
}
}
94subtract = {
95desc = "DIPLOREASON_WE_HAVE_CASUS_BELLI" We have already a Casus Belli
96value = 1000
}
}
99if = {
100limit = {
101exists = scope:scripted_relation_type
}
103add = {
104desc = "DIPLOREASON_THEY_WOULD_ACCEPT" They would accept
105value = "scope:actor.offer_relation_acceptance(scope:scripted_relation_type|scope:recipient)"
}
}
112if = {
113limit = {
113scope:actor = {
113wants_casus_belli_with = scope:recipient
}
}
114add = {
115desc = "DIPLOREASON_WE_WANT_WAR" We want War
116value = 100
}
}