From f33efa466054206bdd3e63eb00dfe296973dc99d Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 31 Mar 2018 21:58:36 -0400 Subject: Moved items.json to the storage folder --- storage/items.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 storage/items.json (limited to 'storage') diff --git a/storage/items.json b/storage/items.json new file mode 100644 index 0000000..1d57718 --- /dev/null +++ b/storage/items.json @@ -0,0 +1,20 @@ +{ + "Programmer" : { + "name": "Programmer Role", + "price": "100", + "type": "Roles", + "desc": "Buying this gives you the programmer role." + }, + "AleeOS" : { + "name": "AleeOS", + "price": "400", + "type": "OS", + "desc": "Buying this gives you AleeOS." + }, + "theSlate" : { + "name": "theSlate", + "price": "400", + "type": "Tools", + "desc": "Buying this gives you theSlate." + } +} \ No newline at end of file -- cgit v1.2.3