-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.json
72 lines (72 loc) · 2.09 KB
/
server.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
{
"stock": [
{
"id": 1,
"amount": 3
},
{
"id": 2,
"amount": 5
},
{
"id": 3,
"amount": 2
},
{
"id": 4,
"amount": 1
},
{
"id": 5,
"amount": 5
},
{
"id": 6,
"amount": 10
}
],
"products": [
{
"id": 1,
"title": "Rapid Firecannon",
"description": "Critical Strike Chance, Attack Speed and Bonus Range.",
"price": 2600,
"image": "https://vignette.wikia.nocookie.net/leagueoflegends/images/4/48/Rapid_Firecannon_item_HD.png/revision/latest?cb=20180326192026"
},
{
"id": 2,
"title": "Ravenous Hydra",
"description": "Attack Damage, Life Steal and AOE Damage.",
"price": 3500,
"image": "https://vignette.wikia.nocookie.net/leagueoflegends/images/9/90/Ravenous_Hydra_item_HD.png/revision/latest?cb=20180325162017"
},
{
"id": 3,
"title": "Phantom Dancer",
"description": "Critical Strike Chance, Attack Speed e Lifesaver Shield.",
"price": 2600,
"image": "https://vignette.wikia.nocookie.net/leagueoflegends/images/5/5e/Phantom_Dancer_item_HD.png/revision/latest?cb=20180326192000"
},
{
"id": 4,
"title": "Death's Dance",
"description": "Attack Damage, Life Steal and Damage suffered converted to bleeding..",
"price": 3600,
"image": "https://vignette.wikia.nocookie.net/leagueoflegends/images/7/74/Death%27s_Dance_item_HD.png/revision/latest?cb=20180325192111"
},
{
"id": 5,
"title": "Mortal Reminder",
"description": "Attack Damage, Armor Penetration and Grievous Wounds.",
"price": 2800,
"image": "https://vignette.wikia.nocookie.net/leagueoflegends/images/f/f3/Mortal_Reminder_item_HD.png/revision/latest?cb=20180325205317"
},
{
"id": 6,
"title": "Morellonomicon",
"description": "Abillity Power, Magic Penetration and Grievous Wounds.",
"price": 3000,
"image": "https://vignette.wikia.nocookie.net/leagueoflegends/images/1/1e/Pox_Arcana_item_HD.png/revision/latest?cb=20180325161821"
}
]
}