@dicebear/definitions 10.0.0-beta.5 → 10.0.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/LICENSE.md +62 -52
  2. package/README.md +53 -6
  3. package/dist/adventurer-neutral.min.json +1 -0
  4. package/dist/adventurer.min.json +1 -0
  5. package/dist/avataaars-neutral.min.json +1 -0
  6. package/dist/avataaars.min.json +1 -0
  7. package/dist/big-ears-neutral.min.json +1 -0
  8. package/dist/big-ears.min.json +1 -0
  9. package/dist/big-smile.min.json +1 -0
  10. package/dist/bottts-neutral.min.json +1 -0
  11. package/dist/bottts.min.json +1 -0
  12. package/dist/croodles-neutral.min.json +1 -0
  13. package/dist/croodles.min.json +1 -0
  14. package/dist/dylan.min.json +1 -0
  15. package/dist/fun-emoji.min.json +1 -0
  16. package/dist/glass.min.json +1 -0
  17. package/dist/icons.min.json +1 -0
  18. package/dist/identicon.min.json +1 -0
  19. package/dist/initials.min.json +1 -0
  20. package/dist/lorelei-neutral.min.json +1 -0
  21. package/dist/lorelei.min.json +1 -0
  22. package/dist/micah.min.json +1 -0
  23. package/dist/miniavs.min.json +1 -0
  24. package/dist/notionists-neutral.min.json +1 -0
  25. package/dist/notionists.min.json +1 -0
  26. package/dist/open-peeps.min.json +1 -0
  27. package/dist/personas.min.json +1 -0
  28. package/dist/pixel-art-neutral.min.json +1 -0
  29. package/dist/pixel-art.min.json +1 -0
  30. package/dist/rings.min.json +1 -0
  31. package/dist/shapes.min.json +1 -0
  32. package/dist/thumbs.min.json +1 -0
  33. package/dist/toon-head.min.json +1 -0
  34. package/package.json +136 -19
  35. package/src/adventurer-neutral.json +1977 -417
  36. package/src/adventurer.json +3980 -725
  37. package/src/avataaars-neutral.json +829 -234
  38. package/src/avataaars.json +2967 -703
  39. package/src/big-ears-neutral.json +2651 -482
  40. package/src/big-ears.json +4347 -905
  41. package/src/big-smile.json +1271 -247
  42. package/src/bottts-neutral.json +1054 -163
  43. package/src/bottts.json +3846 -331
  44. package/src/croodles-neutral.json +1059 -252
  45. package/src/croodles.json +4254 -513
  46. package/src/dylan.json +371 -143
  47. package/src/fun-emoji.json +1428 -185
  48. package/src/glass.json +387 -149
  49. package/src/icons.json +2342 -768
  50. package/src/identicon.json +598 -201
  51. package/src/initials.json +126 -30
  52. package/src/lorelei-neutral.json +1329 -438
  53. package/src/lorelei.json +3146 -755
  54. package/src/micah.json +1447 -361
  55. package/src/miniavs.json +794 -185
  56. package/src/notionists-neutral.json +1309 -438
  57. package/src/notionists.json +4260 -1040
  58. package/src/open-peeps.json +2696 -588
  59. package/src/personas.json +1405 -302
  60. package/src/pixel-art-neutral.json +2302 -306
  61. package/src/pixel-art.json +6871 -817
  62. package/src/rings.json +481 -152
  63. package/src/shapes.json +414 -150
  64. package/src/thumbs.json +862 -311
  65. package/src/toon-head.json +1217 -0
  66. package/types/index.d.ts +0 -426
package/src/miniavs.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "$schema": "https://static.dicebear.com/schema/definition.json#",
2
+ "$schema": "https://cdn.hopjs.net/npm/@dicebear/schema@0.10.0/dist/definition.min.json",
3
3
  "$comment": "This file was generated by the DiceBear Exporter for Figma. https://www.figma.com/community/plugin/1005765655729342787",
