generated from atampy25/smf-mod
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
461 lines (461 loc) · 16.9 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
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
{
"$schema": "https://raw.githubusercontent.com/atampy25/simple-mod-framework/main/Mod%20Manager/src/lib/manifest-schema.json",
"version": "1.9.0",
"id": "Notex.SimpleHealthBar",
"name": "Simple Health Bar",
"description": "Adds a simple health bar to the left of the minimap.",
"authors": ["Notex"],
"contentFolders": ["content"],
"options": [
{
"name": "Disable grey health postfilter effect",
"tooltip": "Disables the grey health postfilter effect when 47 takes damage and dies.",
"type": "checkbox",
"enabledByDefault": false,
"contentFolders": ["disable_grey_health_postfilter"]
},
{
"name": "Default",
"tooltip": "Default colour scheme.",
"image": "colour_schemes\\main\\default_colours.png",
"type": "select",
"group": "Main",
"enabledByDefault": true,
"contentFolders": ["colour_schemes\\main\\default_colours"]
},
{
"name": "RGB",
"tooltip": "RGB colour scheme.",
"image": "colour_schemes\\main\\rgb.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\rgb"]
},
{
"name": "GBR",
"tooltip": "Green, Blue, and Red colour scheme using H:WOA's own green, blue, red, and yellow.",
"image": "colour_schemes\\main\\rgb_gbr.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\rgb_gbr"]
},
{
"name": "WOA",
"tooltip": "Hitman: World of Assassination colour scheme using the game's own green, yellow, and red.",
"image": "colour_schemes\\main\\hwoa_default.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\hwoa_default"]
},
{
"name": "WOA Sick",
"tooltip": "Hitman: World of Assassination colour scheme using the game's own green, yellow, and red for the health bar. Infected is a more sickly shade of yellow-green.",
"image": "colour_schemes\\main\\hwoa_sick.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\hwoa_sick"]
},
{
"name": "WOA Dark",
"tooltip": "Hitman: World of Assassination colour scheme using a darker red and green to match Heritage UI.",
"image": "colour_schemes\\main\\hwoa_dark.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\hwoa_dark"]
},
{
"name": "WOA Dark and Sick",
"tooltip": "Hitman: World of Assassination colour scheme using a darker red and green to match Heritage UI. Infected is a more sickly shade of yellow-green.",
"image": "colour_schemes\\main\\hwoa_dark_sick.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\hwoa_dark_sick"]
},
{
"name": "2016",
"tooltip": "Hitman (2016) colour scheme using the original green, yellow, and red.",
"image": "colour_schemes\\main\\h2016_default.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\h2016_default"]
},
{
"name": "2016 Sick",
"tooltip": "Hitman (2016) colour scheme using the original green, yellow, and red. Infected is a more sickly shade of yellow-green.",
"image": "colour_schemes\\main\\h2016_sick.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\h2016_sick"]
},
{
"name": "2016 Red",
"tooltip": "Hitman (2016) colour scheme using its orginal red for all three health conditions.",
"image": "colour_schemes\\main\\h2016_red.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\h2016_red"]
},
{
"name": "2016 Red and Sick",
"tooltip": "Hitman (2016) colour scheme using its orginal red for all three health conditions. Infected is a more sickly shade of yellow-green.",
"image": "colour_schemes\\main\\h2016_red_sick.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\h2016_red_sick"]
},
{
"name": "2016 GOTY",
"tooltip": "Hitman (2016) colour scheme with a white and red health bar.",
"image": "colour_schemes\\main\\h2016_goty.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\h2016_goty"]
},
{
"name": "2016 GOTY and Sick",
"tooltip": "Hitman (2016) colour scheme with a white and red health bar. Infected is a more sickly shade of yellow-green.",
"image": "colour_schemes\\main\\h2016_goty_sick.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\h2016_goty_sick"]
},
{
"name": "Blood Money",
"tooltip": "Hitman: Blood Money colour scheme using the original red for all three health conditions. The original yellow alert level is used for infected.",
"image": "colour_schemes\\main\\blood_money_classic.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\blood_money_classic"]
},
{
"name": "Blood Money Sick",
"tooltip": "Hitman: Blood Money colour scheme using the original red for all three health conditions. Infected is a more sickly shade of yellow-green.",
"image": "colour_schemes\\main\\blood_money_classic_sick.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\blood_money_classic_sick"]
},
{
"name": "Blood Money GYR",
"tooltip": "Hitman: Blood Money inpsired colour scheme using the original green, yellow, and red.",
"image": "colour_schemes\\main\\blood_money_gyr.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\blood_money_gyr"]
},
{
"name": "Blood Money GYR and Sick",
"tooltip": "Hitman: Blood Money inpsired colour scheme using the original green, yellow, and red. Infected is a more sickly shade of yellow-green.",
"image": "colour_schemes\\main\\blood_money_gyr_sick.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\blood_money_gyr_sick"]
},
{
"name": "Bloody Legacy",
"tooltip": "Bloody Legacy colour scheme with reds from Blood Money, Hitman (2016), and WOA.",
"image": "colour_schemes\\main\\bloody_legacy.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\bloody_legacy"]
},
{
"name": "Bloody Legacy Reversed",
"tooltip": "Bloody Legacy colour scheme with reds from Blood Money, Hitman (2016), and WOA in reversed order.",
"image": "colour_schemes\\main\\bloody_legacy_reversed.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\bloody_legacy_reversed"]
},
{
"name": "Paladins",
"tooltip": "Paladins health bar colour scheme using Blue for full and medium, red-orange for low, and a slight off-yellow for infected.",
"image": "colour_schemes\\main\\paladins.png",
"type": "select",
"group": "Main",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\main\\paladins"]
},
{
"name": "Default",
"tooltip": "Default colour scheme.",
"image": "colour_schemes\\secondary\\default_colours.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": true,
"contentFolders": ["colour_schemes\\secondary\\default_colours"]
},
{
"name": "Bright",
"tooltip": "Bright colour scheme.",
"image": "colour_schemes\\secondary\\bright.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\bright"]
},
{
"name": "WOA Darker",
"tooltip": "Hitman WOA colour scheme to match the darker grey sections of the map.",
"image": "colour_schemes\\secondary\\hwoa_darker.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\hwoa_darker"]
},
{
"name": "WOA Dark",
"tooltip": "Hitman WOA colour scheme to match the dark grey sections of the map.",
"image": "colour_schemes\\secondary\\hwoa_dark.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\hwoa_dark"]
},
{
"name": "WOA Medium",
"tooltip": "Hitman WOA colour scheme to match the medium grey sections of the map.",
"image": "colour_schemes\\secondary\\hwoa_medium.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\hwoa_medium"]
},
{
"name": "WOA Light",
"tooltip": "Hitman WOA colour scheme to match the light grey sections of the map.",
"image": "colour_schemes\\secondary\\hwoa_lighter.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\hwoa_light"]
},
{
"name": "WOA Lighter",
"tooltip": "Hitman WOA colour scheme to match the lighter grey sections of the map.",
"image": "colour_schemes\\secondary\\hwoa_lighter.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\hwoa_lighter"]
},
{
"name": "WOA Lightest",
"tooltip": "Hitman WOA colour scheme to match the lightest grey sections of the map.",
"image": "colour_schemes\\secondary\\hwoa_lightest.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\hwoa_lightest"]
},
{
"name": "WOA White",
"tooltip": "Hitman WOA colour scheme with a white background.",
"image": "colour_schemes\\secondary\\hwoa_white.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\hwoa_white"]
},
{
"name": "2016 Black",
"tooltip": "Hitman (2016) colour scheme with a black background.",
"image": "colour_schemes\\secondary\\h2016_black.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\h2016_black"]
},
{
"name": "2016 Darker",
"tooltip": "Hitman (2016) colour scheme with a darker grey background.",
"image": "colour_schemes\\secondary\\h2016_darker.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\h2016_darker"]
},
{
"name": "2016 Dark",
"tooltip": "Hitman (2016) colour scheme with a dark grey background.",
"image": "colour_schemes\\secondary\\h2016_dark.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\h2016_dark"]
},
{
"name": "2016 Medium",
"tooltip": "Hitman (2016) colour scheme with a medium grey background.",
"image": "colour_schemes\\secondary\\h2016_medium.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\h2016_medium"]
},
{
"name": "2016 Light",
"tooltip": "Hitman (2016) colour scheme with a light grey background.",
"image": "colour_schemes\\secondary\\h2016_light.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\h2016_light"]
},
{
"name": "2016 Lighter",
"tooltip": "Hitman (2016) colour scheme with a lighter grey background.",
"image": "colour_schemes\\secondary\\h2016_lighter.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\h2016_lighter"]
},
{
"name": "2016 White",
"tooltip": "Hitman (2016) colour scheme with a solid white background.",
"image": "colour_schemes\\secondary\\h2016_white.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\h2016_white"]
},
{
"name": "Blood Money",
"tooltip": "Blood Money colour scheme with the classic red for the health text, a white text background, and a grey health bar background.",
"image": "colour_schemes\\secondary\\blood_money_classic.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\blood_money_classic"]
},
{
"name": "Blood Money Black",
"tooltip": "Blood Money colour scheme with a darker red for the health text, a black text background, and a black health bar background.",
"image": "colour_schemes\\secondary\\blood_money_black.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\blood_money_black"]
},
{
"name": "Blood Money Darker",
"tooltip": "Blood Money colour scheme with a darker red for the health text, a dark grey text background, and a dark grey health bar background.",
"image": "colour_schemes\\secondary\\blood_money_darker.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\blood_money_darker"]
},
{
"name": "Blood Money Dark",
"tooltip": "Blood Money colour scheme with a darker red for the health text, a white text background, and a dark grey health bar background.",
"image": "colour_schemes\\secondary\\blood_money_dark.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\blood_money_dark"]
},
{
"name": "Blood Money Light",
"tooltip": "Blood Money colour scheme with the classic red for the health text, a white text background, and a light grey health bar background.",
"image": "colour_schemes\\secondary\\blood_money_light.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\blood_money_light"]
},
{
"name": "Blood Money White",
"tooltip": "Blood Money colour scheme with the classic red for the health text, a white text background, and a white health bar background.",
"image": "colour_schemes\\secondary\\blood_money_white.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\blood_money_white"]
},
{
"name": "Bloody Legacy and White Text",
"tooltip": "Bloody Legacy colour scheme with reds from Blood Money, Hitman (2016), and WOA with white text.",
"image": "colour_schemes\\secondary\\bloody_legacy_white.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\bloody_legacy_white"]
},
{
"name": "Bloody Legacy and Black Text",
"tooltip": "Bloody Legacy colour scheme with reds from Blood Money, Hitman (2016), and WOA with black text.",
"image": "colour_schemes\\secondary\\bloody_legacy_black.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\bloody_legacy_black"]
},
{
"name": "Bloody Legacy Reversed and White Text",
"tooltip": "Bloody Legacy Reversed colour scheme with reds from Blood Money, Hitman (2016), and WOA with white text.",
"image": "colour_schemes\\secondary\\bloody_legacy_reversed_white.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\bloody_legacy_reversed_white"]
},
{
"name": "Bloody Legacy Reversed and Black Text",
"tooltip": "Bloody Legacy Reversed colour scheme with reds from Blood Money, Hitman (2016), and WOA with black text.",
"image": "colour_schemes\\secondary\\bloody_legacy_reversed_black.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\bloody_legacy_reversed_black"]
},
{
"name": "Black",
"tooltip": "Black colour scheme.",
"image": "colour_schemes\\secondary\\black.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\black"]
},
{
"name": "Slightly Darker Black",
"tooltip": "Slightly Darker Black colour scheme.",
"image": "colour_schemes\\secondary\\black_slightly_darker.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\black_slightly_darker"]
},
{
"name": "RGBY",
"tooltip": "RGB Why? colour scheme using H:WOA's own red, green, blue, and yellow.",
"image": "colour_schemes\\secondary\\rgb_y.png",
"type": "select",
"group": "Secondary",
"enabledByDefault": false,
"contentFolders": ["colour_schemes\\secondary\\rgb_y"]
}
],
"frameworkVersion": "2.33.12",
"updateCheck": "https://github.com/Notexe/h3-simple-health-bar/releases/latest/download/updates.json"
}