From c8e04098773fac60a578a61e9faee1d40b2ec6cd Mon Sep 17 00:00:00 2001 From: snipe <72265661+notsniped@users.noreply.github.com> Date: Fri, 7 Mar 2025 09:06:42 +0530 Subject: [PATCH] Delete old lootbox config file from `config` folder I have no idea why this was here. There was already another version of this located in the `shop.json` file. I am very very confusing. --- config/data/lootbox.json | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 config/data/lootbox.json 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 - } -}