
AktionIn dieser Version geändert
Kriegsgrund erwerben
Gewährt den Kriegsgrund „Unterwerfung“, der gegen Länder genutzt werden kann, die nicht Teil der Lordschaft von Irland sind.
Lordschaft von IrlandZusammenschlusspotential, select trigger 1, select trigger 2
Kann den Kriegsgrund „Lordschaft von Irland“ nutzenModifikatorartallowDefinitionin_game/common/generic_actions/lordship_of_ireland.txt:1
2type = internationalorganization
4ai_tick = monthly
5ai_tick_frequency = 60
7automation_tick = never
8show_message_to_target = yes
14allow = {
}
21price = price:lordship_of_ireland_casus_belli
22cooldown = {
22type = lordship_of_ireland_casus_belli Kriegsgrund erwerben
22years = 10
}
24select_trigger = {
25looking_for_a = international_organization
26source = actor
27target_flag = recipient
28name = "choose_international_organization" Den Concept wählen:
29column = {
29data = name
}
30visible = {
}
}
33select_trigger = {
34looking_for_a = country
35interaction_source_list = {
36region:ireland_region = {
37every_location_in_region = {
38owner ?= {
39add_to_list = source
}
}
}
}
44target_flag = target
45name = "choose_country" Das Land wählen:
46column = {
46data = name
}
47visible = {
48NOT = {
48this = scope:actor
}
49capital = {
49region = region:ireland_region
}
50NOT = {
}
}
53enabled = {
54is_neighbor_of = scope:actor
}
}
58effect = {
59if = {
60limit = {
60exists = scope:target
}
61scope:actor = {
}
}
69else = {
69custom_tooltip = lordship_of_ireland_casus_belli Kriegsgrund erwerben
}
}
73ai_prerequisite = {
74exists = scope:target
}
77ai_will_do = {
78add = {
79desc = "game_concept_stability"
80value = "scope:actor.currency_utility(stability|stability_mild_bonus)"
}
}