Skip to content

Commit 9968066

Browse files
committed
Nerf skilling clues temporarily
1 parent d6c08fb commit 9968066

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/lib/minions/functions/addSkillingClueToLoot.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ import { randFloat, roll } from '../../util';
1515
import itemID from '../../util/itemID';
1616

1717
const clues = [
18-
[itemID('Elder scroll piece'), 0.5 / 10],
19-
[itemID('Clue scroll (grandmaster)'), 0.9 / 10],
20-
[itemID('Clue scroll(elite)'), 1.5 / 10],
21-
[itemID('Clue scroll(hard)'), 2 / 10],
22-
[itemID('Clue scroll(medium)'), 2.5 / 10]
18+
[itemID('Elder scroll piece'), 0.1 / 10],
19+
[itemID('Clue scroll (grandmaster)'), 0.3 / 10],
20+
[itemID('Clue scroll(elite)'), 2 / 10],
21+
[itemID('Clue scroll(hard)'), 3 / 10],
22+
[itemID('Clue scroll(medium)'), 5 / 10]
2323
];
2424

2525
export default function addSkillingClueToLoot(

0 commit comments

Comments
 (0)