
행동
확장 승인
영향력을 확대하기 위해 이웃 국가에 전쟁을 선포할 수 있는 타당한 명분을 수여해 달라고 황실(을)를 설득합니다.
씨족 권위 확대전쟁 명분select trigger 2
일본 막부국가 간 조직체allow
신토종교select trigger 2정의in_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" 종교 선택:
38column = {
39data = name
}
}
43select_trigger = {
44looking_for_a = country
45target_flag = target
46name = "choose_country_to_get_claim" 황실의 승인을 받아 영유권을 주장할 국가 선택
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 우리나라의 종속국이나 동맹이 아닌 모든 인접 국가
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 이웃 국가의 지방에 대한 씨족 권위 확대 전쟁 명분을 얻습니다
}
}
124ai_will_do = {
125if = {
126limit = {
126exists = scope:target
}
127scope:actor ?= {
128add = {
129desc = "game_concept_opinion"
130value = "opinion(scope:target)"
131multiply = -1
}
}
}
}