
행동
종파 입회
현재 몸을 담고 있는 힌두교 종파와 결별하고 새로운 종파에 입회합니다.
힌두교 종파국가 간 조직체select trigger 2
힌두교종교potential, select trigger 2정의in_game/common/generic_actions/hindu_branches.txt:1
2type = religious
4sound = UI_action_religion_generic
6ai_tick = monthly
7ai_tick_frequency = 6
9automation_tick = monthly
10automation_tick_frequency = 1
11player_automated_category = religiousdoctrines
17allow = {
}
20cooldown = {
21type = join_branch
22years = 10
}
25price = price:join_branch
27select_trigger = {
28looking_for_a = religion
29source = actor
30target_flag = recipient
31name = "choose_religion" 종교 선택:
32column = {
33data = name
}
}
37select_trigger = {
38looking_for_a = international_organization
39target_flag = target
40name = "join_branch_choose_branch" 입회할 힌두교 종파 선택
41none_available_msg_key = "join_branch_no_ios"
42column = {
43data = name
}
45interaction_source_list = {
}
52cache_interaction_source_list = yes
53visible = {
55scope:actor = {
56not = {
56is_member_of_international_organization = root
}
}
}
59enabled = {
60scope:actor = {
61can_join_international_organization = root
}
}
}
66effect = {
67if = {
68limit = {
69exists = scope:target
}
71scope:target = {
72add_country_to_international_organization = scope:actor
}
}
}
77ai_will_do = {
79add = {
80value = "scope:target.modifier_utility(scope:actor)"
}
84scope:actor = {
86if = {
87limit = {
88not = {
89is_member_of_international_organization_of_type = {
89type = hindu_branch
}
}
}
92add = 100
}
95every_international_organizations_member_of = {
99subtract = {
100value = "modifier_utility(scope:actor)"
103add = 1
}
}
}
}