
Aktion
Genehmigung zur Expansion
Wir können den kaiserlichen Hof davon überzeugen, uns eine Rechtfertigung zu geben, um unseren Nachbarn den Krieg zu erklären und unseren Einfluss auszuweiten.
Erweiterung der ClanautoritätKriegsgrundselect trigger 2
Japanisches ShogunatZusammenschlussallow
ShintōReligionselect trigger 2Definitionin_game/common/generic_actions/religious_factions.txt:7
8type = religiousfaction
10sound = UI_action_religion_generic
12potential = {
13scope:actor.religion = {
14has_religious_factions = yes
}
}
18allow = {
19scope:actor ?= {
20at_war = no
}
}
25automation_tick = never
26automation_tick_frequency = 12
28ai_tick = monthly
29ai_tick_frequency = 6
31price = price:get_claim_from_imperial_court
33select_trigger = {
34looking_for_a = religion
35source = actor
36target_flag = recipient
37name = "choose_religion" Die Religion wählen:
38column = {
39data = name
}
}
43select_trigger = {
44looking_for_a = country
45target_flag = target
46name = "choose_country_to_get_claim" Ein Land auswählen, um einen Anspruch vom kaiserlichen Hof zu erhalten
47none_available_msg_key = "no_valid_countries"
48column = {
48data = name
}
49column = {
49data = population
}
50interaction_source_list = {
}
57visible = {
58exists = scope:actor
59custom_tooltip = {
60text = get_claim_from_imperial_court_tt Beliebiges benachbartes Land, das nicht unser Klientelland oder Verbündeter ist
61this != scope:actor
62trigger_if = {
63limit = {
63is_subject = yes
}
64overlord ?= {
64this != scope:actor
}
}
67OR = {
68AND = {
69scope:actor = {
69country_type = location
}
70country_type = location
71is_neighbor_of = scope:actor
}
73AND = {
74scope:actor = {
74country_type = building
}
75country_type = building
76any_owned_foreign_building_location = {
77OR = {
78any_foreign_building_countries_in_location = {
78this = scope:actor
}
79any_neighbor_location = {
80any_foreign_building_countries_in_location = {
80this = scope:actor
}
}
}
}
}
}
}
}
88enabled = {
89OR = {
90NOT = {
90exists = scope:target
}
91scope:target ?= {
93scope:actor ?= {
94opinion = {
94target = scope:target
94value <= 50
}
95NOT = {
95has_casus_belli_of_type_on = {
95target = scope:target
}
}
}
}
}
}
}
102cooldown = {
103type = get_claim_from_imperial_court
104years = 2
}
107effect = {
108if = {
109limit = {
110exists = scope:target
}
112scope:actor ?= {
113add_casus_belli = {
115target = scope:target
}
}
}
119else = {
120custom_tooltip = claim_from_imperial_court_tt Wir erhalten den Kriegsgrund „Erweiterung der Clanautorität“ gegen eine der Provinzen unseres Nachbarn
}
}
124ai_will_do = {
125if = {
126limit = {
126exists = scope:target
}
127scope:actor ?= {
128add = {
129desc = "game_concept_opinion"
130value = "opinion(scope:target)"
131multiply = -1
}
}
}
}