查看mission文件时发现的,分别是晋国的征服河内以及秦国的占据汉中,在满足代码意欲表达的条件后刷了十几次,这两个任务一次都没出来过。怀疑是语法错误,但是不大肯定,求大神告知。
#征服河内
The_conquest_of_Henei = {
type = country
allow = {
tag = JIN
is_subject = no
is_lesser_in_union = no
or = {
not = { owns = 126 }
not = { owns = 134 }
not = { owns = 133 }
not = { owns = 132 }
not = { owns = 127 }
not = { owns = 125 }
not = { owns = 129 }
not = { owns = 128 }
}
any_neighbor_province = { region = henei }
}
#占据汉中
The_conquest_of_hanzhong = {
type = country
allow = {
tag = QIN
is_subject = no
is_lesser_in_union = no
or = {
not = { owns = 219 }
not = { owns = 227 }
not = { owns = 222 }
}
year = 2147
NOT = { year = 2397 }
any_neighbor_province = { region = hanzhong }
}
这两个任务都出现了
any_neighbor_province = { region = XXX }
#征服河内
The_conquest_of_Henei = {
type = country
allow = {
tag = JIN
is_subject = no
is_lesser_in_union = no
or = {
not = { owns = 126 }
not = { owns = 134 }
not = { owns = 133 }
not = { owns = 132 }
not = { owns = 127 }
not = { owns = 125 }
not = { owns = 129 }
not = { owns = 128 }
}
any_neighbor_province = { region = henei }
}
#占据汉中
The_conquest_of_hanzhong = {
type = country
allow = {
tag = QIN
is_subject = no
is_lesser_in_union = no
or = {
not = { owns = 219 }
not = { owns = 227 }
not = { owns = 222 }
}
year = 2147
NOT = { year = 2397 }
any_neighbor_province = { region = hanzhong }
}
这两个任务都出现了
any_neighbor_province = { region = XXX }
五道口首付








