
開戦事由
上王領の同志の従属
我々は上王領の一員として、隣国を武力で従わせる権利をもつ。もちろん、相手も同じことを考えるだろう。
上王国際組織create enabled, create visible, declare enabled定義in_game/common/casus_belli/high_kingship_subjugate.txt:5
7province = {
}
10ai_will_do = {
11add = {
12desc = "BASE"
13value = 100
}
}
17create_visible = {
18any_international_organizations_member_of = {
}
22scope:target ?= {
23any_international_organizations_member_of = {
}
}
}
28create_enabled = {
29any_international_organizations_member_of = {
31NOT = {
32leader_country ?= {
33this = scope:target
}
}
}
}
39declare_enabled = {
40any_international_organizations_member_of = {
42NOT = {
43leader_country ?= {
44this = scope:target
}
}
}
}