
Peace TreatyNew this version
Florentine Demands
All that is desired by the Florence in the Scaliger War.
Scaliger WarCasus Bellipotential
FlorenceCountrypotentialDefinitionin_game/common/peace_treaties/scaligeri_peace_treaties.txt:155
156cost = {
157add = {
158desc = "DIPLOREASON_BASE" Base
159if = {
160limit = {
161scope:war.var:FLO_demands = flag:pescia_demand
}
163value = 10
}
165else_if = {
166limit = {
167scope:war.var:FLO_demands = flag:lucca_demand
}
169value = 25
}
171else = {
172value = 33
}
}
}
177potential = {
179scope:war ?= {
182is_an_attacker = scope:winner
}
}
191effect = {
192if = {
193limit = {
195scope:war.var:FLO_demands = flag:pescia_demand
}
}
201else_if = {
202limit = {
204scope:war.var:FLO_demands = flag:lucca_demand
}
206province_definition:lucca_province = {
207every_location_in_province_definition = {
208limit = {
209owner ?= {
210scope:war = {
211is_a_defender = PREV
}
}
}
}
}
}
219else = {
220custom_tooltip = ver_effect_depends_on_scope The effects of this Peace Treaty will depend on option chosen in an Event
}
}
224ai_desire = {
225add = {
226desc = "BASE"
227value = 10000
}
}