aboutsummaryrefslogtreecommitdiff
path: root/storage/items.json
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-03-31 21:58:36 -0400
committerAlee <alee14498@gmail.com>2018-03-31 21:58:36 -0400
commitf33efa466054206bdd3e63eb00dfe296973dc99d (patch)
tree38d619debe599d982f9cf3a616ac9ecd434f5d72 /storage/items.json
parent902337c6e41250509cb91502e7bf007e4aec1c2f (diff)
downloadAleeBot-f33efa466054206bdd3e63eb00dfe296973dc99d.tar.gz
AleeBot-f33efa466054206bdd3e63eb00dfe296973dc99d.tar.bz2
AleeBot-f33efa466054206bdd3e63eb00dfe296973dc99d.zip
Moved items.json to the storage folder
Diffstat (limited to 'storage/items.json')
-rw-r--r--storage/items.json20
1 files changed, 20 insertions, 0 deletions
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