forked from wolfman2000/lisa
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
49 lines (49 loc) · 1.2 KB
/
manifest.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
{
"name": "Soul Blazer Rando Tracker",
"game_name": "Soul Blazer Randomizer",
"game_variant": "yes",
"platform": "snes",
"package_version": "2.3.0.2",
"package_uid": "soulblazer-wolfman",
"author": "Wolfman2000 and Powerlord",
"versions_url": "https://raw.githubusercontent.com/powerlord/soulblazer-poptracker/master/versions.json",
"variants": {
"items_minimal-map_simple": {
"display_name": "Item (Minimal) & Map Tracker",
"flags": [
"lorom"
]
},
"items_equipment-map_simple": {
"display_name": "Item (Equipment) & Map Tracker",
"flags": [
"lorom"
]
},
"items_minimal-map_none": {
"display_name": "Item (Minimal) Only Tracker",
"flags": [
"lorom"
]
},
"items_equipment-map_none": {
"display_name": "Item (Equipment) Only Tracker",
"flags": [
"lorom"
]
},
"items_skarsnik-map_none": {
"display_name": "Item (Skarsnik) Only Tracker",
"flags": [
"lorom"
]
},
"archipelago-items_equipment-map_simple": {
"display_name": "Archipelago Item (Equipment) & Map Tracker",
"flags": [
"lorom",
"ap"
]
}
}
}