v2.5.1: buffed shard of oblivion, +20% drop chance up from +12.5%

This commit is contained in:
Evan Debenham
2024-09-15 15:18:27 -04:00
parent 04d3105a1b
commit 823b0b6788

View File

@@ -185,7 +185,7 @@ public class ShardOfOblivion extends Trinket {
}
wornUnIDed = Math.min(wornUnIDed, level+1);
return 1f + .125f*wornUnIDed;
return 1f + .2f*wornUnIDed;
}
}