From 34d2659e3e7cef9d9fafe699da32fa39a2b758c7 Mon Sep 17 00:00:00 2001 From: MillerLoren Date: Mon, 14 Apr 2025 16:55:18 -0600 Subject: [PATCH] adding drops config --- drops.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 drops.json diff --git a/drops.json b/drops.json new file mode 100644 index 0000000..1caae04 --- /dev/null +++ b/drops.json @@ -0,0 +1,25 @@ +{ + "RedDrop": { + "itemsets": { + "WeaponsTier1": { + "probability": 75.00, + "items": [ + { + "blueprint": { + "quality_low": "Apprentice", + "quality_high": "Journeyman", + "quality_probability_outside": 5.00, + "quantity_low": 1, + "quantity_high": 2, + "quanity_probability_outside": 10.00, + "grindability": true, + "percent_chance_in_set": 60.00, + "is_blueprint_chance": 30.00 + } + } + ] + } + } + } + } + \ No newline at end of file