-
Notifications
You must be signed in to change notification settings - Fork 3
/
template.json
57 lines (57 loc) · 1.31 KB
/
template.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
{
"name": "Template",
"abbreviations": ["tpl", "tmpl"],
"tags": [],
"description": "This is a template object.",
"footnote": "",
"class": "Class",
"rank": "Rank",
"team": null,
"image": null,
"portrait_change": true,
"passives": [
{
"name": "Passive 1",
"description": "Passive description",
"effects": []
},
{
"name": "Passive 2",
"description": "Passive description",
"effects": []
},
{
"name": "Passive 3",
"description": "Passive description",
"effects": []
}
],
"builds": [
{
"name": "Template Build",
"description": "Template build description",
"author": "Jane Doe",
"author_icon": "",
"author_url": "",
"footnote": "",
"hero_level": 1,
"gear_level": 1,
"star_rating": 1,
"gear": "15x ATK",
"talents": "7x DEF",
"stats": {
"attack": 1,
"health": 1,
"defense": "1%",
"blocking": "1%",
"cad": "1%",
"cac": "1%",
"lac": "1%",
"fac": "1%",
"stun_resistance": "1%",
"dot_resistance": "1%",
"crit_resistance": "1%"
}
}
]
}