-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathsleeves.lua
More file actions
110 lines (100 loc) · 3.04 KB
/
Copy pathsleeves.lua
File metadata and controls
110 lines (100 loc) · 3.04 KB
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
107
108
109
110
--[[------------------------------------------------------------------
Category = {
["Name"] = {
ImageId;
CostInBloxBux;
CostInRobux;
Hidden;
};
}
~Vis
--]]------------------------------------------------------------------
local sleeves = {
Basic = {
--["Hub"] = {};
["Basic"] = {273687854, 0};
["Legendary"] = {290771466, 1250};
["Magnus"] = {290876672, 650};
["Zero"] = {290876678, 1750};
["Frozen"] = {290771477, 650};
["Toxic"] = {290876665, 650};
["Golden"] = {290876688, 650};
["Nemesis"] = {291243677, 600};
["Mosaic"] = {326642689, 675};
["Money"] = {379765242, 100};
["Tickets"] = {386561334, 650};
["Blueprint"] = {486505302, 1500};
["Inkling"] = {486505300, 2000};
["Crystals"] = {486449138, 1750};
["Red Planet"] = {486505296, 1500};
["Techno"] = {486449207, 650};
["Arial"] = {486449185, 800};
["Invisible"] = {0, 4000};
["Clown Spiral"] = {486449186, 600};
["Sleevefinity"] = {486449155, 1500};
["Obvious"] = {486449131, 1500};
["Wooden"] = {596217246, 700};
["Nerf"] = {534129585, 2000};
["ChaCha"] = {702179631, 2500};
["Bootleg Nova"] = {2041779898, 500, 5};
};
Valentines = {
["Affectionate"] = {362532185, 650};
["Hearts"] = {362532384, 1000};
["Darkheart"] = {362532271, 600};
["Refused"] = {656316347, 500};
["Pink Lines"] = {656316251, 500};
["Heartman"] = {656316122, 100};
["Quidolph PW"] = {1384041826, 2000};
};
Memes = {
["DanTDM"] = {414086400, 100};
["GRAND DAD"] = {486505292, 1335};
["Flintstones"] = {486533671, 1330};
["Harambe"] = {656572214, 1250};
["Doge"] = {574398544, 900};
["Wood Grain"] = {627815623, 750};
["Cheese Grater"] = {657242593, 3000};
["PPAP"] = {662644965, 800};
["Chocolate"] = {657244077, 1000};
["Peanut"] = {657244171, 700};
["FakePlaceHolder"] = {675456203, 400};
["ContentDeleted"] = {675456229, 1350};
["Cow"] = {675456703, 1400};
["Squidward"] = {675456873, 700};
["Illuminatus"] = {850398463, 850};
["Jojokes"] = {1233428950, 1500};
["Supreme"] = {1923820840, 2000};
["YuGiOh"] = {1923821071, 1995};
};
Halloween = {
["Goopy"] = {534129450, 460};
["Spooky Scary"] = {534129749, 500};
["Lunar"] = {534130016, 1200};
["Arachnid"] = {534130351, 1300};
["Countdown"] = {534131320, 600};
["Ghost House"] = {534131677, 500};
["Ghost House 2"] = {534132135, 500};
["Halloween 2016"] = {534131858, 400};
["Darkseed"] = {559463641, 100};
["PsychoVisleaf"] = {850398436, 2450};
};
CardArt = {
["Ninja Fox"] = {1172564327, 4200};
["Digimon"] = {1172564751, 2700};
["MisterObvious"] = {486449168, 1800};
["Cindering"] = {689606529, 3000};
["Egotist"] = {486449178, 2000};
["BlizzardCreeper"] = {486449200, 2250};
["Anacalagon"] = {486449221, 2500};
["Nova"] = {486449146, 100};
["Paraselene Sage"] = {574430820, 3700};
["Brother's Grotesque"] = {574431847, 2200};
["Myrmiredon"] = {574431712, 2350};
["Zanzel"] = {559461035, 2500};
["Papasmurf"] = {596205593, 2400};
["UltraObliterator"] = {675456737, 2000};
["Gentle Giant"] = {486449213, 1500};
};
}
return sleeves