Skip to content

Commit

Permalink
Update dwh droprate
Browse files Browse the repository at this point in the history
Updates the dwh droprate to 1/3000 as per the recent osrs update
https://oldschool.runescape.wiki/w/Update:Project_Rebalance:_Combat_Changes
  • Loading branch information
TastyPumPum committed Jun 12, 2024
1 parent 0caa9fb commit 262a067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/monsters/low/g-m/LizardmanShaman.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import TreeHerbSeedTable from "../../../subtables/TreeHerbSeedTable";

const LizardmanShamanTable = new LootTable({ limit: 500 })
.every("Big bones")
.oneIn(5000, "Dragon Warhammer")
.oneIn(3000, "Dragon Warhammer")

/* Weapons and armor */
.add("Rune med helm", 1, 18)
Expand Down

0 comments on commit 262a067

Please sign in to comment.