I was looking to add some new planet modifiers. I've found the 00_planet_modifiers.txt file, but I'm not sure I'm entirely positive how to make what I want.
The code looks like:
pm_unstable_tectonics = {
spawn_chance = {
modifier = {
add = 10
is_planet_class = "pc_desert"
}
}
modifier = "unstable_tectonics"
}
I did cut out a few more spawn modifiers, but this is enough for my point. It looks like the modifiers are coded somewhere else, and I can't seem to find where (possibly hard-coded?) Trait modifiers are in a list that I can access on the wiki, but I don't see these modifiers there.
Am I missing something, or is this something that just isn't possible?
The code looks like:
pm_unstable_tectonics = {
spawn_chance = {
modifier = {
add = 10
is_planet_class = "pc_desert"
}
}
modifier = "unstable_tectonics"
}
I did cut out a few more spawn modifiers, but this is enough for my point. It looks like the modifiers are coded somewhere else, and I can't seem to find where (possibly hard-coded?) Trait modifiers are in a list that I can access on the wiki, but I don't see these modifiers there.
Am I missing something, or is this something that just isn't possible?