Liches/Nemesis are not implemented #446
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Example request when vanquishing a larvling mid-mission:
Example body with DisallowedWeapons:
Nemesis inventory format:
The weapon seems to be generated based on the fingerprint (
fp
) with typical Knuth's 64-bit LCG, e.g. with the currentKuvaLichManifestVersionSix
and seed=1337, it'll generate KuvaNukor. If the given weapon is on the discard pile, it'll increment the index (modulo the array size), until it finds a weapon that's not in the discard pile.Slight problem we'll definitely have when doing this in our beloved JavaSkript:
This seems like it might be an okay-ish solution: https://www.npmjs.com/package/json-with-bigint
Just hope Mongoose also works fine with BigInts.
Of course JSON.stringify is also extremely uncooperative when you just wanna encode a 64-bit integer without loss of precision, some totally not insane hacking is needed here:
The format for the guess history:
Sainan referenced this issue2025-03-22 01:47:15 -07:00