forked from orangecapinnovative/job-quest-intern-2019
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hero.json
65 lines (65 loc) · 1.07 KB
/
hero.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
[
{
"name": "Sven",
"networth": 48000,
"level": 16,
"kill": 8,
"death": 2,
"assist": 3,
"primary_attribute": "strength"
},
{
"name": "Lina",
"networth": 53000,
"level": 18,
"kill": 10,
"death": 1,
"assist": 1,
"primary_attribute": "intelligent"
},
{
"name": "Maiden",
"networth": 22000,
"level": 12,
"kill": 2,
"death": 6,
"assist": 10,
"primary_attribute": "intelligent"
},
{
"name": "Juggernauth",
"networth": 61000,
"level": 18,
"kill": 7,
"death": 0,
"assist": 0,
"primary_attribute": "agility"
},
{
"name": "Doom",
"networth": 76000,
"level": 17,
"kill": 4,
"death": 3,
"assist": 3,
"primary_attribute": "strength"
},
{
"name": "Slark",
"networth": 59000,
"level": 19,
"kill": 8,
"death": 0,
"assist": 0,
"primary_attribute": "agility"
},
{
"name": "IO",
"networth": 27000,
"level": 13,
"kill": 1,
"death": 4,
"assist": 14,
"primary_attribute": "intelligent"
}
]