
LandesinteraktionIn dieser Version geändert
Land erheben
Wir erheben das Land zu einem Herzogtum.
Heiliges Römisches ReichZusammenschlussselect triggerDefinitionin_game/common/country_interactions/hre.txt:1219
1220type = diplomacy
1221category = CATEGORY_HRE_ACTIONS
1222ai_limit_per_check = 1
1228allow = {
}
1230select_trigger = {
1231looking_for_a = country
1232target_flag = recipient
1233name = "choose_country" Das Land wählen:
1234column = {
1235data = name
}
1237visible = {
1239country_rank_level < 2
1240is_subject = no
}
1243enabled = {
}
}
1247effect = {
1248if = {
1249limit = {
1249exists = scope:recipient
}
1250scope:recipient = {
1252add_opinion = {
1253target = scope:actor
1254modifier = opinion_elevated_country
}
}
}
}
1259ai_will_do = {
1260add = {
1261desc = "ACTOR_ACCEPTANCE"
1262value = "scope:actor.reverse_country_interaction_acceptance(country_interaction:ask_for_dukedom|scope:recipient)"
}
}