
和平条约本版本新增
米兰要求
斯卡拉战争中米兰提出的一系列要求。
斯卡拉战争宣战理由potential
米兰国家potential定义in_game/common/peace_treaties/scaligeri_peace_treaties.txt:75
76cost = {
77add = {
78desc = "DIPLOREASON_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 该和平条约的效果将取决于事件中选择的选项
}
}
147ai_desire = {
148add = {
149desc = "BASE"
150value = 10000
}
}