4
- "metadata": {
4
+ "meta": {
5
5
  "license": {
6
6
  "name": "CC BY 4.0",
7
7
  "url": "https://creativecommons.org/licenses/by/4.0/",
@@ -16,231 +16,840 @@
16
16
  "url": "https://www.figma.com/community/file/923211396597067458"
17
17
  }
18
18
  },
19
- "body": {
20
- "content": "<use href=\"#component-head\"/><use href=\"#component-body\"/><use href=\"#component-hair\"/><g transform=\"translate(1)\"><use href=\"#component-mouth\"/></g><g transform=\"translate(0 -1)\"><use href=\"#component-eyes\"/></g><use href=\"#component-glasses\"/><use href=\"#component-mustache\"/>",
19
+ "canvas": {
20
+ "elements": [
21
+ {
22
+ "type": "component",
23
+ "value": "head"
24
+ },
25
+ {
26
+ "type": "component",
27
+ "value": "body"
28
+ },
29
+ {
30
+ "type": "component",
31
+ "value": "hair"
32
+ },
33
+ {
34
+ "name": "g",
35
+ "type": "element",
36
+ "attributes": {
37
+ "transform": "translate(1)"
38
+ },
39
+ "children": [
40
+ {
41
+ "type": "component",
42
+ "value": "mouth"
43
+ }
44
+ ]
45
+ },
46
+ {
47
+ "name": "g",
48
+ "type": "element",
49
+ "attributes": {
50
+ "transform": "translate(0 -1)"
51
+ },
52
+ "children": [
53
+ {
54
+ "type": "component",
55
+ "value": "eyes"
56
+ }
57
+ ]
58
+ },
59
+ {
60
+ "type": "component",
61
+ "value": "glasses"
62
+ },
63
+ {
64
+ "type": "component",
65
+ "value": "mustache"
66
+ }
67
+ ],
21
68
  "width": 64,
22
69
  "height": 64
23
70
  },
24
- "attributes": [
25
- {
26
- "name": "fill",
27
- "value": "none"
28
- },
29
- {
30
- "name": "shape-rendering",
31
- "value": "auto"
32
- }
33
- ],
34
- "components": [
35
- {
36
- "name": "blushes",
71
+ "attributes": {
72
+ "fill": "none",
73
+ "shape-rendering": "auto"
74
+ },
75
+ "components": {
76
+ "head": {
37
77
  "width": 64,
38
78
  "height": 64,
39
- "probability": 50,
40
- "variants": [
41
- {
42
- "name": "default",
43
- "content": "<rect x=\"24\" y=\"39\" width=\"5\" height=\"3\" rx=\"1.5\" fill=\"#FF859B\"/><rect x=\"43\" y=\"39\" width=\"4\" height=\"3\" rx=\"1.5\" fill=\"#FF859B\"/>",
44
- "default": true
79
+ "variants": {
80
+ "normal": {
81
+ "elements": [
82
+ {
83
+ "name": "path",
84
+ "type": "element",
85
+ "attributes": {
86
+ "d": "M45.89 36.1c0 8.5-1.26 18.86-10.89 19.82v9.95S31.36 68 26.5 68 18 64.52 18 64.52V42a5 5 0 0 1-1.3-9.83C15.36 22.64 17.5 13 32 13c14.59 0 14.24 11.08 13.96 19.81q-.07 1.73-.07 3.29",
87
+ "fill": {
88
+ "type": "color",
89
+ "value": "skin"
90
+ }
91
+ }
92
+ },
93
+ {
94
+ "name": "path",
95
+ "type": "element",
96
+ "attributes": {
97
+ "d": "M35 55.92q-.72.07-1.5.07c-8.88 0-13.9-7.15-15.5-14.6v23.13S21.64 68 26.5 68s8.5-2.13 8.5-2.13z",
98
+ "fill": "black",
99
+ "fill-opacity": "0.07"
100
+ }
101
+ },
102
+ {
103
+ "name": "path",
104
+ "type": "element",
105
+ "attributes": {
106
+ "d": "M34.63 55.95q-.55.04-1.13.04c-6.53 0-10.97-3.86-13.5-8.87v1.12c0 5.38 2.61 9.75 8.28 9.75h1.35c3.34.03 4.6.04 5-2.04M16.7 32.17A5 5 0 0 0 18.14 42a25 25 0 0 1-.71-5.9 47 47 0 0 1-.73-3.93",
107
+ "fill": "black",
108
+ "fill-opacity": "0.07"
109
+ }
110
+ },
111
+ {
112
+ "name": "rect",
113
+ "type": "element",
114
+ "attributes": {
115
+ "x": "36",
116
+ "y": "41",
117
+ "width": "3",
118
+ "height": "2",
119
+ "rx": "1",
120
+ "fill": "black",
121
+ "fill-opacity": "0.07"
122
+ }
123
+ }
124
+ ]
125
+ },
126
+ "wide": {
127
+ "elements": [
128
+ {
129
+ "name": "path",
130
+ "type": "element",
131
+ "attributes": {
132
+ "d": "M46.07 40.4c.47 7.5.94 15-11.07 15.56v9.91S31.36 68 26.5 68 18 64.52 18 64.52V45.1q-.3-1.53-.41-3.12a5 5 0 0 1-.9-9.8C15.37 22.63 17.52 13 32 13c14.59 0 14.24 11.08 13.96 19.81q-.07 1.73-.07 3.29c0 1.4.09 2.86.18 4.3",
133
+ "fill": {
134
+ "type": "color",
135
+ "value": "skin"
136
+ }
137
+ }
138
+ },
139
+ {
140
+ "name": "path",
141
+ "type": "element",
142
+ "attributes": {
143
+ "d": "M17.59 41.98c-.16-1.97-.16-3.97-.16-5.88a47 47 0 0 1-.73-3.93 5 5 0 0 0 .89 9.8m.41 3.13v19.42S21.64 68 26.5 68s8.5-2.13 8.5-2.13v-9.91q-.72.03-1.5.03C22.71 56 19.16 51.05 18 45.1",
144
+ "fill": "black",
145
+ "fill-opacity": "0.07"
146
+ }
147
+ },
148
+ {
149
+ "name": "path",
150
+ "type": "element",
151
+ "attributes": {
152
+ "d": "M34.93 55.96q-.69.03-1.43.03c-7.25 0-11.23-2.23-13.41-5.5.5 4.82 3.16 8.5 8.3 8.5h1.36c3.8.03 4.92.04 5.18-3.03",
153
+ "fill": "black",
154
+ "fill-opacity": "0.07"
155
+ }
156
+ },
157
+ {
158
+ "name": "rect",
159
+ "type": "element",
160
+ "attributes": {
161
+ "x": "36",
162
+ "y": "41",
163
+ "width": "3",
164
+ "height": "2",
165
+ "rx": "1",
166
+ "fill": "black",
167
+ "fill-opacity": "0.07"
168
+ }
169
+ }
170
+ ]
171
+ },
172
+ "thin": {
173
+ "elements": [
174
+ {
175
+ "name": "path",
176
+ "type": "element",
177
+ "attributes": {
178
+ "d": "M45.89 36.1c0 8.92-3.9 18.9-10.39 20.4l-.5-.06v9.43S31.36 68 26.5 68 18 64.52 18 64.52V42a5 5 0 0 1-1.3-9.83C15.36 22.64 17.5 13 32 13c14.59 0 14.24 11.08 13.96 19.81q-.07 1.73-.07 3.29",
179
+ "fill": {
180
+ "type": "color",
181
+ "value": "skin"
182
+ }
183
+ }
184
+ },
185
+ {
186
+ "name": "path",
187
+ "type": "element",
188
+ "attributes": {
189
+ "d": "M18 42v22.52S21.64 68 26.5 68s8.5-2.13 8.5-2.13v-9.43c-7.26-1.02-13.9-7.5-16.45-14.47q-.28.03-.55.03",
190
+ "fill": "black",
191
+ "fill-opacity": "0.07"
192
+ }
193
+ },
194
+ {
195
+ "name": "path",
196
+ "type": "element",
197
+ "attributes": {
198
+ "d": "M16.7 32.17a5 5 0 0 0 1.85 9.8 17 17 0 0 1-1.12-5.87 47 47 0 0 1-.73-3.93m18 24.23c-6.75-1.1-12.9-6.87-15.7-13.3v.4c0 5.65 6.27 14.47 9.38 15.5 2.57.82 5.4.64 6.32-2.6",
199
+ "fill": "black",
200
+ "fill-opacity": "0.07"
201
+ }
202
+ },
203
+ {
204
+ "name": "rect",
205
+ "type": "element",
206
+ "attributes": {
207
+ "x": "36",
208
+ "y": "41",
209
+ "width": "3",
210
+ "height": "2",
211
+ "rx": "1",
212
+ "fill": "black",
213
+ "fill-opacity": "0.07"
214
+ }
215
+ }
216
+ ]
45
217
  }
46
- ]
218
+ }
47
219
  },
48
- {
49
- "name": "body",
220
+ "body": {
50
221
  "width": 64,
51
222
  "height": 64,
52
- "variants": [
53
- {
54
- "name": "tShirt",
55
- "content": "<rect x=\"7\" y=\"60\" width=\"40\" height=\"23\" rx=\"9\" fill=\"url(#color-body)\"/>",
56
- "default": true
57
- },
58
- {
59
- "name": "golf",
60
- "content": "<rect x=\"7\" y=\"60\" width=\"40\" height=\"23\" rx=\"9\" fill=\"url(#color-body)\"/><path d=\"M17 58h19v3s-5 1-9.5 1-9.5-1-9.5-1z\" fill=\"url(#color-body)\"/><path d=\"M17 58h19v2s-3 1.5-9.5 1.5S17 60 17 60z\" fill=\"black\" fill-opacity=\"0.2\"/><path d=\"M16.5 59c0-1.1.9-2 2-2h16a2 2 0 0 1 2 2s-5 1-10 1-10-1-10-1\" fill=\"url(#color-body)\"/>",
61
- "default": true
223
+ "variants": {
224
+ "tShirt": {
225
+ "elements": [
226
+ {
227
+ "name": "rect",
228
+ "type": "element",
229
+ "attributes": {
230
+ "x": "7",
231
+ "y": "60",
232
+ "width": "40",
233
+ "height": "23",
234
+ "rx": "9",
235
+ "fill": {
236
+ "type": "color",
237
+ "value": "body"
238
+ }
239
+ }
240
+ }
241
+ ]
242
+ },
243
+ "golf": {
244
+ "elements": [
245
+ {
246
+ "name": "rect",
247
+ "type": "element",
248
+ "attributes": {
249
+ "x": "7",
250
+ "y": "60",
251
+ "width": "40",
252
+ "height": "23",
253
+ "rx": "9",
254
+ "fill": {
255
+ "type": "color",
256
+ "value": "body"
257
+ }
258
+ }
259
+ },
260
+ {
261
+ "name": "path",
262
+ "type": "element",
263
+ "attributes": {
264
+ "d": "M17 58h19v3s-5 1-9.5 1-9.5-1-9.5-1z",
265
+ "fill": {
266
+ "type": "color",
267
+ "value": "body"
268
+ }
269
+ }
270
+ },
271
+ {
272
+ "name": "path",
273
+ "type": "element",
274
+ "attributes": {
275
+ "d": "M17 58h19v2s-3 1.5-9.5 1.5S17 60 17 60z",
276
+ "fill": "black",
277
+ "fill-opacity": "0.2"
278
+ }
279
+ },
280
+ {
281
+ "name": "path",
282
+ "type": "element",
283
+ "attributes": {
284
+ "d": "M16.5 59c0-1.1.9-2 2-2h16a2 2 0 0 1 2 2s-5 1-10 1-10-1-10-1",
285
+ "fill": {
286
+ "type": "color",
287
+ "value": "body"
288
+ }
289
+ }
290
+ }
291
+ ]
62
292
  }
63
- ]
293
+ }
64
294
  },
65
- {
66
- "name": "eyes",
295
+ "hair": {
67
296
  "width": 64,
68
297
  "height": 64,
69
- "variants": [
70
- {
71
- "name": "normal",
72
- "content": "<rect x=\"30\" y=\"36\" width=\"3\" height=\"4\" rx=\"1.5\" fill=\"url(#color-hair)\"/><rect x=\"40\" y=\"36\" width=\"3\" height=\"4\" rx=\"1.5\" fill=\"url(#color-hair)\"/><use href=\"#component-blushes\"/>",
73
- "default": true
74
- },
75
- {
76
- "name": "confident",
77
- "content": "<use href=\"#component-blushes\"/><path d=\"M43 37.5a1.5 1.5 0 0 1-3 0v-1.23c0-.15.12-.27.27-.27h2.46c.15 0 .27.12.27.27zm-10 0a1.5 1.5 0 0 1-3 0v-1.23c0-.15.12-.27.27-.27h2.46c.15 0 .27.12.27.27z\" fill=\"url(#color-hair)\"/><line x1=\"29.5\" y1=\"36.5\" x2=\"33.5\" y2=\"36.5\" stroke=\"url(#color-hair)\" stroke-linecap=\"round\"/><line x1=\"39.5\" y1=\"36.5\" x2=\"43.5\" y2=\"36.5\" stroke=\"url(#color-hair)\" stroke-linecap=\"round\"/>",
78
- "default": true
79
- },
80
- {
81
- "name": "happy",
82
- "content": "<use href=\"#component-blushes\"/><path d=\"M30 37.5a1.5 1.5 0 0 1 3 0v1.23c0 .15-.12.27-.27.27h-2.46a.27.27 0 0 1-.27-.27zm10 0a1.5 1.5 0 0 1 3 0v1.23c0 .15-.12.27-.27.27h-2.46a.27.27 0 0 1-.27-.27z\" fill=\"#1B0B47\"/>",
83
- "default": true
298
+ "variants": {
299
+ "balndess": {
300
+ "elements": [
301
+ {
302
+ "name": "rect",
303
+ "type": "element",
304
+ "attributes": {
305
+ "x": "14",
306
+ "y": "26",
307
+ "width": "9",
308
+ "height": "2",
309
+ "rx": "1",
310
+ "fill": {
311
+ "type": "color",
312
+ "value": "hair"
313
+ }
314
+ }
315
+ },
316
+ {
317
+ "name": "rect",
318
+ "type": "element",
319
+ "attributes": {
320
+ "x": "14",
321
+ "y": "33",
322
+ "width": "7",
323
+ "height": "2",
324
+ "rx": "1",
325
+ "fill": {
326
+ "type": "color",
327
+ "value": "hair"
328
+ }
329
+ }
330
+ },
331
+ {
332
+ "name": "rect",
333
+ "type": "element",
334
+ "attributes": {
335
+ "x": "12",
336
+ "y": "29",
337
+ "width": "13",
338
+ "height": "3",
339
+ "rx": "1.5",
340
+ "fill": {
341
+ "type": "color",
342
+ "value": "hair"
343
+ }
344
+ }
345
+ }
346
+ ]
347
+ },
348
+ "slaughter": {
349
+ "elements": [
350
+ {
351
+ "name": "path",
352
+ "type": "element",
353
+ "attributes": {
354
+ "d": "M20 21a4 4 0 0 1 3.7 5.5A4 4 0 0 1 20 32a4 4 0 0 1-8 0 24 24 0 0 1 .37-4.32A3.98 3.98 0 0 1 16 22a4 4 0 0 1 1.17.17A4 4 0 0 1 20 21m25.5 2.04a4 4 0 0 1 3.13 5.46 4 4 0 0 1-2.78 5.4c.1-3.45.31-7.36-.35-10.86",
355
+ "fill": {
356
+ "type": "color",
357
+ "value": "hair"
358
+ }
359
+ }
360
+ }
361
+ ]
362
+ },
363
+ "ponyTail": {
364
+ "elements": [
365
+ {
366
+ "name": "path",
367
+ "type": "element",
368
+ "attributes": {
369
+ "d": "M0 10c8-8 13 3 13 3l-2 8s-2 2.5 0 10-2.5 11.5-2.5 11.5S5 45 2 43s-3.4-3.92-3-7.5c.5-4.5 2-3 2-7.5s-9-10-1-18",
370
+ "fill": {
371
+ "type": "color",
372
+ "value": "hair"
373
+ }
374
+ }
375
+ },
376
+ {
377
+ "name": "path",
378
+ "type": "element",
379
+ "attributes": {
380
+ "d": "m13.03 13.18 5.5 2.38-3.56 8.26-5.51-2.38S8.5 19.5 10 16.5s3.03-3.32 3.03-3.32",
381
+ "fill": "#FF6C98"
382
+ }
383
+ },
384
+ {
385
+ "name": "path",
386
+ "type": "element",
387
+ "attributes": {
388
+ "d": "M31 8c2.5 0 4.97.45 7.27 1.33s4.4 2.17 6.16 3.8a17.5 17.5 0 0 1 4.12 5.67q1.13 2.5 1.38 5.2H50v4.29s-.34.15-1 .36v8.5s-.01 1.4-1.5 2.45c-.52.36-1.22.64-1.9.85q.29-2.18.29-4.35c0-2.05.13-4.37.15-6.73a42 42 0 0 1-7.58.63c-7.81 0-12.42-1.7-12.46-1.71v-1A26 26 0 0 0 24 31c-1.5 3.5 0 7.18-1.5 8.39-1.5 1.2-4.48 1.6-4.5 1.6l-1.32-8.81A5 5 0 0 0 18 42v8.3q-2.34-2.07-4.08-4.83c-1.7-2.7-2.9-5.8-3.48-9.1-.6-3.28-.58-6.68.04-9.96a26 26 0 0 1 3.55-9.03 21 21 0 0 1 6.43-6.5A18 18 0 0 1 31 8",
389
+ "fill": {
390
+ "type": "color",
391
+ "value": "hair"
392
+ }
393
+ }
394
+ }
395
+ ]
396
+ },
397
+ "long": {
398
+ "elements": [
399
+ {
400
+ "name": "path",
401
+ "type": "element",
402
+ "attributes": {
403
+ "fill-rule": "evenodd",
404
+ "clip-rule": "evenodd",
405
+ "d": "M30 7a18 18 0 0 1 18 18v10.5s0 .9-1.5 1.59q-.3.13-.64.24l.02-1.23c0-3.25.35-7.2 0-10.9a54 54 0 0 1-10.67 5.64A65 65 0 0 1 23 34.6V65H12V24.5A18 18 0 0 1 30 7M15 33a5 5 0 0 0 0 8z",
406
+ "fill": {
407
+ "type": "color",
408
+ "value": "hair"
409
+ }
410
+ }
411
+ }
412
+ ]
413
+ },
414
+ "curly": {
415
+ "elements": [
416
+ {
417
+ "name": "path",
418
+ "type": "element",
419
+ "attributes": {
420
+ "d": "M46 20a4 4 0 0 1 1.75 7.6 4 4 0 0 1-1.78 4.88c.13-4.07.23-8.62-1.19-12.3A4 4 0 0 1 46 20",
421
+ "fill": {
422
+ "type": "color",
423
+ "value": "hair"
424
+ }
425
+ }
426
+ },
427
+ {
428
+ "name": "path",
429
+ "type": "element",
430
+ "attributes": {
431
+ "d": "M37.5 3a6.5 6.5 0 0 1 6.01 4.03 4 4 0 0 1 3.44 4.58A7.3 7.3 0 0 1 50 17.5c0 4.15-3.58 7.5-8 7.5a8.3 8.3 0 0 1-5.7-2.23 5 5 0 0 1-6.36.2 7 7 0 0 1-7 1.74q-.4.45-.88.75a3.98 3.98 0 0 1-1.35 6.19q.3.37.3.88c0 .83-.65 1.5-1.5 1.5h-.02a4 4 0 0 1-7.3-3.17 4 4 0 0 1 0-5.66 4 4 0 0 1 .75-3.71 7 7 0 0 1 4.1-10.17V11a4 4 0 0 1 5.94-3.5 7 7 0 0 1 9.8-2.42A6.5 6.5 0 0 1 37.5 3",
432
+ "fill": {
433
+ "type": "color",
434
+ "value": "hair"
435
+ }
436
+ }
437
+ }
438
+ ]
439
+ },
440
+ "stylish": {
441
+ "elements": [
442
+ {
443
+ "name": "path",
444
+ "type": "element",
445
+ "attributes": {
446
+ "d": "M20.67 28.22v6.02c0 .76-.67 1.76-1.17 2.26s-2 1.5-2.85 1.5-3.54-.45-4.83-2.26c-1.28-1.8-.9-11.32 0-13.54s4.19-6.88 8.85-10.45A26 26 0 0 1 33.55 6.4C58.48 3.4 49.22 21 46 25.5c-5.5-2-9.5-2.5-16.72-1.53-7.21.99-8.01 1.99-8.6 4.24",
447
+ "fill": {
448
+ "type": "color",
449
+ "value": "hair"
450
+ }
451
+ }
452
+ }
453
+ ]
454
+ },
455
+ "elvis": {
456
+ "elements": [
457
+ {
458
+ "name": "path",
459
+ "type": "element",
460
+ "attributes": {
461
+ "d": "M22 28c-.63 3 1 6.98 1 7.74 0 .77-3.93 3.03-5 3.76s-1.5-7-1.5-7c-3 0-3.5 5.5-3.5 5.5s-2.25-.74-3-4.5c-.51-2.54.3-8.09.5-9.5.5-3.5 1-11.5 7.5-15.5s23-4 27-3c9.9 2.47 11.22 16 8 20.5-5 5.5-19-1-23.5-1s-6.87 0-7.5 3",
462
+ "fill": {
463
+ "type": "color",
464
+ "value": "hair"
465
+ }
466
+ }
467
+ }
468
+ ]
469
+ },
470
+ "classic02": {
471
+ "elements": [
472
+ {
473
+ "name": "path",
474
+ "type": "element",
475
+ "attributes": {
476
+ "d": "M24 8c14.5-9.5 28 1 27 10-1.71 15.4-21.75 9-27 9h-.13A4 4 0 0 1 20 32v.2a4 4 0 1 1-7.83-1.37 4 4 0 0 1-.88-4.33 4 4 0 0 1 .8-4.25C12.61 16.28 14.9 9.35 24 8",
477
+ "fill": {
478
+ "type": "color",
479
+ "value": "hair"
480
+ }
481
+ }
482
+ }
483
+ ]
484
+ },
485
+ "classic01": {
486
+ "elements": [
487
+ {
488
+ "name": "path",
489
+ "type": "element",
490
+ "attributes": {
491
+ "d": "M22 11c14.5-9.5 32.5 7.5 28.5 11.5-9.12 9.12-17.77 4.8-23.45 3.09A4 4 0 0 1 24 27h-.13A4 4 0 0 1 20 32v.2a4 4 0 0 1-8-.2c0-.81.04-2.05.2-3.28q-.2-.43-.2-1.22C12 22.25 8.5 13 22 11",
492
+ "fill": {
493
+ "type": "color",
494
+ "value": "hair"
495
+ }
496
+ }
497
+ }
498
+ ]
84
499
  }
85
- ]
500
+ }
86
501
  },
87
- {
88
- "name": "glasses",
502
+ "mouth": {
89
503
  "width": 64,
90
504
  "height": 64,
91
- "probability": 20,
92
- "variants": [
93
- {
94
- "name": "normal",
95
- "content": "<circle cx=\"30.2689\" cy=\"36.2689\" r=\"4.26891\" stroke=\"black\" stroke-width=\"2\"/><circle cx=\"44.2689\" cy=\"36.2689\" r=\"4.26891\" stroke=\"black\" stroke-width=\"2\"/><line x1=\"33.9852\" y1=\"35.1056\" x2=\"40.9852\" y2=\"35.002\" stroke=\"black\" stroke-width=\"2\"/>",
96
- "default": true
505
+ "variants": {
506
+ "default": {
507
+ "elements": [
508
+ {
509
+ "name": "path",
510
+ "type": "element",
511
+ "attributes": {
512
+ "d": "M27.93 46a1 1 0 0 1 1-1h9.14a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-1.14a5 5 0 0 1-5-5",
513
+ "fill": "#66253C"
514
+ }
515
+ },
516
+ {
517
+ "name": "path",
518
+ "type": "element",
519
+ "attributes": {
520
+ "d": "M27.93 46.2c1.01-.38 2.66-.2 4.07-.2 2.2 0 4 1.56 4 3.5q0 .64-.25 1.2a5 5 0 0 1-1.68.3h-1.14a5 5 0 0 1-5-4.8",
521
+ "fill": "#B03E67"
522
+ }
523
+ },
524
+ {
525
+ "name": "path",
526
+ "type": "element",
527
+ "attributes": {
528
+ "d": "M29 45h10v1a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1z",
529
+ "fill": "white"
530
+ }
531
+ }
532
+ ]
533
+ },
534
+ "missingTooth": {
535
+ "elements": [
536
+ {
537
+ "name": "path",
538
+ "type": "element",
539
+ "attributes": {
540
+ "d": "M27.93 46a1 1 0 0 1 1-1h9.14a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-1.14a5 5 0 0 1-5-5",
541
+ "fill": "#66253C"
542
+ }
543
+ },
544
+ {
545
+ "name": "path",
546
+ "type": "element",
547
+ "attributes": {
548
+ "d": "M27.93 46.2c1.01-.38 2.66-.2 4.07-.2 2.2 0 4 1.56 4 3.5q0 .64-.25 1.2a5 5 0 0 1-1.68.3h-1.14a5 5 0 0 1-5-4.8",
549
+ "fill": "#B03E67"
550
+ }
551
+ },
552
+ {
553
+ "name": "path",
554
+ "type": "element",
555
+ "attributes": {
556
+ "d": "M29 45h10v1a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1z",
557
+ "fill": "white"
558
+ }
559
+ },
560
+ {
561
+ "name": "path",
562
+ "type": "element",
563
+ "attributes": {
564
+ "d": "M31 45.3c0-.17.13-.3.3-.3h1.4c.17 0 .3.13.3.3v2.4a.3.3 0 0 1-.3.3h-1.4a.3.3 0 0 1-.3-.3z",
565
+ "fill": "#B03E67"
566
+ }
567
+ }
568
+ ]
97
569
  }
98
- ]
570
+ }
99
571
  },
100
- {
101
- "name": "hair",
572
+ "eyes": {
102
573
  "width": 64,
103
574
  "height": 64,
104
- "variants": [
105
- {
106
- "name": "balndess",
107
- "content": "<rect x=\"14\" y=\"26\" width=\"9\" height=\"2\" rx=\"1\" fill=\"url(#color-hair)\"/><rect x=\"14\" y=\"33\" width=\"7\" height=\"2\" rx=\"1\" fill=\"url(#color-hair)\"/><rect x=\"12\" y=\"29\" width=\"13\" height=\"3\" rx=\"1.5\" fill=\"url(#color-hair)\"/>",
108
- "default": true
109
- },
110
- {
111
- "name": "slaughter",
112
- "content": "<path d=\"M24 25q0 .8-.3 1.5A4 4 0 0 1 20 32a4 4 0 0 1-8 0c0-1.05.07-2.78.37-4.32a4 4 0 0 1 4.8-5.5A3.99 3.99 0 0 1 24 25m21.85 8.9a4 4 0 0 0 2.78-5.4 4 4 0 0 0-3.13-5.46c.6 3.14.48 6.61.38 9.78q0 .54-.03 1.07\" fill=\"url(#color-hair)\"/>",
113
- "default": true
114
- },
115
- {
116
- "name": "ponyTail",
117
- "content": "<path d=\"M0 10c8-8 13 3 13 3l-2 8s-2 2.5 0 10-2.5 11.5-2.5 11.5S5 45 2 43s-3.4-3.92-3-7.5c.5-4.5 2-3 2-7.5s-9-10-1-18\" fill=\"url(#color-hair)\"/><path d=\"m13.03 13.18 5.5 2.38-3.56 8.26-5.51-2.38S8.5 19.5 10 16.5s3.03-3.32 3.03-3.32\" fill=\"#FF6C98\"/><path d=\"m18 41-1.32-8.82A5 5 0 0 0 18 42v8.3q-2.34-2.07-4.08-4.83c-1.7-2.7-2.9-5.8-3.48-9.1-.6-3.28-.58-6.68.04-9.96a26 26 0 0 1 3.55-9.03 21 21 0 0 1 6.43-6.5A18 18 0 0 1 31 8c2.5 0 4.97.45 7.27 1.33s4.4 2.17 6.16 3.8a17.5 17.5 0 0 1 4.12 5.67q1.13 2.5 1.38 5.2H50v4.29s-.33.15-1 .36v8.5s0 1.4-1.5 2.45c-.52.36-1.22.64-1.9.85q.29-2.18.29-4.35 0-1.56.07-3.3.06-1.66.08-3.43c-1.85.34-4.37.63-7.58.63C30.62 30 26 28.29 26 28.29v-1A26 26 0 0 0 24 31c-.75 1.75-.75 3.54-.75 5.05s0 2.73-.75 3.34c-1.5 1.2-4.5 1.6-4.5 1.6\" fill=\"url(#color-hair)\"/>",
118
- "default": true
119
- },
120
- {
121
- "name": "long",
122
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M48 25a18 18 0 0 0-36-.5V65h11V34.6a65 65 0 0 0 12.2-3.76 54 54 0 0 0 10.68-5.64c.24 2.53.15 5.16.08 7.61q-.07 1.73-.08 3.29l-.02 1.23q.35-.1.64-.24c1.5-.7 1.5-1.6 1.5-1.6zm-33 8a4.98 4.98 0 0 0 0 8z\" fill=\"url(#color-hair)\"/>",
123
- "default": true
124
- },
125
- {
126
- "name": "curly",
127
- "content": "<path d=\"M45.97 32.48a4 4 0 0 0 1.78-4.88 4 4 0 0 0-2.97-7.41c1.42 3.67 1.31 8.22 1.19 12.3\" fill=\"url(#color-hair)\"/><path d=\"M36.3 22.76a5 5 0 0 1-6.36.2 7 7 0 0 1-7 1.74q-.4.43-.88.73a3.98 3.98 0 0 1-1.35 6.19q.3.37.3.88A1.5 1.5 0 0 1 19.5 34a4 4 0 0 1-7.3-3.17 4 4 0 0 1 0-5.66 4 4 0 0 1 .74-3.71 7 7 0 0 1 4.1-10.17v-.31a4 4 0 0 1 5.94-3.5 7 7 0 0 1 9.8-2.42 6.48 6.48 0 0 1 10.78 1.95 4 4 0 0 1 3.43 4.58 7.3 7.3 0 0 1 3.05 5.9c0 4.15-3.58 7.5-8 7.5a8.3 8.3 0 0 1-5.7-2.23\" fill=\"url(#color-hair)\"/>",
128
- "default": true
129
- },
130
- {
131
- "name": "stylish",
132
- "content": "<path d=\"M20.67 28.22v6.02c0 .76-.67 1.76-1.17 2.26s-2 1.5-2.85 1.5-3.54-.45-4.83-2.26c-1.28-1.8-.9-11.32 0-13.54s4.19-6.88 8.85-10.45A26 26 0 0 1 33.55 6.4C58.48 3.4 49.22 21 46 25.5c-5.5-2-9.5-2.5-16.72-1.53-7.21.99-8.01 1.99-8.6 4.24\" fill=\"url(#color-hair)\"/>",
133
- "default": true
134
- },
135
- {
136
- "name": "elvis",
137
- "content": "<path d=\"M22 28c-.63 3 1 6.98 1 7.74 0 .77-3.93 3.03-5 3.76s-1.5-7-1.5-7c-3 0-3.5 5.5-3.5 5.5s-2.25-.74-3-4.5c-.51-2.54.3-8.09.5-9.5.5-3.5 1-11.5 7.5-15.5s23-4 27-3c9.9 2.47 11.22 16 8 20.5-5 5.5-19-1-23.5-1s-6.87 0-7.5 3\" fill=\"url(#color-hair)\"/>",
138
- "default": true
139
- },
140
- {
141
- "name": "classic02",
142
- "content": "<path d=\"M28.12 27.47C35.92 28.6 49.6 30.6 51 18 52 9 38.5-1.5 24 8c-9.1 1.35-11.39 8.28-11.9 14.26a4 4 0 0 0-.8 4.24 4 4 0 0 0 .87 4.33A4 4 0 1 0 20 32a4 4 0 0 0 3.87-5H24c.95 0 2.4.21 4.12.47\" fill=\"url(#color-hair)\"/>",
143
- "default": true
144
- },
145
- {
146
- "name": "classic01",
147
- "content": "<path d=\"M29.7 26.2c5.6 1.87 13.39 4.45 21.53-3.7 4-4-14-21-28.5-11.5-11.33 1.68-10.68 8.47-10.18 13.71q.17 1.51.18 2.8 0 .78.2 1.2a27 27 0 0 0-.2 3.3 4 4 0 1 0 8 0 4 4 0 0 0 3.88-5h.12a4 4 0 0 0 3.06-1.4z\" fill=\"url(#color-hair)\"/>",
148
- "default": true
575
+ "variants": {
576
+ "normal": {
577
+ "elements": [
578
+ {
579
+ "name": "rect",
580
+ "type": "element",
581
+ "attributes": {
582
+ "x": "30",
583
+ "y": "36",
584
+ "width": "3",
585
+ "height": "4",
586
+ "rx": "1.5",
587
+ "fill": {
588
+ "type": "color",
589
+ "value": "hair"
590
+ }
591
+ }
592
+ },
593
+ {
594
+ "name": "rect",
595
+ "type": "element",
596
+ "attributes": {
597
+ "x": "40",
598
+ "y": "36",
599
+ "width": "3",
600
+ "height": "4",
601
+ "rx": "1.5",
602
+ "fill": {
603
+ "type": "color",
604
+ "value": "hair"
605
+ }
606
+ }
607
+ },
608
+ {
609
+ "type": "component",
610
+ "value": "blushes"
611
+ }
612
+ ]
613
+ },
614
+ "confident": {
615
+ "elements": [
616
+ {
617
+ "type": "component",
618
+ "value": "blushes"
619
+ },
620
+ {
621
+ "name": "path",
622
+ "type": "element",
623
+ "attributes": {
624
+ "d": "M43 37.5a1.5 1.5 0 0 1-3 0v-1.23c0-.15.12-.27.27-.27h2.46c.15 0 .27.12.27.27zm-10 0a1.5 1.5 0 0 1-3 0v-1.23c0-.15.12-.27.27-.27h2.46c.15 0 .27.12.27.27z",
625
+ "fill": {
626
+ "type": "color",
627
+ "value": "hair"
628
+ }
629
+ }
630
+ },
631
+ {
632
+ "name": "line",
633
+ "type": "element",
634
+ "attributes": {
635
+ "x1": "29.5",
636
+ "y1": "36.5",
637
+ "x2": "33.5",
638
+ "y2": "36.5",
639
+ "stroke": {
640
+ "type": "color",
641
+ "value": "hair"
642
+ },
643
+ "stroke-linecap": "round"
644
+ }
645
+ },
646
+ {
647
+ "name": "line",
648
+ "type": "element",
649
+ "attributes": {
650
+ "x1": "39.5",
651
+ "y1": "36.5",
652
+ "x2": "43.5",
653
+ "y2": "36.5",
654
+ "stroke": {
655
+ "type": "color",
656
+ "value": "hair"
657
+ },
658
+ "stroke-linecap": "round"
659
+ }
660
+ }
661
+ ]
662
+ },
663
+ "happy": {
664
+ "elements": [
665
+ {
666
+ "type": "component",
667
+ "value": "blushes"
668
+ },
669
+ {
670
+ "name": "path",
671
+ "type": "element",
672
+ "attributes": {
673
+ "d": "M30 37.5a1.5 1.5 0 0 1 3 0v1.23c0 .15-.12.27-.27.27h-2.46a.27.27 0 0 1-.27-.27zm10 0a1.5 1.5 0 0 1 3 0v1.23c0 .15-.12.27-.27.27h-2.46a.27.27 0 0 1-.27-.27z",
674
+ "fill": "#1B0B47"
675
+ }
676
+ }
677
+ ]
149
678
  }
150
- ]
679
+ }
151
680
  },
152
- {
153
- "name": "head",
681
+ "glasses": {
154
682
  "width": 64,
155
683
  "height": 64,
156
- "variants": [
157
- {
158
- "name": "normal",
159
- "content": "<path d=\"M45.89 36.1c0 8.5-1.26 18.86-10.89 19.82v9.95S31.36 68 26.5 68 18 64.52 18 64.52V42a5 5 0 0 1-1.3-9.83C15.36 22.64 17.5 13 32 13c14.59 0 14.24 11.08 13.96 19.81q-.07 1.73-.07 3.29\" fill=\"url(#color-skin)\"/><path d=\"M35 55.92q-.72.07-1.5.07c-8.88 0-13.9-7.15-15.5-14.6v23.13S21.64 68 26.5 68s8.5-2.13 8.5-2.13z\" fill=\"black\" fill-opacity=\"0.07\"/><path d=\"M34.63 55.95q-.55.04-1.13.04c-6.53 0-10.97-3.86-13.5-8.87v1.12c0 5.38 2.61 9.75 8.28 9.75h1.35c3.34.03 4.6.04 5-2.04M16.7 32.17A5 5 0 0 0 18.14 42a25 25 0 0 1-.71-5.9 47 47 0 0 1-.73-3.93\" fill=\"black\" fill-opacity=\"0.07\"/><rect x=\"36\" y=\"41\" width=\"3\" height=\"2\" rx=\"1\" fill=\"black\" fill-opacity=\"0.07\"/>",
160
- "default": true
161
- },
162
- {
163
- "name": "wide",
164
- "content": "<path d=\"M46.07 40.4c.47 7.5.94 15-11.07 15.56v9.91S31.36 68 26.5 68 18 64.52 18 64.52V45.1q-.3-1.53-.41-3.12a5 5 0 0 1-.9-9.8C15.37 22.63 17.52 13 32 13c14.59 0 14.24 11.08 13.96 19.81q-.07 1.73-.07 3.29c0 1.4.09 2.86.18 4.3\" fill=\"url(#color-skin)\"/><path d=\"M17.59 41.98c-.16-1.97-.16-3.97-.16-5.88a47 47 0 0 1-.73-3.93 5 5 0 0 0 .89 9.8m.41 3.13v19.42S21.64 68 26.5 68s8.5-2.13 8.5-2.13v-9.91q-.72.03-1.5.03C22.71 56 19.16 51.05 18 45.1\" fill=\"black\" fill-opacity=\"0.07\"/><path d=\"M34.93 55.96q-.69.03-1.43.03c-7.25 0-11.23-2.23-13.41-5.5.5 4.82 3.16 8.5 8.3 8.5h1.36c3.8.03 4.92.04 5.18-3.03\" fill=\"black\" fill-opacity=\"0.07\"/><rect x=\"36\" y=\"41\" width=\"3\" height=\"2\" rx=\"1\" fill=\"black\" fill-opacity=\"0.07\"/>",
165
- "default": true
166
- },
167
- {
168
- "name": "thin",
169
- "content": "<path d=\"M45.89 36.1c0 8.92-3.9 18.9-10.39 20.4l-.5-.06v9.43S31.36 68 26.5 68 18 64.52 18 64.52V42a5 5 0 0 1-1.3-9.83C15.36 22.64 17.5 13 32 13c14.59 0 14.24 11.08 13.96 19.81q-.07 1.73-.07 3.29\" fill=\"url(#color-skin)\"/><path d=\"M18 42v22.52S21.64 68 26.5 68s8.5-2.13 8.5-2.13v-9.43c-7.26-1.02-13.9-7.5-16.45-14.47q-.28.03-.55.03\" fill=\"black\" fill-opacity=\"0.07\"/><path d=\"M16.7 32.17a5 5 0 0 0 1.85 9.8 17 17 0 0 1-1.12-5.87 47 47 0 0 1-.73-3.93m18 24.23c-6.75-1.1-12.9-6.87-15.7-13.3v.4c0 5.65 6.27 14.47 9.38 15.5 2.57.82 5.4.64 6.32-2.6\" fill=\"black\" fill-opacity=\"0.07\"/><rect x=\"36\" y=\"41\" width=\"3\" height=\"2\" rx=\"1\" fill=\"black\" fill-opacity=\"0.07\"/>",
170
- "default": true
684
+ "probability": 20,
685
+ "variants": {
686
+ "normal": {
687
+ "elements": [
688
+ {
689
+ "name": "circle",
690
+ "type": "element",
691
+ "attributes": {
692
+ "cx": "30.2689",
693
+ "cy": "36.2689",
694
+ "r": "4.26891",
695
+ "stroke": "black",
696
+ "stroke-width": "2"
697
+ }
698
+ },
699
+ {
700
+ "name": "circle",
701
+ "type": "element",
702
+ "attributes": {
703
+ "cx": "44.2689",
704
+ "cy": "36.2689",
705
+ "r": "4.26891",
706
+ "stroke": "black",
707
+ "stroke-width": "2"
708
+ }
709
+ },
710
+ {
711
+ "name": "line",
712
+ "type": "element",
713
+ "attributes": {
714
+ "x1": "33.9852",
715
+ "y1": "35.1056",
716
+ "x2": "40.9852",
717
+ "y2": "35.002",
718
+ "stroke": "black",
719
+ "stroke-width": "2"
720
+ }
721
+ }
722
+ ]
171
723
  }
172
- ]
724
+ }
173
725
  },
174
- {
175
- "name": "mouth",
726
+ "mustache": {
176
727
  "width": 64,
177
728
  "height": 64,
178
- "variants": [
179
- {
180
- "name": "default",
181
- "content": "<path d=\"M27.93 46a1 1 0 0 1 1-1h9.14a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-1.14a5 5 0 0 1-5-5\" fill=\"#66253C\"/><path d=\"M35.76 50.7a5 5 0 0 1-1.69.3h-1.14a5 5 0 0 1-5-4.8c.77-.29 1.9-.25 3.02-.22L32 46c2.21 0 4 1.57 4 3.5q0 .64-.24 1.2\" fill=\"#B03E67\"/><path d=\"M29 45h10v1a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1z\" fill=\"white\"/>",
182
- "default": true
183
- },
184
- {
185
- "name": "missingTooth",
186
- "content": "<path d=\"M27.93 46a1 1 0 0 1 1-1h9.14a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-1.14a5 5 0 0 1-5-5\" fill=\"#66253C\"/><path d=\"M35.76 50.7a5 5 0 0 1-1.69.3h-1.14a5 5 0 0 1-5-4.8c.77-.29 1.9-.25 3.02-.22L32 46c2.21 0 4 1.57 4 3.5q0 .64-.24 1.2\" fill=\"#B03E67\"/><path d=\"M29 45h10v1a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1z\" fill=\"white\"/><path d=\"M31 45.3c0-.17.13-.3.3-.3h1.4c.17 0 .3.13.3.3v2.4a.3.3 0 0 1-.3.3h-1.4a.3.3 0 0 1-.3-.3z\" fill=\"#B03E67\"/>",
187
- "default": true
729
+ "probability": 20,
730
+ "variants": {
731
+ "pencilThinBeard": {
732
+ "elements": [
733
+ {
734
+ "name": "path",
735
+ "type": "element",
736
+ "attributes": {
737
+ "d": "M26.5 45s4.5-.5 11-2v2c-1.5.67-5.5 1.6-7.5 2-2.5.5-3.5-2-3.5-2m21.5-.24S44 44 38 43v2c1.43.59 4.6 1.15 6.5 1.5 2.38.44 3.5-1.74 3.5-1.74M33.31 55.24a1 1 0 0 1 .97-1.24h3.44a1 1 0 0 1 .97 1.24l-.25 1a1 1 0 0 1-.97.76h-2.94a1 1 0 0 1-.97-.76z",
738
+ "fill": {
739
+ "type": "color",
740
+ "value": "hair"
741
+ }
742
+ }
743
+ }
744
+ ]
745
+ },
746
+ "pencilThin": {
747
+ "elements": [
748
+ {
749
+ "name": "path",
750
+ "type": "element",
751
+ "attributes": {
752
+ "d": "M37.5 45c-1.5.67-5.5 1.6-7.5 2-2.5.5-3.5-2-3.5-2s4.5-.5 11-2zm.5-2c6 1 10 1.76 10 1.76s-1.12 2.18-3.5 1.74c-1.9-.35-5.07-.91-6.5-1.5z",
753
+ "fill": {
754
+ "type": "color",
755
+ "value": "hair"
756
+ }
757
+ }
758
+ }
759
+ ]
760
+ },
761
+ "horshoe": {
762
+ "elements": [
763
+ {
764
+ "name": "path",
765
+ "type": "element",
766
+ "attributes": {
767
+ "d": "M40 46h-9v7a4 4 0 0 1-4 4V46a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v11a4 4 0 0 1-4-4z",
768
+ "fill": {
769
+ "type": "color",
770
+ "value": "hair"
771
+ }
772
+ }
773
+ }
774
+ ]
775
+ },
776
+ "freddy": {
777
+ "elements": [
778
+ {
779
+ "name": "path",
780
+ "type": "element",
781
+ "attributes": {
782
+ "d": "M28 46a3 3 0 0 1 3-3h9a3 3 0 0 1 3 3z",
783
+ "fill": {
784
+ "type": "color",
785
+ "value": "hair"
786
+ }
787
+ }
788
+ }
789
+ ]
188
790
  }
189
- ]
791
+ }
190
792
  },
191
- {
192
- "name": "mustache",
793
+ "blushes": {
193
794
  "width": 64,
194
795
  "height": 64,
195
- "probability": 20,
196
- "variants": [
197
- {
198
- "name": "pencilThinBeard",
199
- "content": "<path d=\"M26.5 45s4.5-.5 11-2v2c-1.5.67-5.5 1.6-7.5 2-2.5.5-3.5-2-3.5-2m21.5-.24S44 44 38 43v2c1.43.59 4.6 1.15 6.5 1.5 2.38.44 3.5-1.74 3.5-1.74M33.31 55.24a1 1 0 0 1 .97-1.24h3.44a1 1 0 0 1 .97 1.24l-.25 1a1 1 0 0 1-.97.76h-2.94a1 1 0 0 1-.97-.76z\" fill=\"url(#color-hair)\"/>",
200
- "default": true
201
- },
202
- {
203
- "name": "pencilThin",
204
- "content": "<path d=\"M37.5 43c-6.5 1.5-11 2-11 2s1 2.5 3.5 2c2-.4 6-1.33 7.5-2zm.5 0c6 1 10 1.76 10 1.76s-1.12 2.18-3.5 1.74l-.32-.06c-1.92-.35-4.83-.89-6.18-1.44z\" fill=\"url(#color-hair)\"/>",
205
- "default": true
206
- },
207
- {
208
- "name": "horshoe",
209
- "content": "<path d=\"M27 46a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v11a4 4 0 0 1-4-4v-7h-9v7a4 4 0 0 1-4 4z\" fill=\"url(#color-hair)\"/>",
210
- "default": true
211
- },
212
- {
213
- "name": "freddy",
214
- "content": "<path d=\"M28 46a3 3 0 0 1 3-3h9a3 3 0 0 1 3 3z\" fill=\"url(#color-hair)\"/>",
215
- "default": true
796
+ "probability": 50,
797
+ "variants": {
798
+ "default": {
799
+ "elements": [
800
+ {
801
+ "name": "rect",
802
+ "type": "element",
803
+ "attributes": {
804
+ "x": "24",
805
+ "y": "39",
806
+ "width": "5",
807
+ "height": "3",
808
+ "rx": "1.5",
809
+ "fill": "#FF859B"
810
+ }
811
+ },
812
+ {
813
+ "name": "rect",
814
+ "type": "element",
815
+ "attributes": {
816
+ "x": "43",
817
+ "y": "39",
818
+ "width": "4",
819
+ "height": "3",
820
+ "rx": "1.5",
821
+ "fill": "#FF859B"
822
+ }
823
+ }
824
+ ]
216
825
  }
217
- ]
826
+ }
218
827
  }
219
- ],
220
- "colors": [
221
- {
222
- "name": "body",
828
+ },
829
+ "colors": {
830
+ "skin": {
831
+ "notEqualTo": [],
223
832
  "values": [
224
- "3633e0",
225
- "e05a33",
226
- "ff4dd8"
833
+ "#ffcb7e",
834
+ "#f5d0c5",
835
+ "#836055"
227
836
  ]
228
837
  },
229
- {
230
- "name": "hair",
838
+ "hair": {
839
+ "notEqualTo": [],
231
840
  "values": [
232
- "1b0b47",
233
- "47280b",
234
- "ad3a20"
841
+ "#47280b",
842
+ "#1b0b47",
843
+ "#ad3a20"
235
844
  ]
236
845
  },
237
- {
238
- "name": "skin",
846
+ "body": {
847
+ "notEqualTo": [],
239
848
  "values": [
240
- "836055",
241
- "f5d0c5",
242
- "ffcb7e"
849
+ "#e05a33",
850
+ "#3633e0",
851
+ "#ff4dd8"
243
852
  ]
244
853
  }
245
- ]
854
+ }
246
855
  }