
对于意大利的众多王朝来说,他们要么站在归尔甫派一方,要么站在吉伯林派一方。尽管如此,对于某些极善于权衡利弊的国家来说,从一方转向另一方,并通过武力或外交手段说服其他国家支持合法的一方……或者仅仅是为了追求更大的利益而依附于更有利的一方,这种情况并非没有发生过?
定义in_game/events/situations/guelphs_and_ghibellines.txt:19
20type = country_event
21category = situation_event
22title = guelphs_and_ghibellines.2.title 归尔甫派和吉伯林派
23desc = guelphs_and_ghibellines.2.desc 对于意大利的众多王朝来说,他们要么站在归尔甫派一方,要么站在吉伯林派一方。尽管如此,对于某些极善于权衡利弊的国家来说,从一方转向另一方,并通过武力或外交手段说服其他国家支持合法的一方……或者仅仅是为了追求更大的利益而依附于更有利的一方,这种情况并非没有发生过?
24outcome = neutral
26image = "gfx/interface/illustrations/situation/guelphs_and_ghibellines.dds"
选项
A为了神圣罗马帝国 Leader Title。
30custom_tooltip = guelphs_and_ghibellines.2.a.tt 选择此选项将使我们站在吉伯林派一方
31trigger = {
33capital.region = region:italy_region
}
43hidden_effect = {
44if = {
49remove_country_from_international_organization = root
}
52add_country_to_international_organization = root
}
}
55else_if = {
61add_country_to_international_organization = root
}
}
}
B与天主教会 Leader Title同在。
69custom_tooltip = guelphs_and_ghibellines.2.b.tt 选择此选项将使我们站在归尔甫派一方
70trigger = {
72capital.region = region:italy_region
}
81hidden_effect = {
82if = {
87remove_country_from_international_organization = root
}
90add_country_to_international_organization = root
}
}
93else_if = {
99add_country_to_international_organization = root
}
}
}
C我们暂时不会做出改变。
107custom_tooltip = guelphs_and_ghibellines.2.c.tt 选择此选项将不会变更我们归属的派系
109ai_chance = {
110base = 1
111modifier = {
112factor = 10
113NOT = {
114capital.region = region:italy_region
}
}
}