
Action
Host Olympiad
Our ruler will host a tournament of games at a Hellenist Holy Site honoring the gods.
Fate of the PhoenixDLCpotential
HellenismReligionpotential
Olympic GamesReligious AspectallowDefinitionin_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" Choose the Religion:
35column = {
36data = name
}
}
40select_trigger = {
41looking_for_a = holy_site
42source = recipient
43target_flag = target
44name = "choose_holy_site" Choose a Holy Site
45column = {
46data = name
}
48enabled = {
48location.owner = scope:actor
}
}
51effect = {
53if = {
54limit = {
54exists = scope:target
}
55custom_tooltip = {
55text = host_olympiad_effect_tt_location Effects will be increased relative to Target's Importance of 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 Effects be increased relative to the Importance of the Holy Site selected.
}
}
122if = {
123limit = {
123exists = scope:target
}
}
128else = {
129custom_tooltip = {
129text = host_olympiad_location_tt Chosen Location gains Hosting Olympiad for the duration of the Olympiad event.
}
}
}
132ai_will_do = {
133add = 100
}