okay not that lucky

This commit is contained in:
Matthew Olker 2024-06-05 11:21:47 -04:00
parent 6d71db0f13
commit b532a6b2d0
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ export class Arena {
// luck influences encounter rarity
let luckModifier = 0;
if (typeof luckValue !== "undefined") {
luckModifier = luckValue * (isBoss ? 2 : 0.5);
luckModifier = luckValue * (isBoss ? 0.5 : 2);
}
const tierValue = Utils.randSeedInt(randVal - luckModifier);
let tier = !isBoss