
アクション
オリンピア競技会を開催
わが国の統治者は神々を称えるため、ヘレニズムの聖地で競技会を催す。
Fate of the PhoenixDLCpotential
ヘレニズム宗教potential
オリンピア祭典競技宗教アスペクトallow定義in_game/common/generic_actions/D008_host_olympiad.txt:2
3type = religious
5sound = UI_action_religion_generic
7ai_tick = monthly
8ai_tick_frequency = 24
9automation_tick = monthly
10automation_tick_frequency = 6
11player_automated_category = religiousdoctrines
14potential = {
}
23cooldown = {
24type = host_olympiad
25years = 4
}
28price = price:host_olympiad
30select_trigger = {
31looking_for_a = religion
32source = actor
33target_flag = recipient
34name = "choose_religion" 宗教を選択:
35column = {
36data = name
}
}
40select_trigger = {
41looking_for_a = holy_site
42source = recipient
43target_flag = target
44name = "choose_holy_site" 聖地を選択
45column = {
46data = name
}
48enabled = {
48location.owner = scope:actor
}
}
51effect = {
53if = {
54limit = {
54exists = scope:target
}
55custom_tooltip = {
55text = host_olympiad_effect_tt_location 効果は、Targetの重要度であるTarget Importanceに応じて増加する。
}
57scope:target.location = {
58add_location_modifier = {
}
}
65scope:actor = {
66add_estate_satisfaction = {
68value = {
70multiply = {
71value = 1
72add = {
73value = 0.1
74multiply = scope:target.importance
}
}
}
}
79change_societal_value = {
81value = {
83multiply = {
84value = 1
85add = {
86value = 0.1
87multiply = scope:target.importance
}
}
}
}
92add_religious_influence = {
94multiply = {
95value = 1
96add = {
97value = 0.1
98multiply = scope:target.importance
}
}
}
}
}
104else = {
105scope:actor = {
106add_estate_satisfaction = {
}
110change_societal_value = {
}
}
118custom_tooltip = {
118text = host_olympiad_effect_tt_no_location 効果は、選ばれた聖地の重要度に応じて増加する。
}
}
122if = {
123limit = {
123exists = scope:target
}
}
128else = {
129custom_tooltip = {
129text = host_olympiad_location_tt 選ばれたロケーションは、オリンピア競技会の開催中「オリンピア競技会の開催」を得る。
}
}
}
132ai_will_do = {
133add = 100
}