diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/DicerDrops.json | 76 |
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 |