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