
国家互动
主张摄政权
我们将主张我们的统治者Actor Ruler成为他们的摄政,这是我们因身为爱尔兰领地成员而享有的权利。
君主国政体allow, select trigger
爱尔兰领地国际组织potential, select trigger定义in_game/common/country_interactions/lordship_of_ireland.txt:168
169type = diplomacy
170category = CATEGORY_SUBJECT_ACTIONS
172potential = {
}
179allow = {
180scope:actor = {
181has_ruler = yes
186at_war = no
}
}
190select_trigger = {
191looking_for_a = country
192target_flag = recipient
193name = "choose_country" 选择国家:
194column = {
195data = name
}
197visible = {
}
200enabled = {
201has_regent = yes
202NOT = {
202regent ?= scope:actor.ruler
}
203OR = {
204is_subject = no
205is_subject_of = scope:actor
}
208at_war = no
}
}
212effect = {
213scope:recipient = {
213set_regent = scope:actor.ruler
}
}
216ai_will_do = {
217value = 100
219subtract = {
220desc = "OUR_OPINION_TOOLTIP"
221value = "scope:actor.opinion(scope:recipient)"
}
}