-
Notifications
You must be signed in to change notification settings - Fork 20
/
metadata.json
123 lines (117 loc) · 3.43 KB
/
metadata.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
119
120
121
122
123
{
"contractUri":
{
"description": "Items created by The CONTRACTOR.",
"external_link": "https://github.com/alto-io/contractor/",
"image": "https://raw.githubusercontent.com/cj1128/emoji-images/master/imgs/1f574.png",
"name": "Contractor ERC1155 Items",
"symbol": "ERC1155-CTR"
},
"metadata": [
{
"id": "1",
"name": "Fighter Sword",
"description": "For poking.",
"image": "Fighter_Sword.png",
"attributes": [
{
"trait_type": "Base",
"value": "Sword"
},
{
"trait_type": "Attack",
"value": 10
},
{
"trait_type": "Speed",
"value": 0.5
},
{
"display_type": "boost_number",
"trait_type": "Enchantment",
"value": 40
},
{
"display_type": "boost_percentage",
"trait_type": "Chance to Hit",
"value": 50
},
{
"display_type": "number",
"trait_type": "Generation",
"value": 1
}
]
},
{
"id": "2",
"name": "Fighter Shield",
"description": "For blocking. ",
"image": "Fighter_Shield.png",
"attributes": [
{
"trait_type": "Base",
"value": "Shield"
},
{
"trait_type": "Defense",
"value": 10
},
{
"trait_type": "Armor",
"value": 0.5
},
{
"display_type": "boost_number",
"trait_type": "Enchantment",
"value": 20
},
{
"display_type": "boost_percentage",
"trait_type": "Chance to Block",
"value": 30
},
{
"display_type": "number",
"trait_type": "Generation",
"value": 1
}
]
},
{
"id": "3",
"name": "Mage Wand",
"description": "For casting.",
"image": "Mage_Wand.png",
"attributes": [
{
"trait_type": "Base",
"value": "Sword"
},
{
"trait_type": "Magic",
"value": 3
},
{
"trait_type": "Cooldown",
"value": 0.2
},
{
"display_type": "boost_number",
"trait_type": "Enchantment",
"value": 20
},
{
"display_type": "boost_percentage",
"trait_type": "Chance to Hit",
"value": 40
},
{
"display_type": "number",
"trait_type": "Generation",
"value": 1
}
]
}
]
}