I've found terraforming remove some modifiers of planets.
Is it intended? If so, where can I get information about it?
Is it intended? If so, where can I get information about it?
Not a feature of the 1.8. Terraforming always removed tile blocker for me since the beginning of the game.
It is intended and added in 1.8.0
Only modifiers like high gravity stay after terraforming(or at least so I read, have not actually tested it yet)
Makes sense.It is intended and added in 1.8.0
Only modifiers like high gravity stay after terraforming(or at least so I read, have not actually tested it yet)
I think he meant the dangerous wildlife modifier. First time I've seen that. Not sure if intentional. Albeit with wild life it might make sense?
Thanks for your reply, but it was about the modifier, not the tile block.
In that case, Hostile Fauna has disappeared after terraforming.
As wiki has not yet been updated, I would guess your best chance is checking the code from the gamefolder. I think those modifiers were moddable so I guess it should be easy enough to find(I can't do it myself as I'm phoneposting currently).Where can I find out which types of modifiers are affected and which ones are not?
As wiki has not yet been updated, I would guess your best chance is checking the code from the gamefolder. I think those modifiers were moddable so I guess it should be easy enough to find(I can't do it myself as I'm phoneposting currently).
I think it was mentioned as part of twitter spoilers from Wiz around the same time when terraforming into mechanical world was spoiled.Thank you so much. Lastly, where did you find it added in 1.8? I can not find it in patch notes.
Where can I find out which types of modifiers are affected and which ones are not?
remove_modifier = "natural_beauty"
remove_modifier = "atmospheric_aphrodisiac"
remove_modifier = "atmospheric_hallucinogen"
remove_modifier = "lush_planet"
remove_modifier = "bleak_planet"
remove_modifier = "dangerous_wildlife"
remove_modifier = "hazardous_weather"
remove_modifier = "wild_storms"
remove_modifier = "irradiated_planet"
If you are terraforming into a machine world the following modifiers are removed:
Code:remove_modifier = "natural_beauty" remove_modifier = "atmospheric_aphrodisiac" remove_modifier = "atmospheric_hallucinogen" remove_modifier = "lush_planet"
The following modifiers are also removed on machine worlds as well as every other world you terraform to:
Code:remove_modifier = "bleak_planet" remove_modifier = "dangerous_wildlife" remove_modifier = "hazardous_weather" remove_modifier = "wild_storms" remove_modifier = "irradiated_planet"
source:
stellaris/events/action_events.txt
action.68