Skip to content

Commit

Permalink
chore: add moxi drop rate (pajlads#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy authored Oct 23, 2024
1 parent 1e0737b commit 27245f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dinkplugin/notifiers/PetNotifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ public double[] getRates(Client client) {
entry("Lil' zik", new KcSource(" Theatre of Blood", 1.0 / 650)), // assume normal mode
entry("Lil'viathan", new KcSource("The Leviathan", 1.0 / 2_500)),
entry("Little nightmare", new KcSource("Nightmare", 1.0 / 3_200)), // assume team size 4
entry("Moxi", new KcSource("Amoxliatl", null)), // unknown drop rate
entry("Moxi", new KcSource("Amoxliatl", 1.0 / 3_000)),
entry("Muphin", new KcSource("Phantom Muspah", 1.0 / 2_500)),
entry("Nexling", new KcSource("Nex", 1.0 / 500)),
entry("Nid", new KcSource("Araxxor", 1.0 / 3000)),
Expand Down

0 comments on commit 27245f1

Please sign in to comment.