
行动本版本变更
加入宗派
加入一个宗派。
宗派国际组织allow, select trigger 2
汉传佛教宗教select trigger 2
三教宗教select trigger 2
神道教宗教potential, select trigger 2青睐佛教教派静态修正potential, select trigger 2religion变量select trigger 2定义in_game/common/generic_actions/sects.txt:1
2type = religious
4sound = UI_action_religion_generic
6potential = {
7scope:actor ?= {
8religion = {
9has_sects = yes
10OR = {
}
}
}
}
18allow = {
19scope:actor = {
20custom_tooltip = {
21text = join_sect_max_sects_tt 我们加入的宗派数量未达到宗教允许的最高数量。
22any_international_organizations_member_of = {
24count < {
25value = scope:actor.religion.max_sects
26min = 0
}
}
}
}
}
33ai_tick = monthly
34ai_tick_frequency = 6
36automation_tick = monthly
37automation_tick_frequency = 1
38player_automated_category = religiousdoctrines
40price = price:join_sect
42select_trigger = {
43looking_for_a = religion
44source = actor
45target_flag = recipient
46name = "choose_religion" 选择宗教:
47column = {
48data = name
}
50visible = {
51has_sects = yes
}
}
55select_trigger = {
56looking_for_a = international_organization
57target_flag = target
58name = "join_sect_choose_sect" 选择要加入的宗派
59none_available_msg_key = "join_sect_no_ios"
60column = {
61data = name
}
63visible = {
65OR = {
67AND = {
}
}
82scope:actor = {
83NOT = {
83is_member_of_international_organization = root
}
}
}
86enabled = {
87scope:actor = {
88can_join_international_organization = root
}
}
}
93effect = {
94if = {
95limit = {
96exists = scope:target
}
98scope:target = {
99add_country_to_international_organization = scope:actor
}
}
}
104ai_will_do = {
106add = {
107value = "scope:target.modifier_utility(scope:actor)"
}
}