-
Notifications
You must be signed in to change notification settings - Fork 0
/
items.json
46 lines (46 loc) · 1.5 KB
/
items.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"itemID_1": [
{
"itemID": "itemID_1",
"itemLoc": "featID_3",
"itemName": "a gold pocket-watch",
"itemAlias": "watch",
"itemSize": "small",
"itemDesc": "The small gold-colored pocket-watch has engraved scrollwork on the back.",
"itemSecret": "Upon further inspection, you find that the back of the watch opens to reveal an inscription \"B. D. B.\""
}
],
"itemID_2": [
{
"itemID": "itemID_2",
"itemLoc": "locID_1",
"itemName": "a piece of paper",
"itemAlias": "paper",
"itemSize": "small",
"itemDesc": "The piece of paper looks blank.",
"itemSecret": "Upon further inspection, you can see faint writing if you hold it up to the light."
}
],
"itemID_3": [
{
"itemID": "itemID_3",
"itemLoc": "featID_4",
"itemName": "a silver necklace",
"itemAlias": "necklace",
"itemSize": "medium",
"itemDesc": "The silver necklace is adorned with a pendant.",
"itemSecret": ""
}
],
"itemID_4": [
{
"itemID": "itemID_4",
"itemLoc": "locInventory",
"itemName": "a leather journal",
"itemAlias": "journal",
"itemSize": "small",
"itemDesc": "The leather journal is filled with handwritten pages.",
"itemSecret": ""
}
]
}