I am trying to add the colonize ability to my new planets and running into a snag.
Its seems to only allow the default planets in my Research Colonize Ocean
researchModifier
modifierType "PlanetIsColonizable"
linkedPlanetType "Ice"
If I change this to "Ocean" I get
Failed to convert 'Ocean' to an enum value.
Also tried to change the PlanetOcean.entity
planetTypeForResearch "Ocean"
So I'm guessing all the research to the new planets must be linked to existing ones? Am I missing something?
Here is what I am trying for
