-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
66 lines (66 loc) · 1.75 KB
/
mod.json
File metadata and controls
66 lines (66 loc) · 1.75 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
{
"geode": "2.0.0-beta.23",
"gd": {
"win": "2.204",
"android": "2.205"
},
"version": "v1.0.3",
"id": "itzkiba_omgrod.better_progression",
"name": "Better Progression",
"developer": "ItzKiba & OmgRod1",
"description": "TODO",
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=1.8.1",
"importance": "required"
}
],
"incompatibilities": [
{
"id": "zilko.better_screenshots",
"version": "*",
"importance": "breaking"
},
{
"id": "bitz.customprofiles",
"version": "<=1.0.6",
"importance": "breaking"
}
],
"resources": {
"spritesheets": {
"badgeSpritesheet": [
"resources/*.png"
]
}
},
"settings": {
"bar-color": {
"name": "Disable Dynamic Tier Bar Color",
"description": "Disables the tier bar color being a similar color to a profile's tier badge.\n\nWith this setting enabled, all tier bar colors will be set to <cg>Green</c>.",
"type": "bool",
"default": false
},
"most-exp-icon": {
"name": "Disable Most EXP Icon",
"description": "Removes the icon on the tier badge that shows where most of the user's EXP comes from.",
"type": "bool",
"default": false
},
"disable-tier-bar": {
"name": "Disable Tier Bar",
"description": "Removes the tier bar that shows whenever you complete a level.\n\n<cp>The tier bar will still appear when you level up your Tier.</c>",
"type": "bool",
"default": false
},
"disable-open-check": {
"name": "Disable EXP Update on Startup",
"description": "Removes the check for a change in EXP on startup.\n\n<cg>Useful on Android where saving mod data may not work as intended.</c>",
"type": "bool",
"default": false
}
},
"repository": "https://github.com/ItzKiba/BetterProgression",
"tags": ["Enhancement", "Cosmetic"]
}