-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcosmetics.json
67 lines (67 loc) · 1.81 KB
/
cosmetics.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
{
"skins": [
{
"name": "player",
"displayName": "Default",
"url": "/assets/images/player.png",
"price": 0,
"description": "Tu personaje por defecto."
},
{
"name": "mareo",
"displayName": "Mareo",
"url": "/assets/images/mareoPlayer.png",
"price": 1000,
"description": "0_o"
},
{
"name": "rudo",
"displayName": "Rudo",
"url": "/assets/images/rudoPlayer.png",
"price": 2000,
"description": "Así es la vida"
},
{
"name": "mini",
"displayName": "Mini",
"url": "/assets/images/miniPlayer.png",
"price": 3000,
"description": "mini"
},
{
"name": "cat",
"displayName": "Cat",
"url": "/assets/images/catPlayer.png",
"price": 4000,
"description": "miaw"
},
{
"name": "sad",
"displayName": "Sad",
"url": "/assets/images/sadPlayer.png",
"price": 5000,
"description": "soy yo"
},
{
"name": "demon",
"displayName": "Demon",
"url": "/assets/images/demonPlayer.png",
"price": 6000,
"description": "es malillo"
},
{
"name": "monster",
"displayName": "monster",
"url": "/assets/images/monsterPlayer.png",
"price": 7000,
"description": "aaaaaaa"
},
{
"name": "kmv",
"displayName": "K-MV",
"url": "/assets/images/kmvPlayer.png",
"price": 8000,
"description": "killMiniVillains"
}
]
}