Skip to content

Commit

Permalink
lower cave ogre drop rate for diamonds
Browse files Browse the repository at this point in the history
  • Loading branch information
demonlexe committed Aug 20, 2024
1 parent b1eb85b commit 5fdb7af
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@
},
{
"condition": "random_chance_with_looting",
"chance": 0.1,
"looting_multiplier": 0.05
"chance": 0.08,
"looting_multiplier": 0.02
}
],
"name": "diamond",
Expand All @@ -210,4 +210,4 @@
]
}
]
}
}

0 comments on commit 5fdb7af

Please sign in to comment.