forked from BlockDevsUnited/NFT-COURSE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadataWithAttributes.json
More file actions
47 lines (47 loc) · 1 KB
/
metadataWithAttributes.json
File metadata and controls
47 lines (47 loc) · 1 KB
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
{
"description": "Babe Ruth testnet baseball card",
"external_url": "https://pixels.com/featured/babe-ruth-baseball-card-1933-jon-neidert.html",
"image": "https://images.fineartamerica.com/images/artworkimages/mediumlarge/2/babe-ruth-baseball-card-1933-jon-neidert.jpg",
"name": "Babe Ruth",
"attributes": [
{
"trait_type": "base",
"value": "jellyfish"
},
{
"trait_type": "eyes",
"value": "joy"
},
{
"trait_type": "mouth",
"value": "pleased"
},
{
"trait_type": "level",
"value": 2
},
{
"trait_type": "stamina",
"value": 2.3
},
{
"trait_type": "personality",
"value": "sleepy"
},
{
"display_type": "boost_number",
"trait_type": "aqua_power",
"value": 10
},
{
"display_type": "boost_percentage",
"trait_type": "stamina_increase",
"value": 5
},
{
"display_type": "number",
"trait_type": "generation",
"value": 1
}
]
}