clientcommands
clientcommands copied to clipboard
Predict trial chambers vaults
You can do it on any server core i think, just open the vault when right item rolls in, with a mod it would be way easier
to my knowledge, it's not a loop and uses world random to generate the next one
I have already written code that opens the vault in the same tick by revealing the heavy core. But only the items after the heavy core will be dispensed. To write a real vault cracker, you would probably have to calculate the next items using the seed.
not only does the items displayed before opening a vault not equal what is dropped by it, they’re both seeded by different randoms
Although you can predict which items you will get from a trial chamber vault, you can't manipulate it to be something else. It's not world RNG, it's a world-seed-based random loot sequence, so the next trial vault that opens will produce the same loot no matter what you do. I'll leave the issue open just for the prediction part of it but it's not all that useful since the random sequence is global and not specific to a single trial vault block.