summaryrefslogtreecommitdiff
path: root/storage/items.json
blob: 1d577184a4c6dd9e0fb82a2e4b84e78b4187451a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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."
    }
}