
전쟁 명분
상급왕권 구성국 복속
우리는 상급왕권의 구성국으로, 무력을 사용해 주변국을 복속시킬 권리가 있습니다. 어차피 상대국도 똑같은 생각을 하고 있을 것입니다.
상급왕권국가 간 조직체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
}
}
}
}