-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAPSettings.json
More file actions
80 lines (80 loc) · 1.35 KB
/
APSettings.json
File metadata and controls
80 lines (80 loc) · 1.35 KB
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
77
78
79
80
{
"archipelago_connection_data": {
"url": "ws://localhost:38281",
"password": "",
"version": {
"major": 0,
"minor": 6,
"build": 7
}
},
"games": [
{
"slot": "BLGLttP",
"game": "A Link to the Past"
},
{
"slot": "BLGSM64",
"game": "Super Mario 64"
},
{
"slot": "BLGMM",
"game": "Majora's Mask Recompiled"
},
{
"slot": "BLGMC",
"game": "The Minish Cap"
},
{
"slot": "BLGDX",
"game": "Links Awakening DX"
},
{
"slot": "BLGOoS",
"game": "The Legend of Zelda - Oracle of Seasons"
},
{
"slot": "BLGOoT",
"game": "Ship of Harkinian"
},
{
"slot": "BLGCeleste",
"game": "Celeste (Open World)"
}
],
"conditions": {
"BLGDX::Instrument Count": 5,
"BLGOoT::Dungeon Reward Count": 6,
"BLGMM::Remains Count": 3,
"BLGMC::Swords": 4,
"BLGMC::Elements": 3,
"BLGLttP::Triforce Count": 20,
"BLGOoS::Essences": 5,
"BLGCeleste::Strawberries": 40
},
"log_colors": {
"timestamp": "ffffff9b",
"item": "596bff",
"location": "00ff00",
"default_slot": "ff0000",
"slots": {
"BLGLttP": "ff9f63",
"BLGSM64": "ff0000",
"BLGMM": "cf01fd",
"BLGMC": "00bd4e",
"BLGDX": "6998ff",
"BLGOoS": "96f5ff",
"BLGOoT": "ffce96",
"BLGCeleste": "1eb9c7"
}
},
"overrides": {
"games": {
"Super Mario 64": {
"exclude_locations": [
".*1Up Block.*"
]
}
}
}
}