Skip to content

Commit

Permalink
Update Venenatis.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mylife212 authored Oct 11, 2023
1 parent 4f01712 commit 80aff9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/monsters/bosses/wildy/Venenatis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const VenenatisTable = new LootTable()
.add('Onyx bolt tips', 150, 5)
.add('Magic logs', 225, 5)
.add('Limpwurt root', 100, 5)
.add("Red spiders' eggs", [75, 500], 3)
.add("Red spiders' eggs", 500, 3)
.add('Uncut dragonstone', 5, 2)
.add('Uncut ruby', 75, 1)
.add('Unicorn horn', 225, 1)
Expand Down

0 comments on commit 80aff9c

Please sign in to comment.