-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
108 lines (107 loc) · 4.05 KB
/
mod.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"geode": "4.1.0",
"gd":{
"win":"2.2074",
"android":"2.2074",
"mac":"2.2074"
},
"version": "v3.2.3",
"id": "naxrin.progress_bar_color",
"name": "Progress Bar Color",
"developer": "Naxrin",
"description": "This mod lets you customize your progress bar color!You can set your normal/practice progress bar manually or follow your player colors.",
"repository": "https://github.com/Naxrin/Progress-Bar-Color",
"dependencies": [
{
"id": "geode.node-ids",
"version": "v1.17.0",
"importance": "required"
}],
"settings":{
"normal-progress-bars": {
"name": "Normal Progress Bars",
"description": "Modify Levels' Normal Progress Bar Colors in case you wanna set them in the same style everywhere",
"type": "title"
},
"normal-default-mode": {
"name": "Mode",
"description": "Pick the way you hope to set your <cg>Normal Progress Bar</c> color\nOriginal: Green\nFollow: Sync with player color channel\nManual: Set it manually",
"type": "string",
"one-of": ["Original", "Follow", "Manual"],
"default": "Original"
},
"normal-default-follower": {
"name": "Follower",
"description": "Pick the color channel you hope your <cg>Normal Progress Bar</c> color follow",
"type": "string",
"one-of": ["Main", "Secondary", "Glow"],
"default": "Main"
},
"normal-default-color": {
"name": "Manual Color",
"description": "Pick the color manually for your <cg>Normal Progress Bar</c>",
"type": "rgb",
"default": "00FF00"
},
"practice-progress-bars": {
"name": "Practice Progress Bars",
"description": "Modify Levels' Practice Progress Bar Colors in case you wanna set them in the same style everywhere",
"type": "title"
},
"practice-default-mode": {
"name": "Mode",
"description": "Pick the way you hope to set your <cg>Practice Progress Bar</c> color\nOriginal: Cyan\nFollow: Sync with player color channel\nManual: Set it manually",
"type": "string",
"one-of": ["Original", "Follow", "Manual"],
"default": "Original"
},
"practice-default-follower": {
"name": "Follower",
"description": "Pick the color channel you hope your <cg>Practice Progress Bar</c> color follow",
"type": "string",
"one-of": ["Main", "Secondary", "Glow"],
"default": "Main"
},
"practice-default-color": {
"name": "Manual Color",
"description": "Pick the color manually for your <cg>Practice Progress Bar</c>",
"type": "rgb",
"default": "00FFFF"
},
"quest-bars": {
"name": "Quest Progress Bars",
"description": "Modify Quest Progress Bar Colors here in case you wanna set all of the three lines together.",
"type": "title"
},
"quest-default-mode": {
"name": "Mode",
"description": "Pick the way you hope to set your <cg>Quest Progress Bar</c> color\nOriginal: Cyan\nFollow: Sync with player color channel\nManual: Set it manually",
"type": "string",
"one-of": ["Original", "Follow", "Manual"],
"default": "Original"
},
"quest-default-follower": {
"name": "Follower",
"description": "Pick the color channel you hope your <cg>Quest Progress Bar</c> color follow",
"type": "string",
"one-of": ["Main", "Secondary", "Glow"],
"default": "Main"
},
"quest-default-color": {
"name": "Manual Color",
"description": "Pick the color manually for your <cg>Quest Progress Bar</c>",
"type": "rgb",
"default": "00FF00"
},
"advanced-options": {
"name": "Advanced Options",
"description": "For deep user-defiend players.",
"type": "title"
},
"advanced-menu": {
"name": "Seperately Config",
"description": "In case you hope to <cy>seperately</c> set level progress bars in different layer menus or quest bars of different grades.",
"type":"custom:advanced-option"
}
}
}