Feeble humans need some help from outer space. Where is Bruce Willis if you need him?
View attachment 447786
That version of Steampunk Earth has a pretty heavy metal insignia. Did the Nazis win WWII or something?
Feeble humans need some help from outer space. Where is Bruce Willis if you need him?
View attachment 447786
How to unsee that cat now??Doesn't really fit in the Meme Thread so here we go.
![]()
We could show you the Tentacle too?How to unsee that cat now??
The first time I get the prescripted human empires in my galaxy and...
View attachment 448741
there are two Earths
I had no idea that Fen Habbanis could have a wormhole to a mundane system.
As Wormholes have to be spawned in pairs, it should not be possible.2.2.5 Beta
I had no idea that Fen Habbanis could have a wormhole to a mundane system.
Also I've found several ruined megastructures and haven't even finished exploring the galaxy. Ruined ringworld, mega art installation, matter decompressor, interstellar assembly and a sensor array.
View attachment 449927
That event actually works on the Nuked and uninhabited earth. But having primitvie humans is just anotehr case:*whisper* Don't tell the Humans that I'm going to shatter their planet in hopes that I will generate the fabled wormhole I have only heard rumors about.
# Hyperspace Bypass
planet_event = {
id = planet_destruction.110
hide_window = yes
trigger = {
solar_system = { has_star_flag = sol }
from.owner = { NOT = { species_portrait = human } }
OR = {
has_planet_flag = planet_earth
has_planet_flag = nuked_earth
AND = {
exists = owner
owner = {
is_primitive = yes
species_portrait = human
}
}
}
}
is_triggered_only = yes
immediate = {
random_list = {
50 = { } # null
50 = {
solar_system = { save_event_target_as = sol_sys }
from.owner = { country_event = { id = planet_destruction.111 } }
}
}
}
}