diff --git a/drops.json b/drops.json index 811bfea..94b8355 100644 --- a/drops.json +++ b/drops.json @@ -1,28 +1,27 @@ { "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 - } - } - ] - } + "class": "RedDrop", + "itemsets": [ + { + "set_name": "WeaponsTier1", + "probability": 75.00, + "items": [ + { + "item_bp": "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