• 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.

Ryika

Field Marshal
52 Badges
Apr 16, 2018
2.845
8.469
Untitled-2.jpg


So the Odd Factory spawned on the last day of the month. A random Pop is kicked out of its job. Of course it's the Roboticist that I had even set to favorite to prevent it from going anywhere. But it did anyway because the game decided that's how it's going to be. All progress towards construction of my robot lost - on my first colony, too, and the robot was half-way built, that's kind of a big deal. Not the biggest of deals, but still.

This isn't a bug either, the event is intentionally designed like this:
Code:
    immediate = {
        set_planet_flag = colony_event
        owner = { set_country_flag = colony_odd_factory }
        random_owned_pop = { unemploy_pop = yes } # <--- There.
        add_deposit = d_odd_factory
        random_list = {
            30 = { set_planet_flag = colony_factory_kidnap }
            35 = { set_planet_flag = colony_factory_no_effect }
        }
    }
But why. Why is this a thing?

Well, I think I know why: To force a recalculation of the jobs and make a pop move into the job.
But that doesn't work, because the deposit is spawned ____AFTER____ the pop has already been unemployed, and if that pop is a Specialist, it can't move down anyway! So the pop just sits there, unemployed, and the factory won't actually show up in the UI until something else forces a recalculation.

But even if it did work, what's the point? To make sure that a pop definitely has a chance to randomly go *poof* immediately because I have the audacity to play without auto pause?

I would also argue that the way the factory is spawned is not designed well. Instead of spawning the factory and forcing me to close the job if I don't feel like gambling away my pops, the event should have two options - the default one we have now, and one where the factory simply never spawns to begin with.

So I conclude that literally everything about the event is more annoying than it has to be. Not sure there's any point to this thread other than me venting my frustration, but that must be one of the worst events in the game, bad design decisions from start to finish.
 
  • 9Like
  • 1
Reactions:

Strangedane

Field Marshal
68 Badges
Apr 29, 2012
2.681
3.250
  • Stellaris: Federations
  • Crusader Kings II
  • Europa Universalis IV
  • Europa Universalis 4: Emperor
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Crusader Kings III
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: Mandate of Heaven
  • Crusader Kings II: Conclave
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Ancient Relics
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Holy Fury
  • Stellaris: Lithoids
  • Europa Universalis IV: Golden Century
  • Tyranny - Bastards Wound
  • Age of Wonders III
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Stellaris: Megacorp
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • 500k Club
  • Victoria 2
  • Europa Universalis IV: Cossacks
  • Stellaris: Galaxy Edition
  • Victoria 2: Heart of Darkness
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: Legacy of Rome
Yeah it's sort of annoying.
The loss of a half pop on your first planet should mean absolutely nothing against the AI.

Let me rephrase that.
If losing half a pop worth of growth on your first colony is something that makes a difference for you, you're already so far behind that half a pop doesn't matter.
 

Ryika

Field Marshal
52 Badges
Apr 16, 2018
2.845
8.469
Yeah it's sort of annoying.
The loss of a half pop on your first planet should mean absolutely nothing against the AI.

Let me rephrase that.
If losing half a pop worth of growth on your first colony is something that makes a difference for you, you're already so far behind that half a pop doesn't matter.
Sure, but I have production targets to fill, and quotas to meet. Those minerals won't dig themselves out, and I certainly won't get my hands dirty just because that stupid Roboticist decided to dismantle the robots he was working on.