annex_swe = {
annex_swe_jueyi = {
##图标
icon = generic_formable_nations
allowed = { not = {tag = swe } } ##
# 可用性 这里表示的意思是###
###何时可见
visible = { country_exists = swe } ##
# 这里的意思为swe存在 ##
###何时可以点击
available = { country_exists = swe }
##点击添加效果
complete_effect = { annex_country = {
target = SWE ##
# 吞并国家 SWE ###
transfer_troops = yes ##
#是否接受军队 是 ###
}}
##决议持续时间
days_remove = 0
##是否一次性
fire_only_once = no
##决议费用
cost = 0
##决议持续时间效果
modifier = { }
## 冷却时间,可以多次触发
days_renable = { }
## 达成这个条件后立刻取消
cancel_trigger = { }
##ai点击概率
ai_will_do = {
factor = 33
}
##移除时添加效果
remove_effect= { }
}
}
这里需要注意的是annex_swe_jueyi该决议必须在annex_swe的括号里面这代表着该决议是该决议栏的子项