-
Notifications
You must be signed in to change notification settings - Fork 4
/
traits-configuration.json
73 lines (73 loc) · 1.44 KB
/
traits-configuration.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
{
"name": "NFT #",
"symbol": "FSKY",
"description": "This is a Test Collection",
"dnp": {
"background": {
"blue.png": {
"eyes": [
"egg-eyes.png",
"heart-eyes.png"
],
"face": [
"cyan-face.png"
]
}
}
},
"premadeCustoms": [{
"background": "yellow.png",
"face": "cyan-face.png",
"eyes": "egg-eyes.png",
"mouth": "block-mouth.png"
}],
"breakdown": {
"background": {
"blue.png": 3,
"brown.png": 6,
"flesh.png": 2,
"green.png": 6,
"light-blue.png": 5,
"light-green.png": 3,
"light-pink.png": 1,
"light-purple.png": 1,
"light-yellow.png": 4,
"orange.png": 5,
"pink.png": 7,
"purple.png": 8,
"red.png": 5,
"yellow.png": 44
},
"eyes": {
"egg-eyes.png": 30,
"heart-eyes.png": 17,
"square-eyes.png": 14,
"star-eyes.png": 39
},
"mouth": {
"block-mouth.png": 49,
"smile-mouth.png": 39,
"triangle-mouth.png": 12
},
"face": {
"cyan-face.png": 4,
"dark-green-face.png": 8,
"flesh-face.png": 8,
"gold-face.png": 7,
"grapefruit-face.png": 9,
"green-face.png": 1,
"pink-face.png": 8,
"purple-face.png": 8,
"sun-face.png": 10,
"teal-face.png": 37
}
},
"order": [
"background",
"face",
"eyes",
"mouth"
],
"width": 1000,
"height": 1000
}