-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy,json
29 lines (29 loc) · 793 Bytes
/
my,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
{
"name":"north",
"description":"north remembers!",
"image":"https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Jan_Gossaert_-_Portrait_of_a_Merchant_-_Google_Art_Project.jpg/444px-Jan_Gossaert_-_Portrait_of_a_Merchant_-_Google_Art_Project.jpg",
"attributes":[
{
"trait_type":"attack",
"value":"5"
},
{
"trait_type":"health",
"value":"5"
},
{
"trait_type":"speed",
"value":"25"
},
{
"display_type": "boost_percentage",
"trait_type":"Stamina Increase",
"value": 66
},
{
"display_type": "number",
"trait_type": "Generation",
"value": 6
}
]
}