We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
Can someone tell me where to change the cooldown for the "Mustering Psionic Strength" after using the shroud please. I looked in the static modifiers for utopia but all it says is that it links to a dds file.
You can change it in the file "utopia_shroud_events.txt" in the event "utopia.3000" (shroud_cooldown modifier) and "utopia.3182" (shroud_precog_cooldown modifier).
"utopia.3000"
Code:
add_modifier = {
modifier = "shroud_cooldown"
days = 1800
}
"utopia.3182"
Code:
add_modifier = {
modifier = "shroud_precog_cooldown"
days = 3600
}
You only need to change/overwrite those two events, not the whole file.