
Peace TreatyNew this version
Milanese Demands
A comprehensive set of demands in the Scaliger War that are issued by the Milan.
Scaliger WarCasus Bellipotential
MilanCountrypotentialDefinitionin_game/common/peace_treaties/scaligeri_peace_treaties.txt:75
76cost = {
77add = {
78desc = "DIPLOREASON_BASE" Base
79if = {
80limit = {
81scope:war.var:MLO_demands = flag:brescia_demand
}
83value = 25
}
85else_if = {
86limit = {
87scope:war.var:MLO_demands = flag:parma_demand
}
89value = 20
}
91else = {
92value = 33
}
}
}
97potential = {
99scope:war ?= {
102is_an_attacker = scope:winner
}
105exists = scope:loser.province:brescia_province
}
112effect = {
113if = {
114limit = {
116scope:war.var:MLO_demands = flag:brescia_demand
}
}
124else_if = {
125limit = {
127scope:war.var:MLO_demands = flag:parma_demand
}
129province_definition:parma_province = {
130every_location_in_province_definition = {
131limit = {
132owner ?= {
133scope:war = {
134is_a_defender = PREV
}
}
}
}
}
}
142else = {
143custom_tooltip = ver_effect_depends_on_scope The effects of this Peace Treaty will depend on option chosen in an Event
}
}
147ai_desire = {
148add = {
149desc = "BASE"
150value = 10000
}
}