I know that in prescripted_species_systems you can randomise stuff like number of planet numbers, sizes, orbits, etc., but what if I want to create a specific planet like this:
planet = {
name = 'Name'
class = ??
...
}
If I want the game to randomly pick from 'Continental' and 'Tropical' is there a way to achieve this? I tried using 'random_list'. but the game just ignored it.
Any help would be appreciated.
Lucre
planet = {
name = 'Name'
class = ??
...
}
If I want the game to randomly pick from 'Continental' and 'Tropical' is there a way to achieve this? I tried using 'random_list'. but the game just ignored it.
Any help would be appreciated.
Lucre