
전쟁 명분
의회에서 지방 영유권 주장 승인
현재 이웃 나라가 관할하고 있는 영토는 응당 우리가 가져야 마땅한 것입니다. 지극히 확고하면서도 정당한 주장에 근거해서 말입니다!
정의in_game/common/casus_belli/parliament_conquest.txt:5
6create_visible = {
7has_casus_belli_of_type_on = {
8target = scope:target
}
}
12create_enabled = {
13scope:target = {
14any_owned_location = {
15is_core_of = root
}
}
}
19declare_enabled = {
20scope:target_province ?= {
21any_location_in_province = {
22owner = scope:target
}
}
}
28province = {
29any_location_in_province = {
30is_core_of = scope:actor
}
}