-
Notifications
You must be signed in to change notification settings - Fork 126
/
config.json
39 lines (39 loc) · 1.09 KB
/
config.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
{
"layers": [
{
"name": "Background",
"values": ["Blue", "Orange", "Purple", "Red", "Yellow"],
"trait_path": "./trait-layers/backgrounds",
"filename": ["blue", "orange", "purple", "red", "yellow"],
"weights": [20.0,20.0,20.0,20.0,20.0]
},
{
"name": "Foreground",
"values": ["Python Logo", "Python Logo 2", "Python Logo 3", "Python Logo 4", "Python Logo 5"],
"trait_path": "./trait-layers/foreground",
"filename": ["logo", "logo", "logo", "logo", "logo"],
"weights": [20,20,20,20,20]
},
{
"name": "Branding",
"values": ["A Name", "Another Name"],
"trait_path": "./trait-layers/text",
"filename": ["text", "text"],
"weights": [50, 50]
}
],
"incompatibilities": [
{
"layer": "Background",
"value": "Blue",
"incompatible_with": ["Python Logo 2"],
"default": {
"value": "Default Incompatibility",
"filename": "./trait-layers/foreground/logo"
}
}
],
"baseURI": ".",
"name": "NFT #",
"description": "This is a description for this NFT series."
}