
宣战理由本版本变更
宣称王位
将我们青睐的候选人扶植为另一个国家的元首,这样的机会我们不应该错过。通过宣称外国的王位,我们将扩大领土,巩固我们王朝的权力和影响力。
君主国政体declare enabled定义in_game/common/casus_belli/claim_throne.txt:2
3years = 15
4create_visible = {
5always = no
}
7create_enabled = {
8always = no
}
10declare_enabled = {
16scope:target_character ?= {
17is_alive = yes
18not = {
18this = scope:target.ruler
}
}
}
23additional_war_enthusiasm_attacker = {
24if = {
25limit = {
26exists = scope:target
27scope:target = {
27is_alive = no
}
}
29value = -100
}
31else = {
32value = 0
}
}
36ai_will_do = {
37add = {
38desc = "CB_REASON_IMPORTANT_CB"
39value = 100
}
}