-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmod.json
151 lines (151 loc) · 4.73 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"geode": "4.0.1",
"gd": {
"win": "2.2074",
"mac": "2.2074",
"android": "2.2074"
},
"id": "jumbonova.colored_level_names",
"name": "Colored Level Names",
"version": "v1.3.2",
"developer": "Jumbonova",
"description": "This mod colors your level names.",
"tags": [
"interface",
"customization"
],
"links": {
"source": "https://github.com/JumbonovaYT/Colored-Level-Names-GEODE-SDK-"
},
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.16.0",
"importance": "required"
}
],
"settings": {
"Enable/disable Features": {
"type": "title",
"name": "Enable/disable Features",
"description": "Enable and disable features of this mod."
},
"Change Names of Levels": {
"type": "bool",
"name": "Change Names of Levels",
"description": "Change the color of level names when you open them.",
"default": true
},
"Change Names of Lists": {
"type": "bool",
"name": "Change Names of Lists",
"description": "Change the color of list names when you open them.",
"default": true
},
"Change Names of LevelCells": {
"type": "bool",
"name": "Change Names of LevelCells",
"description": "Change the color of level names when you search.",
"default": true
},
"Change Names of ListLevelCells": {
"type": "bool",
"name": "Change Names of ListLevelCells",
"description": "Change the color of list names.",
"default": true
},
"Change Names of InfoLayers": {
"type": "bool",
"name": "Change Names of InfoLayers",
"description": "Change the color of the title in the 'more info' popup in a level or list. THIS USES THE RECOMMENDED DIFFICULTY, NOT THE CURRENT DIFFICULTY. IT MAY BE THE WRONG DIFFICULTY.",
"default": true
},
"Main Difficulties Title": {
"type": "title",
"name": "Main Difficulties",
"description": "These are the colors used for normal difficulty level titles, like easy or harder."
},
"Easy Level Color": {
"name": "Easy Level Color",
"type": "rgb",
"description": "The color used in level titles with the difficulty of Easy.",
"default": [111, 202, 224]
},
"Normal Level Color": {
"name": "Normal Level Color",
"type": "rgb",
"description": "The color used in level titles with the difficulty of Normal.",
"default": [101, 235, 134]
},
"Hard Level Color": {
"name": "Hard Level Color",
"type": "rgb",
"description": "The color used in level titles with the difficulty of Hard.",
"default": [255, 215, 82]
},
"Harder Level Color": {
"name": "Harder Level Color",
"type": "rgb",
"description": "The color used in level titles with the difficulty of Harder.",
"default": [228, 58, 46]
},
"Insane Level Color": {
"name": "Insane Level Color",
"type": "rgb",
"description": "The color used in level titles with the difficulty of Insane.",
"default": [255, 141, 246]
},
"Demon Difficulties Title": {
"type": "title",
"name": "Demon Difficulties",
"description": "These are the colors used for demon level titles, like easy demon or insane demon."
},
"Easy Demon Level Color": {
"name": "Easy Demon Level Color",
"type": "rgb",
"description": "The color used in level titles with the difficulty of Easy Demon.",
"default": [209, 129, 255]
},
"Medium Demon Level Color": {
"name": "Medium Demon Level Color",
"type": "rgb",
"description": "The color used in level titles with the difficulty of Medium Demon.",
"default": [238, 151, 255]
},
"Hard Demon Level Color": {
"name": "Hard Demon Level Color",
"type": "rgb",
"description": "The color used in level titles with the difficulty of Hard Demon.",
"default": [255, 132, 132]
},
"Insane Demon Level Color": {
"name": "Insane Demon Level Color",
"type": "rgb",
"description": "The color used in level titles with the difficulty of Insane Demon.",
"default": [255, 101, 101]
},
"Extreme Demon Level Color": {
"name": "Extreme Demon Level Color",
"type": "rgb",
"description": "The color used in level titles with the difficulty of Extreme Demon.",
"default": [255, 79, 79]
},
"Other Difficulties Title": {
"type": "title",
"name": "Other Difficulties",
"description": "These are the colors used for other level titles, like N/A levels."
},
"N/A Level Color": {
"name": "N/A Level Color",
"type": "rgb",
"description": "The color used in level titles with the difficulty of N/A.",
"default": [255, 255, 255]
},
"Auto Level Color": {
"name": "Auto Level Color",
"type": "rgb",
"description": "The color used in level titles with the difficulty of Auto.",
"default": [255, 215, 83]
}
}
}