-
Notifications
You must be signed in to change notification settings - Fork 4
/
example-data.json
76 lines (76 loc) · 1.54 KB
/
example-data.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"bow": false,
"blueBoomerang": true,
"redBoomerang": false,
"hookShot": false,
"bomb": 3,
"mushroom": false,
"mushroomUsed": false,
"powder": false,
"fireRod": false,
"iceRod": false,
"bombosMedallion": true,
"etherMedallion": false,
"quakeMedallion": false,
"lantern": false,
"hammer": false,
"flute": false,
"fluteActivated": false,
"shovel": false,
"net": false,
"book": false,
"bottle": true,
"bottleCount": 1,
"caneSomaria": false,
"caneByrna": false,
"cape": false,
"mirror": true,
"gloves": "PowerGlove",
"silvers": false,
"boots": true,
"flippers": false,
"moonPearl": true,
"swordLevel": "FightersSword",
"shieldLevel": "None",
"armorLevel": "BlueMail",
"bottleContent1": "Fairy",
"bottleContent2": "NoBottle",
"bottleContent3": "NoBottle",
"bottleContent4": "NoBottle",
"rupees": 378,
"heartQuarters": 3,
"bombCapacity": 20,
"hearts": 40,
"maxHearts": 64,
"arrows": 30,
"arrowCapacity": 30,
"magicProgression": "Half",
"smallKeys": 0,
"bigKey": {
"easternPalace": false,
"desertPalace": false,
"towerOfHera": false,
"palaceOfDarkness": false,
"swampPalace": false,
"skullWoods": false,
"thievesTown": false,
"icePalace": false,
"miseryMire": false,
"turtleRock": false,
"gannonsTower": false
},
"pendant": {
"red": false,
"blue": false,
"green": false
},
"crystal": {
"one": false,
"two": false,
"three": false,
"four": false,
"five": false,
"six": false,
"seven": false
}
}