
Peace TreatyNew this version
Venetian Demands
Our demands for the Scaliger War.
Scaliger WarCasus Bellipotential
VeniceCountrypotentialDefinitionin_game/common/peace_treaties/scaligeri_peace_treaties.txt:232
233cost = {
234add = {
235desc = "DIPLOREASON_BASE" Base
236if = {
237limit = {
238scope:war.var:VEN_demands = flag:mestre_demand
}
240value = 10
}
242else_if = {
243limit = {
244scope:war.var:VEN_demands = flag:treviso_demand
}
246value = 25
}
248else = {
249value = 33
}
}
}
254potential = {
256scope:war ?= {
259is_an_attacker = scope:winner
}
}
270effect = {
271if = {
272limit = {
273scope:war.var:VEN_demands = flag:mestre_demand
}
}
279else_if = {
280limit = {
281scope:war.var:VEN_demands = flag:treviso_demand
}
283province_definition:venice_province = {
284every_location_in_province_definition = {
285limit = {
286owner ?= {
287scope:war = {
288is_a_defender = PREV
}
}
}
}
}
}
296else = {
297custom_tooltip = ver_effect_depends_on_scope The effects of this Peace Treaty will depend on option chosen in an Event
}
}
301ai_desire = {
302add = {
303desc = "BASE"
304value = 10000
}
}