-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathserver.json
106 lines (106 loc) · 2.4 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
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
{
"stock": [
{
"id": 3078,
"amount": 3
},
{
"id": 3031,
"amount": 5
},
{
"id": 3004,
"amount": 2
},
{
"id": 3812,
"amount": 1
},
{
"id": 3072,
"amount": 5
},
{
"id": 3153,
"amount": 10
},
{
"id": 3151,
"amount": 8
},
{
"id": 3068,
"amount": 2
},
{
"id": 3143,
"amount": 10
},
{
"id": 3116,
"amount": 3
}
],
"products": [
{
"id": 3078,
"title": "Trinity Force",
"price": 3733,
"image": "https://vignette.wikia.nocookie.net/leagueoflegends/images/3/3d/Trinity_Force_item.png"
},
{
"id": 3031,
"title": "Infinity Edge",
"price": 3400,
"image": "https://vignette.wikia.nocookie.net/leagueoflegends/images/1/15/Infinity_Edge_item.png"
},
{
"id": 3004,
"title": "Manamune",
"price": 2400,
"image": "https://vignette.wikia.nocookie.net/leagueoflegends/images/6/60/Manamune_item.png"
},
{
"id": 3812,
"title": "Death's Dance",
"price": 3600,
"image": "https://vignette.wikia.nocookie.net/leagueoflegends/images/1/1c/Death%27s_Dance_item.png"
},
{
"id": 3072,
"title": "Bloodthirster",
"price": 3500,
"image": "https://vignette.wikia.nocookie.net/leagueoflegends/images/8/8b/Bloodthirster_item.png"
},
{
"id": 3153,
"title": "Blade of the Ruined King",
"price": 3300,
"image": "https://vignette.wikia.nocookie.net/leagueoflegends/images/2/2f/Blade_of_the_Ruined_King_item.png"
},
{
"id": 3151,
"title": "Liandry's Torment",
"price": 3100,
"image": "https://vignette.wikia.nocookie.net/leagueoflegends/images/f/fd/Liandry%27s_Torment_item.png"
},
{
"id": 3068,
"title": "Sunfire Cape",
"price": 2750,
"image": "https://vignette.wikia.nocookie.net/leagueoflegends/images/6/61/Sunfire_Cape_item.png"
},
{
"id": 3143,
"title": "Randuin's Omen",
"price": 2900,
"image": "https://vignette.wikia.nocookie.net/leagueoflegends/images/0/08/Randuin%27s_Omen_item.png"
},
{
"id": 3116,
"title": "Rylai's Crystal Scepter",
"price": 2600,
"image": "https://vignette.wikia.nocookie.net/leagueoflegends/images/f/f2/Rylai%27s_Crystal_Scepter_item.png"
}
]
}