Scripted Effect
visitation_event_pulse
Scripted effect for firing a set of events from the chinese_expedition_event_pulse on_action. Counts the current amount of events fired and forces the fleet to depart after 6 of them have been fired.
Definitionin_game/events/DHE/flavor_chi_treasure_expedition.txt:460
461hidden_effect = {
462if = {
472if = {
473limit = {
474OR = {
}
}
}
}
484if = {
}
493else = {
498trigger_event_silently = {
499on_action = chinese_expedition_event_pulse
500days = 15
}
}
}