
Aktion
Zweig beitreten
Wir geben unseren aktuellen Hindu-Zweig auf und treten einem neuen bei.
Hindu-ZweigZusammenschlussselect trigger 2
HinduismusReligionpotential, select trigger 2Definitionin_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" Die Religion wählen:
32column = {
33data = name
}
}
37select_trigger = {
38looking_for_a = international_organization
39target_flag = target
40name = "join_branch_choose_branch" Hindu-Zweig auswählen, dem beigetreten werden soll
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
}
}
}
}