We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f63cc7 commit 3b4feefCopy full SHA for 3b4feef
1 file changed
src/service/lootDegradation.ts
@@ -93,7 +93,7 @@ export async function runHalfLife(context: BotContext) {
93
// See: https://github.com/NullDev/CSZ-Bot/issues/470
94
// We don't do /2 straigt away, so we can roll this out more slowly initially. We can increase this to 2 once we got this number down in general
95
// Also, consider aligning this with the drop rate of radioactive waste, so we have that balanced
96
- const targetWasteCount = Math.ceil(allWaste.length / 1.2);
+ const targetWasteCount = Math.ceil(allWaste.length / 1.4);
97
logger.info({ targetWasteCount }, "targetWasteCount");
98
99
if (targetWasteCount >= allWaste.length) {
0 commit comments