
和平条約このバージョンで追加
ミラノの要求
ミラノによって出された、スカラ家戦争における一連の包括的な要求。
スカラ家戦争開戦事由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
}
}