diff --git a/drops.json b/drops.json index 1caae04..811bfea 100644 --- a/drops.json +++ b/drops.json @@ -1,25 +1,28 @@ { - "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 - } + "drops": [ + { + "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 + ] +} \ No newline at end of file