您好,请容我直接使用游戏设定档案的程式码内容来回复您,
不过要先更正您内文的一个部份:
※ 引述《SatanSun (Tez)》之铭言:
: 3. (波希米亚左上方的国家) Lusasia (Slovianska, tribal) 可以对 Luticia
: (Slovianska, feudal) 发动
: 反之不行。
Luticia应该也是tribal政体,至少我开867年剧本的初始是tribal,
且就我测试,开局Luticia也能用Subjugation宣Lusasia。
再来是游戏设定档案对于Subjugation宣战的要求条件:
---程式码节引内容---
allowed_against_character = {
scope:attacker = {
OR = {
AND = { # Tribal Subjugation
has_government = tribal_government
scope:defender = { has_government = tribal_government } }
AND = { # Temporal Subjugation
faith.religious_head = scope:attacker
scope:defender.faith = scope:attacker.faith
scope:attacker.faith = { has_doctrine = doctrine_temporal_head } }
AND = { # Indian Subjugation
faith = { has_doctrine = eastern_hostility_doctrine }
scope:defender = {
faith = { has_doctrine = eastern_hostility_doctrine } } } } }
scope:defender = {
is_independent_ruler = yes
trigger_if = { limit = { scope:attacker = { is_ai = no } }
# Already pre-filtered by the AI due to ai_only_against_neighbors = yes.
any_neighboring_top_liege_realm_owner is expensive
scope:attacker = {
any_neighboring_top_liege_realm_owner = { this = scope:defender } } }
NOR = { # Can't subjugate holy orders or Heads of Faith
any_held_title = { is_holy_order = yes }
AND = { exists = faith.religious_head
faith.religious_head = root } } } }
---程式码节引结束---
设定的程式码中,对于三种条件的设定都是分开的,
部落政体、世俗宗教领袖、东方宗教,
部落政体只能对部落政体使用Subjugation CB,
所以您原文例子的1、2、3都是这条件下的,
世俗宗教领袖只能对相同信仰的使用Subjugation CB,
这就是您原文例子的4,Abbasid可以对Najd发动的原因,
因为Abbasid是Ash'ari信仰的世俗宗教领袖,
而Najd不能对Abbasid发动的原因请看上方黄色字体部份,
不能对自己信仰的世俗宗教领袖或是被发动圣战的区域发动Subjugation CB,
最后是东方宗教,东方宗教群也被限制只能对同为东方宗教群的信仰发动,
故您原文里的佛教可以对其他佛教邻国发动,
而Tani信仰在游戏的设定不属于东方宗教,是原始宗教,
所以Tani信仰要发动Subjugation CB只能找部落政体的邻国,
东方宗教群下有Buddhism、Hinduism、Jainism、Zoroastrianism、Taoism等5大类,
只要是东方宗教群下的,都能相互使用Subjugation CB,
以上资讯供您参考,谢谢。