aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2023-08-07 19:14:16 +1000
committerGitHub <noreply@github.com>2023-08-07 11:14:16 +0200
commit69abd0e6694777ec695ff8d4e2da7fe4b7fc34df (patch)
treefa640fcc82a6411542a53ebeba3e6640069e4379
parent7aec7b3a89aa0e5141e9b59c4592241bd3c9e9c4 (diff)
downloadSkyHanni-REPO-69abd0e6694777ec695ff8d4e2da7fe4b7fc34df.tar.gz
SkyHanni-REPO-69abd0e6694777ec695ff8d4e2da7fe4b7fc34df.tar.bz2
SkyHanni-REPO-69abd0e6694777ec695ff8d4e2da7fe4b7fc34df.zip
more items (#19)
-rw-r--r--constants/DicerDrops.json76
1 files changed, 76 insertions, 0 deletions
diff --git a/constants/DicerDrops.json b/constants/DicerDrops.json
new file mode 100644
index 0000000..c895305
--- /dev/null
+++ b/constants/DicerDrops.json
@@ -0,0 +1,76 @@
+{
+ "MELON": {
+ "total chance": 100208,
+ "drops": [
+ {
+ "chance": 155,
+ "amount": [
+ 320,
+ 480,
+ 640
+ ]
+ },
+ {
+ "chance": 45,
+ "amount": [
+ 960,
+ 2080,
+ 2560
+ ]
+ },
+ {
+ "chance": 7,
+ "amount": [
+ 12000,
+ 25600,
+ 51200
+ ]
+ },
+ {
+ "chance": 1,
+ "amount": [
+ 76800,
+ 153600,
+ 204800
+ ]
+ }
+ ]
+ },
+ "PUMPKIN": {
+ "total chance": 100138,
+ "drops": [
+ {
+ "chance": 90,
+ "amount": [
+ 160,
+ 320,
+ 480
+ ]
+ },
+ {
+ "chance": 40,
+ "amount": [
+ 320,
+ 640,
+ 800
+ ]
+ },
+ {
+ "chance": 7,
+ "amount": [
+ 2880,
+ 5600,
+ 7200
+ ]
+ },
+ {
+ "chance": 1,
+ "amount": [
+ 12800,
+ 25600,
+ 51200
+ ]
+ }
+ ]
+ }
+} \ No newline at end of file