-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.json
118 lines (118 loc) · 2.9 KB
/
test.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"ingredient_ids": [
"49", "35", "34"
],
"metadata": {
"species": "Adelio",
"rankLevel": "UltraLegendary",
"properties": {
"glovesDefault": {
"type": "common",
"value":
"Blue",
"depend": "fur",
"extension": ".png"
},
"armor": {
"type": "AsianEuropean",
"value":
"UL Armor-45"
,
"asset": "http:/172.16.1.217:5000/assets/nft/adelio/armor",
"orderLayer": 2,
"extension": ".png"
},
"helmet": {
"type": "SamuraiHelmet",
"value":
"Samurai Helmet-10",
"asset": "http:/172.16.1.217:5000/assets/nft/adelio/helmet",
"orderLayer": 9,
"extension": ".png"
},
"uniqueHairStyles": {
"type": "UniqueHairStyles",
"value":
"Unique Hairstyle-05",
"asset": "http:/172.16.1.217:5000/assets/nft/adelio/uniqueHairStyles",
"orderLayer": 8,
"hiddenWhenHaveProperty": "helmet",
"extension": ".png"
},
"weaponsAccessory": {
"type": "Common",
"value":
"Bomerang-01",
"asset": "http:/172.16.1.217:5000/assets/nft/adelio/weaponsAccessory",
"orderLayer": 3,
"extension": ".png"
},
"fur": {
"type": "Common",
"value":
"Yellow",
"asset": "http:/172.16.1.217:5000/assets/nft/adelio/fur",
"orderLayer": 1,
"extension": ".png"
},
"forcefield": {
"type": "Common",
"value":
"Forcefield-02",
"extension": ".png"
},
"gloves": {
"type": "GlovesMetamaterials",
"value":
"UL Gloves-29",
"asset": "http:/172.16.1.217:5000/assets/nft/adelio/gloves",
"orderLayer": 5,
"extension": ".png"
},
"shoes": {
"type": "MilitaryShoes",
"value":
"UL Military Shoes-28",
"asset": "http:/172.16.1.217:5000/assets/nft/adelio/shoes",
"orderLayer": 6,
"extension": ".png"
},
"naturePower": {
"type": "Common",
"value":
"Wind",
"extension": ".png"
},
"eyes": {
"type": "Common",
"value":
"Glow",
"asset": "http:/172.16.1.217:5000/assets/nft/adelio/eyes",
"orderLayer": 7,
"extension": ".png"
},
"halo": {
"type": "HeadOnly",
"value":
"Halo Head-02",
"asset": "http:/172.16.1.217:5000/assets/nft/adelio/halo",
"orderLayer": -0.5,
"extension": ".png"
},
"background": {
"type": "Common",
"value":
"Ice Mountain",
"asset": "http:/172.16.1.217:5000/assets/nft/adelio/background",
"orderLayer": -1,
"extension": ".png"
},
"location": {
"type": "Common",
"value":
"Desert Nation",
"asset": "location"
}
}
}
}