
Landesinteraktion
Regent einsetzen
Wir setzen unseren Herrscher Actor Ruler als ihren Concept ein. Wir haben dieses Recht aufgrund unserer Position in der Lordschaft von Irland.
MonarchieRegierungsartallow, select trigger
Lordschaft von IrlandZusammenschlusspotential, select triggerDefinitionin_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" Das Land wählen:
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)"
}
}