-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
45 lines (45 loc) · 1.54 KB
/
Copy pathmod.json
File metadata and controls
45 lines (45 loc) · 1.54 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
{
"geode": "5.7.1",
"gd": {
"win": "2.2081",
"mac": "2.2081",
"android": "2.2081",
"ios": "2.2081"
},
"version": "v1.0.2",
"id": "colon.allmythic",
"name": "Every Level is Mythic",
"developer": "Colon",
"tags": ["interface", "joke"],
"description": "Makes every level Mythic, so nobody ever complains again.",
"links": {
"source": "https://github.com/GDColon/every-level-mythic"
},
"settings": {
"enabled": {
"name": "Enable",
"description": "Toggles this mod on or off.",
"type": "bool", "default": true
},
"mythic0": {
"name": "Non-featured Levels",
"type": "string", "default": "Mythic", "one-of": ["None", "Featured", "Epic", "Legendary", "Mythic"]
},
"mythic1": {
"name": "Featured Levels",
"type": "string", "default": "Mythic", "one-of": ["None", "Featured", "Epic", "Legendary", "Mythic"]
},
"mythic2": {
"name": "Epic Levels",
"type": "string", "default": "Mythic", "one-of": ["None", "Featured", "Epic", "Legendary", "Mythic"]
},
"mythic3": {
"name": "Legendary Levels",
"type": "string", "default": "Mythic", "one-of": ["None", "Featured", "Epic", "Legendary", "Mythic"]
},
"mythic4": {
"name": "Mythic Levels",
"type": "string", "default": "Mythic", "one-of": ["None", "Featured", "Epic", "Legendary", "Mythic"]
}
}
}