- How can I add anomaly events to specific planetary bodies? I originally assumed that something like this would work when tagged on an asteroid in my system:
This does not work, and broke my entire system when I tried adding it to one of the asteroids in my home system. Any advice on getting this working?
Code:
init_effect = {
add_anomaly = {
event = "precursor.2005"
days = -1
}
}