feat: eidolon/venus/deimos bounty rotation #1554

Merged
Sainan merged 3 commits from bounty-rotation into main 2025-04-11 06:56:32 -07:00
Showing only changes of commit d2585f5b09 - Show all commits

View File

@ -322,6 +322,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
for (const syndicateInfo of worldState.SyndicateMissions) {
if (syndicateInfo.Jobs && syndicateInfo.Seed != bountyCycle) {
syndicateInfo.Seed = bountyCycle;
logger.debug(`refreshing jobs for ${syndicateInfo.Tag}`);
const rng = new CRng(bountyCycle);
const table = String.fromCharCode(65 + ((bountyCycle - 1) % 3));
const vaultTable = String.fromCharCode(65 + ((bountyCycle - 2) % 3));