
和平条約このバージョンで変更
包囲網の解散
この日和見主義者どもの同盟は打ち砕かれるものとする。構成国は恐れをなして散り散りになり、もはや団結してわが国に逆らうことはないだろう。
包囲網開戦事由potential定義in_game/common/peace_treaties/dissolve_coalition.txt:1
2cost = {
3add = {
4desc = "DIPLOREASON_BASE" 基本値
5value = 20
}
}
9potential = {
10scope:winner = {
10is_war_leader_of = scope:war
}
11scope:loser = {
12is_war_leader_of = scope:war
13is_member_of_international_organization_of_type = {
14type = coalition
15target = scope:winner
}
}
}
23allow = {
}
26effect = {
27scope:war = {
28if = {
29limit = {
30is_an_attacker = scope:winner
}
32every_defender = {
33create_relation = {
34type = relation_type:anti_coalition_treaty
35first = this
36second = scope:winner
37years = 15
}
}
}
41else = {
42every_attacker = {
43create_relation = {
44type = relation_type:anti_coalition_treaty
45first = this
46second = scope:winner
47years = 15
}
}
}
}
}
54ai_desire = {
55add = {
56value = 50
}
}