that's how most of the older engines provided pseudo-randomness
Yeah, also sometimes in a stack it's random from which of the boxes in a stack the items spawn from.
Case and point the 2 potions at Viking fight.
Oh you're right. Noticed that at the viking fight aswell
Yeah, so there seems to be some randomness but also static stuff
As far as I can tell that happens to every stack.
What the stack will have is set
Also if you're really unlucky they can spawn OoB o__o
We could make the assumption that stacks are dropping randomly from a given set of drops
and static for single crates
Well, spawn location is still random in singles
Uuuh, I think they all operate on that logic
Would make sense because if there's only one crate, the same stuff will drop out of it
regardless of what the rng value would decide
Which means the contents of a crates or a stack of crates is static but as soon as there's more than one crate it will be randomly placed
yes
