• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Spy01

Second Lieutenant
116 Badges
Dec 22, 2013
118
604
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Reapers Due
  • Rome: Vae Victis
  • Crusader Kings II
  • Hearts of Iron III Collection
  • Darkest Hour
  • Heir to the Throne
  • Stellaris: Apocalypse
  • Surviving Mars: Digital Deluxe Edition
  • Imperator: Rome Sign Up
  • Surviving Mars: First Colony Edition
  • Prison Architect
  • Imperator: Rome Deluxe Edition
  • Europa Universalis IV: Golden Century
  • Crusader Kings II: Holy Fury
  • Surviving Mars: First Colony Edition
  • Shadowrun: Hong Kong
  • Hearts of Iron 4: Arms Against Tyranny
  • Shadowrun: Dragonfall
  • Shadowrun Returns
  • Europa Universalis IV: Dharma
  • Stellaris: Distant Stars
  • Hearts of Iron IV: Expansion Pass
  • Cities: Skylines - Parklife
  • Imperator: Rome - Magna Graecia
  • Arsenal of Democracy
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron IV: By Blood Alone
  • Victoria 3 Sign Up
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Europa Universalis 4: Emperor
  • Battle for Bosporus
  • Crusader Kings III
  • Cities: Skylines - Campus
  • Stellaris: Federations
  • Age of Wonders: Planetfall - Revelations
  • Stellaris: Lithoids
  • Age of Wonders: Planetfall Season pass
  • Age of Wonders: Planetfall Premium edition
  • Age of Wonders: Planetfall Deluxe edition
  • Age of Wonders: Planetfall
  • Stellaris: Ancient Relics
  • Europa Universalis IV: El Dorado
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV Sign-up
  • Stellaris: Galaxy Edition
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
My current event is: (just the important parts)

create_species = {
name = random
class = random
name_list = random
portrait = random
traits = random
homeworld = planet
}

create_country = {
name = random
type = default
species = last_created_species
name_list = random
flag = random
}
set_surveyed = {
surveyed = yes
surveyor = last_created_country
}

set_owner = last_created_country
set_capital = yes
while = {
count = 6
create_pop = {
species = last_created_species
}
}
add_building = building_capital
add_building = building_research_lab_1
add_building = building_foundry_1
add_building = building_factory_1
add_district = district_generator
add_district = district_generator
add_district = district_mining
add_district = district_mining
add_district = district_city
add_district = district_city

solar_system = {
create_starbase = {
size = starbase_starport
module = shipyard
owner = last_created_country
}

It seems to sort of work, but I have no idea if I am missing anything important. Maybe habitability of their home world? Don't know how I would add that.