Hello! I am trying to add specific planet modifiers through modding but all i get is a default logo with the message _desc i have tried every combination and looked through a lot of forums to try answer my problem and nothing has worked.
The most popular lines of code i have found is
add_modifier = {
modifier = "example_modifier"
days = -1
}
add_modifier = {
modifier = "pm_example_modifier"
days = -1
}
none of these work if anyone has a solution would appreciate the help!
The most popular lines of code i have found is
add_modifier = {
modifier = "example_modifier"
days = -1
}
add_modifier = {
modifier = "pm_example_modifier"
days = -1
}
none of these work if anyone has a solution would appreciate the help!