I know how to create a new planet with a primitive species on it, but I can't figure out how to put a pre-sentient species on a planet. Is it just create_species with class PRE_MAM or whatever class you want, or do I need to add more things?
init_effect = {
prevent_anomaly = yes
random_list = {
100 = {
create_species = {
name = random
class = PRE_MOL
portrait = random
homeworld = THIS
sentient = no
traits = {
trait = random_presentient_trait
}
}
random_tile = {
limit = {
has_blocker = no
has_grown_pop = no
has_growing_pop = no
}
add_resource = {
resource = food
amount = 4
replace = yes
}
create_pop = {
species = last_created
ethos = owner
}
}
random_tile = {
limit = {
has_blocker = no
has_grown_pop = no
has_growing_pop = no
}
create_pop = {
species = last_created
ethos = owner
}
}
random_tile = {
limit = {
has_blocker = no
has_grown_pop = no
has_growing_pop = no
}
create_pop = {
species = last_created
ethos = owner
}
}
random_tile = {
limit = {
has_blocker = no
has_grown_pop = no
has_growing_pop = no
}
create_pop = {
species = last_created
ethos = owner
}
}
}
}
}