diff --git a/config/data/lootbox.json b/config/data/lootbox.json deleted file mode 100644 index 836529d7..00000000 --- a/config/data/lootbox.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "normal box": { - "type": "normal", - "buy price": 0, - "sell price": 0, - "description": "A simple box that contains a small amount of items.", - "collection": null, - "available": false, - "giftable": true, - "sellable": true - }, - "large box": { - "type": "large", - "buy price": 0, - "sell price": 0, - "description": "A larger box that contains more items inside.", - "collection": null, - "available": false, - "giftable": true, - "sellable": true - }, - "special box": { - "type": "special", - "buy price": 0, - "sell price": 0, - "description": "A nice looking lootbox that contains rare items.", - "collection": null, - "available": false, - "giftable": true, - "sellable": true - } -}