O01eg

Results 160 comments of O01eg

I forgot why I wanted this PR to be merged, but will it be ready for weekly test build at April 23th?

It looks like it breaks ship structure and make it 0.01, reproducible with single player game at first turn.

Maybe impose such limit only to stockpiles not all meters?

Is that about: https://www.freeorion.org/forum/viewtopic.php?p=115343#p115343

Should be fixed in #4816 . Could you try other buildings?

> Missed function: > > `CreateField type = "FLD_SUBSPACE_RIFT" size = 100` > > https://github.com/freeorion/freeorion/blob/master/default/scripting/buildings/BLACK_HOLE_COLLAPSER.focs.txt#L17 Will be implemented in #4838

> I guess the condition should became `IsRootCandidate` Yes, and it was already implemented.

> * `All` https://github.com/freeorion/freeorion/blob/master/default/scripting/buildings/CONC_CAMP_REMNANT.focs.txt#L6 It's a condition `IsAnyObject`, should looks like `location = ~IsAnyObject`

> * `SetSpecialCapacity` https://github.com/freeorion/freeorion/blob/master/default/scripting/buildings/COLONY_INDEPENDENCE_DECREE.focs.txt#L45 > * `ProducedByEmpire` https://github.com/freeorion/freeorion/blob/master/default/scripting/buildings/CONC_CAMP.focs.txt#L89 > * `NumberOf` https://github.com/freeorion/freeorion/blob/master/default/scripting/buildings/EVACUATION.focs.txt#L29 Will be implemented in #4891

@Cjkjvfnby Can we use execution context to conditionally import those files?