
Action
Authorization for Expansion
We can persuade the Imperial Court to give us a justification to declare war on our neighbors to expand our influence.
Expand Clan AuthorityCasus Belliselect trigger 2
Japanese ShogunateInternational Organizationallow
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" Choose the Religion:
38column = {
39data = name
}
}
43select_trigger = {
44looking_for_a = country
45target_flag = target
46name = "choose_country_to_get_claim" Choose a Country to get a claim from the Imperial Court
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 Any neighbor Country that is not our Subject or Ally
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 We will get Expand Clan Authority Casus Belli on one of our neighbor's Provinces
}
}
124ai_will_do = {
125if = {
126limit = {
126exists = scope:target
}
127scope:actor ?= {
128add = {
129desc = "game_concept_opinion"
130value = "opinion(scope:target)"
131multiply = -1
}
}
}
}