SHOW:
|
|
- or go back to the newest paste.
| 1 | --[[ | |
| 2 | ||
| 3 | -= This now functons differently! =- | |
| 4 | *READ BELOW* | |
| 5 | ||
| 6 | *** Listed pets names are not the ones saved, they are the ones DELETED! *** | |
| 7 | *** DeletePets was made to prevent pets which people didn't know the names of from being deleted. *** | |
| 8 | *** Check Console (F9) to see what is being deleted and obtained! *** | |
| 9 | ||
| 10 | Last Update | |
| 11 | 11/9/2018 | |
| 12 | ||
| 13 | --]] | |
| 14 | ||
| 15 | local DeletePets = {
| |
| 16 | - | "Hydra","Spike","Aesthetic Cat","Magic Fox","Chimera","Dominus Pumpkin","Dominus Cherry","Dominus Noob","Dominus Wavy","Dominus HeadStack","Dominus Damnee","Dominus Rainbow", -- Any pet name here will be auto-deleted after purchase! |
| 16 | + | "Dominus Electric","Hydra","Spike","Aesthetic Cat","Magic Fox","Chimera","Dominus Pumpkin","Dominus Cherry","Dominus Noob","Dominus Wavy","Dominus HeadStack","Dominus Damnee","Dominus Rainbow", -- Any pet name here will be auto-deleted after purchase! |
| 17 | } | |
| 18 | ||
| 19 | local Settings = {
| |
| 20 | ["Egg Purchase Amount"] = 300, -- Amount of Eggs you want the script to purchase! (Ends After) | |
| 21 | ["Egg Tier"] = "Tier 18", -- What tier of egg you want purchased! (Tier 1-18) | |
| 22 | } | |
| 23 | ||
| 24 | local Directory = {
| |
| 25 | Pets = {
| |
| 26 | ["1001"] = {
| |
| 27 | DisplayName = "Cat", | |
| 28 | ReferenceName = "Cat", | |
| 29 | Image = "rbxassetid://2540369833", | |
| 30 | Rarity = 1, | |
| 31 | Height = 1, | |
| 32 | Egg = "Tier 1", | |
| 33 | Level = {1, 1},
| |
| 34 | GoldenImage = "rbxassetid://2540376849", | |
| 35 | GoldenReferenceName = "Cat Golden" | |
| 36 | }, | |
| 37 | ["1002"] = {
| |
| 38 | DisplayName = "Dog", | |
| 39 | ReferenceName = "Dog", | |
| 40 | Image = "rbxassetid://2540371619", | |
| 41 | Rarity = 1, | |
| 42 | Height = 1, | |
| 43 | Egg = "Tier 1", | |
| 44 | Level = {1, 1},
| |
| 45 | GoldenImage = "rbxassetid://2540378330", | |
| 46 | GoldenReferenceName = "Dog Golden" | |
| 47 | }, | |
| 48 | ["1003"] = {
| |
| 49 | DisplayName = "Bunny", | |
| 50 | ReferenceName = "Bunny", | |
| 51 | Image = "rbxassetid://2540369313", | |
| 52 | Rarity = 1, | |
| 53 | Height = 1, | |
| 54 | Egg = "Tier 1", | |
| 55 | Level = {7, 7},
| |
| 56 | GoldenImage = "rbxassetid://2540376513", | |
| 57 | GoldenReferenceName = "Bunny Golden" | |
| 58 | }, | |
| 59 | ["1004"] = {
| |
| 60 | DisplayName = "Lamb", | |
| 61 | ReferenceName = "Lamb", | |
| 62 | Image = "rbxassetid://2540391534", | |
| 63 | Rarity = 1, | |
| 64 | Height = 1, | |
| 65 | Egg = "Tier 1", | |
| 66 | Level = {6, 6},
| |
| 67 | GoldenImage = "rbxassetid://2540381634", | |
| 68 | GoldenReferenceName = "Lamb Golden" | |
| 69 | }, | |
| 70 | ["1005"] = {
| |
| 71 | DisplayName = "Orange Cat", | |
| 72 | ReferenceName = "Cat Orange", | |
| 73 | Image = "rbxassetid://2540369915", | |
| 74 | Rarity = 2, | |
| 75 | Height = 1, | |
| 76 | Egg = "Tier 1", | |
| 77 | Level = {7, 7},
| |
| 78 | GoldenImage = "rbxassetid://2540376849", | |
| 79 | GoldenReferenceName = "Cat Golden" | |
| 80 | }, | |
| 81 | ["2001"] = {
| |
| 82 | DisplayName = "Brown Cat", | |
| 83 | ReferenceName = "Cat Brown", | |
| 84 | Image = "rbxassetid://2540369760", | |
| 85 | Rarity = 1, | |
| 86 | Height = 1, | |
| 87 | Egg = "Tier 2", | |
| 88 | Level = {14, 16},
| |
| 89 | GoldenImage = "rbxassetid://2540376849", | |
| 90 | GoldenReferenceName = "Cat Golden" | |
| 91 | }, | |
| 92 | ["2002"] = {
| |
| 93 | DisplayName = "White Cat", | |
| 94 | ReferenceName = "Cat White", | |
| 95 | Image = "rbxassetid://2540370006", | |
| 96 | Rarity = 1, | |
| 97 | Height = 1, | |
| 98 | Egg = "Tier 2", | |
| 99 | Level = {14, 16},
| |
| 100 | GoldenImage = "rbxassetid://2540376849", | |
| 101 | GoldenReferenceName = "Cat Golden" | |
| 102 | }, | |
| 103 | ["2003"] = {
| |
| 104 | DisplayName = "White Dog", | |
| 105 | ReferenceName = "Dog White", | |
| 106 | Image = "rbxassetid://2540371972", | |
| 107 | Rarity = 1, | |
| 108 | Height = 1, | |
| 109 | Egg = "Tier 2", | |
| 110 | Level = {16, 18},
| |
| 111 | GoldenImage = "rbxassetid://2540378330", | |
| 112 | GoldenReferenceName = "Dog Golden" | |
| 113 | }, | |
| 114 | ["2004"] = {
| |
| 115 | DisplayName = "Mouse", | |
| 116 | ReferenceName = "Mouse", | |
| 117 | Image = "rbxassetid://2540392664", | |
| 118 | Rarity = 1, | |
| 119 | Height = 1, | |
| 120 | Egg = "Tier 2", | |
| 121 | Level = {16, 18},
| |
| 122 | GoldenImage = "rbxassetid://2540382468", | |
| 123 | GoldenReferenceName = "Mouse Golden" | |
| 124 | }, | |
| 125 | ["2005"] = {
| |
| 126 | DisplayName = "White Bunny", | |
| 127 | ReferenceName = "Bunny White", | |
| 128 | Image = "rbxassetid://2540369396", | |
| 129 | Rarity = 2, | |
| 130 | Height = 1, | |
| 131 | Egg = "Tier 2", | |
| 132 | Level = {26, 28},
| |
| 133 | GoldenImage = "rbxassetid://2540376513", | |
| 134 | GoldenReferenceName = "Bunny Golden" | |
| 135 | }, | |
| 136 | ["3001"] = {
| |
| 137 | DisplayName = "Dalmatian", | |
| 138 | ReferenceName = "Dog Dalmatian", | |
| 139 | Image = "rbxassetid://2540371723", | |
| 140 | Rarity = 1, | |
| 141 | Height = 1, | |
| 142 | Egg = "Tier 3", | |
| 143 | Level = {32, 38},
| |
| 144 | GoldenImage = "rbxassetid://2551498938", | |
| 145 | GoldenReferenceName = "Dog Dalmatian Golden" | |
| 146 | }, | |
| 147 | ["3002"] = {
| |
| 148 | DisplayName = "Bear", | |
| 149 | ReferenceName = "Bear", | |
| 150 | Image = "rbxassetid://2540368795", | |
| 151 | Rarity = 1, | |
| 152 | Height = 1, | |
| 153 | Egg = "Tier 3", | |
| 154 | Level = {32, 38},
| |
| 155 | GoldenImage = "rbxassetid://2540376002", | |
| 156 | GoldenReferenceName = "Bear Golden" | |
| 157 | }, | |
| 158 | ["3003"] = {
| |
| 159 | DisplayName = "Polar Bear", | |
| 160 | ReferenceName = "Polar Bear", | |
| 161 | Image = "rbxassetid://2540393525", | |
| 162 | Rarity = 1, | |
| 163 | Height = 1, | |
| 164 | Egg = "Tier 3", | |
| 165 | Level = {33, 39},
| |
| 166 | GoldenImage = "rbxassetid://2540383286", | |
| 167 | GoldenReferenceName = "Polar Bear Golden" | |
| 168 | }, | |
| 169 | ["3004"] = {
| |
| 170 | DisplayName = "Pig", | |
| 171 | ReferenceName = "Pig", | |
| 172 | Image = "rbxassetid://2540393270", | |
| 173 | Rarity = 1, | |
| 174 | Height = 1, | |
| 175 | Egg = "Tier 3", | |
| 176 | Level = {33, 39},
| |
| 177 | GoldenImage = "rbxassetid://2540382940", | |
| 178 | GoldenReferenceName = "Pig Golden" | |
| 179 | }, | |
| 180 | ["3005"] = {
| |
| 181 | DisplayName = "Panda", | |
| 182 | ReferenceName = "Panda", | |
| 183 | Image = "rbxassetid://2540393122", | |
| 184 | Rarity = 3, | |
| 185 | Height = 1, | |
| 186 | Egg = "Tier 3", | |
| 187 | Level = {54, 66},
| |
| 188 | GoldenImage = "rbxassetid://2540382802", | |
| 189 | GoldenReferenceName = "Panda Golden" | |
| 190 | }, | |
| 191 | ["4001"] = {
| |
| 192 | DisplayName = "Koala", | |
| 193 | ReferenceName = "Koala", | |
| 194 | Image = "rbxassetid://2540391182", | |
| 195 | Rarity = 2, | |
| 196 | Height = 1, | |
| 197 | Egg = "Tier 4", | |
| 198 | Level = {59, 71},
| |
| 199 | GoldenImage = "rbxassetid://2540380676", | |
| 200 | GoldenReferenceName = "Koala Golden" | |
| 201 | }, | |
| 202 | ["4002"] = {
| |
| 203 | DisplayName = "Crocodile", | |
| 204 | ReferenceName = "Crocodile", | |
| 205 | Image = "", | |
| 206 | Rarity = 2, | |
| 207 | Height = 1, | |
| 208 | Egg = "Tier 4", | |
| 209 | Level = {59, 71},
| |
| 210 | GoldenImage = "rbxassetid://2540377505", | |
| 211 | GoldenReferenceName = "Crocodile Golden" | |
| 212 | }, | |
| 213 | ["4003"] = {
| |
| 214 | DisplayName = "Platypus", | |
| 215 | ReferenceName = "Platypus", | |
| 216 | Image = "rbxassetid://2540393380", | |
| 217 | Rarity = 2, | |
| 218 | Height = 1, | |
| 219 | Egg = "Tier 4", | |
| 220 | Level = {59, 71},
| |
| 221 | GoldenImage = "rbxassetid://2540383153", | |
| 222 | GoldenReferenceName = "Platypus Golden" | |
| 223 | }, | |
| 224 | ["4004"] = {
| |
| 225 | DisplayName = "Seal", | |
| 226 | ReferenceName = "Seal", | |
| 227 | Image = "rbxassetid://2540395114", | |
| 228 | Rarity = 2, | |
| 229 | Height = 0.8, | |
| 230 | Egg = "Tier 4", | |
| 231 | Level = {59, 71},
| |
| 232 | GoldenImage = "rbxassetid://2540385056", | |
| 233 | GoldenReferenceName = "Seal Golden" | |
| 234 | }, | |
| 235 | ["4005"] = {
| |
| 236 | DisplayName = "Racoon", | |
| 237 | ReferenceName = "Racoon", | |
| 238 | Image = "rbxassetid://2540394146", | |
| 239 | Rarity = 3, | |
| 240 | Height = 1, | |
| 241 | Egg = "Tier 4", | |
| 242 | Level = {77, 93},
| |
| 243 | GoldenImage = "rbxassetid://2540383748", | |
| 244 | GoldenReferenceName = "Racoon Golden" | |
| 245 | }, | |
| 246 | ["5001"] = {
| |
| 247 | DisplayName = "Owl", | |
| 248 | ReferenceName = "Owl", | |
| 249 | Image = "rbxassetid://2540392953", | |
| 250 | Rarity = 2, | |
| 251 | Height = 3, | |
| 252 | Egg = "Tier 5", | |
| 253 | Level = {81, 99},
| |
| 254 | GoldenImage = "rbxassetid://2540382671", | |
| 255 | GoldenReferenceName = "Owl Golden" | |
| 256 | }, | |
| 257 | ["5002"] = {
| |
| 258 | DisplayName = "Monkey", | |
| 259 | ReferenceName = "Monkey", | |
| 260 | Image = "rbxassetid://2540392410", | |
| 261 | Rarity = 2, | |
| 262 | Height = 1, | |
| 263 | Egg = "Tier 5", | |
| 264 | Level = {81, 99},
| |
| 265 | GoldenImage = "rbxassetid://2540382324", | |
| 266 | GoldenReferenceName = "Monkey Golden" | |
| 267 | }, | |
| 268 | ["5003"] = {
| |
| 269 | DisplayName = "Turtle", | |
| 270 | ReferenceName = "Turtle", | |
| 271 | Image = "rbxassetid://2540398740", | |
| 272 | Rarity = 2, | |
| 273 | Height = 1, | |
| 274 | Egg = "Tier 5", | |
| 275 | Level = {81, 99},
| |
| 276 | GoldenImage = "rbxassetid://2540388028", | |
| 277 | GoldenReferenceName = "Turtle Golden" | |
| 278 | }, | |
| 279 | ["5004"] = {
| |
| 280 | DisplayName = "Bat", | |
| 281 | ReferenceName = "Bat", | |
| 282 | Image = "rbxassetid://2540368673", | |
| 283 | Rarity = 2, | |
| 284 | Height = 3, | |
| 285 | Egg = "Tier 5", | |
| 286 | Level = {81, 99},
| |
| 287 | GoldenImage = "rbxassetid://2540375713", | |
| 288 | GoldenReferenceName = "Bat Golden" | |
| 289 | }, | |
| 290 | ["5005"] = {
| |
| 291 | DisplayName = "Bee", | |
| 292 | ReferenceName = "Bee", | |
| 293 | Image = "rbxassetid://2540368910", | |
| 294 | Rarity = 4, | |
| 295 | Height = 3, | |
| 296 | Egg = "Tier 5", | |
| 297 | Level = {109, 133},
| |
| 298 | GoldenImage = "rbxassetid://2540376135", | |
| 299 | GoldenReferenceName = "Bee Golden" | |
| 300 | }, | |
| 301 | ["6001"] = {
| |
| 302 | DisplayName = "Cheeta", | |
| 303 | ReferenceName = "Cheeta", | |
| 304 | Image = "rbxassetid://2540370162", | |
| 305 | Rarity = 3, | |
| 306 | Height = 1, | |
| 307 | Egg = "Tier 6", | |
| 308 | Level = {135, 165},
| |
| 309 | GoldenImage = "rbxassetid://2540376955", | |
| 310 | GoldenReferenceName = "Cheeta Golden" | |
| 311 | }, | |
| 312 | ["6002"] = {
| |
| 313 | DisplayName = "Tiger", | |
| 314 | ReferenceName = "Tiger", | |
| 315 | Image = "rbxassetid://2540398531", | |
| 316 | Rarity = 3, | |
| 317 | Height = 1, | |
| 318 | Egg = "Tier 6", | |
| 319 | Level = {135, 165},
| |
| 320 | GoldenImage = "rbxassetid://2540387866", | |
| 321 | GoldenReferenceName = "Tiger Golden" | |
| 322 | }, | |
| 323 | ["6003"] = {
| |
| 324 | DisplayName = "Zebra", | |
| 325 | ReferenceName = "Zebra", | |
| 326 | Image = "rbxassetid://2540401618", | |
| 327 | Rarity = 3, | |
| 328 | Height = 1, | |
| 329 | Egg = "Tier 6", | |
| 330 | Level = {135, 165},
| |
| 331 | GoldenImage = "rbxassetid://2540389105", | |
| 332 | GoldenReferenceName = "Zebra Golden" | |
| 333 | }, | |
| 334 | ["6004"] = {
| |
| 335 | DisplayName = "Ladybug", | |
| 336 | ReferenceName = "Ladybug", | |
| 337 | Image = "rbxassetid://2540391346", | |
| 338 | Rarity = 3, | |
| 339 | Height = 1, | |
| 340 | Egg = "Tier 6", | |
| 341 | Level = {155, 189},
| |
| 342 | GoldenImage = "rbxassetid://2540381183", | |
| 343 | GoldenReferenceName = "Ladybug Golden" | |
| 344 | }, | |
| 345 | ["7001"] = {
| |
| 346 | DisplayName = "Watermelon", | |
| 347 | ReferenceName = "Watermelon", | |
| 348 | Image = "rbxassetid://2540398990", | |
| 349 | Rarity = 4, | |
| 350 | Height = 1, | |
| 351 | Egg = "Tier 7", | |
| 352 | Level = {198, 242},
| |
| 353 | GoldenImage = "rbxassetid://2540388314", | |
| 354 | GoldenReferenceName = "Watermelon Golden" | |
| 355 | }, | |
| 356 | ["7002"] = {
| |
| 357 | DisplayName = "Yeti", | |
| 358 | ReferenceName = "Yeti", | |
| 359 | Image = "rbxassetid://2540401324", | |
| 360 | Rarity = 4, | |
| 361 | Height = 1, | |
| 362 | Egg = "Tier 7", | |
| 363 | Level = {198, 242},
| |
| 364 | GoldenImage = "rbxassetid://2540388892", | |
| 365 | GoldenReferenceName = "Yeti Golden" | |
| 366 | }, | |
| 367 | ["7003"] = {
| |
| 368 | DisplayName = "Slime", | |
| 369 | ReferenceName = "Slime", | |
| 370 | Image = "rbxassetid://2540395937", | |
| 371 | Rarity = 4, | |
| 372 | Height = 0.8, | |
| 373 | Egg = "Tier 7", | |
| 374 | Level = {198, 242},
| |
| 375 | GoldenImage = "rbxassetid://2540385700", | |
| 376 | GoldenReferenceName = "Slime Golden" | |
| 377 | }, | |
| 378 | ["7004"] = {
| |
| 379 | DisplayName = "Dragon", | |
| 380 | ReferenceName = "Dragon", | |
| 381 | Image = "rbxassetid://2540374349", | |
| 382 | Rarity = 5, | |
| 383 | Height = 3, | |
| 384 | Egg = "Tier 7", | |
| 385 | Level = {225, 275},
| |
| 386 | GoldenImage = "rbxassetid://2540379139", | |
| 387 | GoldenReferenceName = "Dragon Golden" | |
| 388 | }, | |
| 389 | ["8001"] = {
| |
| 390 | DisplayName = "Bomb", | |
| 391 | ReferenceName = "Bomb", | |
| 392 | Image = "rbxassetid://2540369199", | |
| 393 | Rarity = 4, | |
| 394 | Height = 1, | |
| 395 | Egg = "Tier 8", | |
| 396 | Level = {383, 467},
| |
| 397 | GoldenImage = "rbxassetid://2540376367", | |
| 398 | GoldenReferenceName = "Bomb Golden" | |
| 399 | }, | |
| 400 | ["8002"] = {
| |
| 401 | DisplayName = "Ghost", | |
| 402 | ReferenceName = "Ghost", | |
| 403 | Image = "rbxassetid://2540374785", | |
| 404 | Rarity = 4, | |
| 405 | Height = 1, | |
| 406 | Egg = "Tier 8", | |
| 407 | Level = {383, 467},
| |
| 408 | GoldenImage = "rbxassetid://2540379366", | |
| 409 | GoldenReferenceName = "Ghost Golden" | |
| 410 | }, | |
| 411 | ["8003"] = {
| |
| 412 | DisplayName = "Cherry Monkey", | |
| 413 | ReferenceName = "Monkey Cherry", | |
| 414 | Image = "rbxassetid://2540392256", | |
| 415 | Rarity = 4, | |
| 416 | Height = 1, | |
| 417 | Egg = "Tier 8", | |
| 418 | Level = {383, 467},
| |
| 419 | GoldenImage = "rbxassetid://2540382324", | |
| 420 | GoldenReferenceName = "Monkey Golden" | |
| 421 | }, | |
| 422 | ["8004"] = {
| |
| 423 | DisplayName = "Demon", | |
| 424 | ReferenceName = "Demon", | |
| 425 | Image = "rbxassetid://2540371448", | |
| 426 | Rarity = 6, | |
| 427 | Height = 1, | |
| 428 | Egg = "Tier 8", | |
| 429 | Level = {765, 935},
| |
| 430 | GoldenImage = "rbxassetid://2540378208", | |
| 431 | GoldenReferenceName = "Demon Golden" | |
| 432 | }, | |
| 433 | ["8005"] = {
| |
| 434 | DisplayName = "Cyclops", | |
| 435 | ReferenceName = "Cyclops", | |
| 436 | Image = "rbxassetid://2540371208", | |
| 437 | Rarity = 4, | |
| 438 | Height = 1, | |
| 439 | Egg = "Tier 8", | |
| 440 | Level = {384, 468},
| |
| 441 | GoldenImage = "rbxassetid://2540377754", | |
| 442 | GoldenReferenceName = "Cyclops Golden" | |
| 443 | }, | |
| 444 | ["9001"] = {
| |
| 445 | DisplayName = "Fantasy Dragon", | |
| 446 | ReferenceName = "Dragon Fantasy", | |
| 447 | Image = "rbxassetid://2540374475", | |
| 448 | Rarity = 5, | |
| 449 | Height = 3, | |
| 450 | Egg = "Tier 9", | |
| 451 | Level = {675, 825},
| |
| 452 | GoldenImage = "rbxassetid://2540379139", | |
| 453 | GoldenReferenceName = "Dragon Golden" | |
| 454 | }, | |
| 455 | ["9002"] = {
| |
| 456 | DisplayName = "Cherry Bomb", | |
| 457 | ReferenceName = "Bomb Cherry", | |
| 458 | Image = "rbxassetid://2540369074", | |
| 459 | Rarity = 5, | |
| 460 | Height = 1, | |
| 461 | Egg = "Tier 9", | |
| 462 | Level = {675, 825},
| |
| 463 | GoldenImage = "rbxassetid://2540376367", | |
| 464 | GoldenReferenceName = "Bomb Golden" | |
| 465 | }, | |
| 466 | ["9003"] = {
| |
| 467 | DisplayName = "Wavy Zebra", | |
| 468 | ReferenceName = "Zebra Wavy", | |
| 469 | Image = "rbxassetid://2540400076", | |
| 470 | Rarity = 5, | |
| 471 | Height = 1, | |
| 472 | Egg = "Tier 9", | |
| 473 | Level = {675, 825},
| |
| 474 | GoldenImage = "rbxassetid://2540389105", | |
| 475 | GoldenReferenceName = "Zebra Golden" | |
| 476 | }, | |
| 477 | ["9004"] = {
| |
| 478 | DisplayName = "Wavy Cheeta", | |
| 479 | ReferenceName = "Cheeta Wavy", | |
| 480 | Image = "rbxassetid://2540399377", | |
| 481 | Rarity = 5, | |
| 482 | Height = 1, | |
| 483 | Egg = "Tier 9", | |
| 484 | Level = {675, 825},
| |
| 485 | GoldenImage = "rbxassetid://2540376955", | |
| 486 | GoldenReferenceName = "Cheeta Golden" | |
| 487 | }, | |
| 488 | ["9005"] = {
| |
| 489 | DisplayName = "Wavy Tiger", | |
| 490 | ReferenceName = "Tiger Wavy", | |
| 491 | Image = "rbxassetid://2540399958", | |
| 492 | Rarity = 5, | |
| 493 | Height = 1, | |
| 494 | Egg = "Tier 9", | |
| 495 | Level = {675, 825},
| |
| 496 | GoldenImage = "rbxassetid://2540387866", | |
| 497 | GoldenReferenceName = "Tiger Golden" | |
| 498 | }, | |
| 499 | ["10001"] = {
| |
| 500 | DisplayName = "Lava Zebra", | |
| 501 | ReferenceName = "Zebra Lava", | |
| 502 | Image = "rbxassetid://2540401483", | |
| 503 | Rarity = 6, | |
| 504 | Height = 1, | |
| 505 | Egg = "Tier 10", | |
| 506 | Level = {1260, 1540},
| |
| 507 | GoldenImage = "rbxassetid://2540389105", | |
| 508 | GoldenReferenceName = "Zebra Golden" | |
| 509 | }, | |
| 510 | ["10002"] = {
| |
| 511 | DisplayName = "Lava Dalmatian", | |
| 512 | ReferenceName = "Dog Lava Dalmatian", | |
| 513 | Image = "rbxassetid://2540371829", | |
| 514 | Rarity = 6, | |
| 515 | Height = 1, | |
| 516 | Egg = "Tier 10", | |
| 517 | Level = {1260, 1540},
| |
| 518 | GoldenImage = "rbxassetid://2551498938", | |
| 519 | GoldenReferenceName = "Dog Lava Dalmatian Golden" | |
| 520 | }, | |
| 521 | ["10003"] = {
| |
| 522 | DisplayName = "Lava Turtle", | |
| 523 | ReferenceName = "Turtle Lava", | |
| 524 | Image = "rbxassetid://2540398635", | |
| 525 | Rarity = 6, | |
| 526 | Height = 1, | |
| 527 | Egg = "Tier 10", | |
| 528 | Level = {1260, 1540},
| |
| 529 | GoldenImage = "rbxassetid://2540388028", | |
| 530 | GoldenReferenceName = "Turtle Golden" | |
| 531 | }, | |
| 532 | ["10004"] = {
| |
| 533 | DisplayName = "Electric Slime", | |
| 534 | ReferenceName = "Slime Electric", | |
| 535 | Image = "rbxassetid://2540395814", | |
| 536 | Rarity = 6, | |
| 537 | Height = 0.8, | |
| 538 | Egg = "Tier 10", | |
| 539 | Level = {1485, 1815},
| |
| 540 | GoldenImage = "rbxassetid://2540385700", | |
| 541 | GoldenReferenceName = "Slime Golden" | |
| 542 | }, | |
| 543 | ["10005"] = {
| |
| 544 | DisplayName = "Electric Ghost", | |
| 545 | ReferenceName = "Ghost Electric", | |
| 546 | Image = "rbxassetid://2540374681", | |
| 547 | Rarity = 6, | |
| 548 | Height = 1, | |
| 549 | Egg = "Tier 10", | |
| 550 | Level = {1485, 1815},
| |
| 551 | GoldenImage = "rbxassetid://2540379366", | |
| 552 | GoldenReferenceName = "Ghost Golden" | |
| 553 | }, | |
| 554 | ["10006"] = {
| |
| 555 | DisplayName = "Dominus Messor", | |
| 556 | ReferenceName = "Dominus Messor", | |
| 557 | Image = "rbxassetid://2540372896", | |
| 558 | Rarity = 9, | |
| 559 | Height = 1, | |
| 560 | Egg = "Tier 10", | |
| 561 | Level = {1710, 2090},
| |
| 562 | GoldenImage = "rbxassetid://2540378825", | |
| 563 | GoldenReferenceName = "Dominus Golden" | |
| 564 | }, | |
| 565 | ["10007"] = {
| |
| 566 | DisplayName = "Dominus Frigidus", | |
| 567 | ReferenceName = "Dominus Frigidus", | |
| 568 | Image = "rbxassetid://2540372155", | |
| 569 | Rarity = 9, | |
| 570 | Height = 1, | |
| 571 | Egg = "Tier 10", | |
| 572 | Level = {1710, 2090},
| |
| 573 | GoldenImage = "rbxassetid://2540378825", | |
| 574 | GoldenReferenceName = "Dominus Golden" | |
| 575 | }, | |
| 576 | ["10008"] = {
| |
| 577 | DisplayName = "Dominus Empyreus", | |
| 578 | ReferenceName = "Dominus Empyreus", | |
| 579 | Image = "rbxassetid://2540374131", | |
| 580 | Rarity = 9, | |
| 581 | Height = 1, | |
| 582 | Egg = "Tier 10", | |
| 583 | Level = {1710, 2090},
| |
| 584 | GoldenImage = "rbxassetid://2540378825", | |
| 585 | GoldenReferenceName = "Dominus Golden" | |
| 586 | }, | |
| 587 | ["11001"] = {
| |
| 588 | DisplayName = "Zombie", | |
| 589 | ReferenceName = "Zombie", | |
| 590 | Image = "rbxassetid://2540401989", | |
| 591 | Rarity = 6, | |
| 592 | Height = 1, | |
| 593 | Egg = "Tier 11", | |
| 594 | Level = {2070, 2528},
| |
| 595 | GoldenImage = "rbxassetid://2540389611", | |
| 596 | GoldenReferenceName = "Zombie Golden" | |
| 597 | }, | |
| 598 | ["11002"] = {
| |
| 599 | DisplayName = "Sherbert", | |
| 600 | ReferenceName = "Sherbert", | |
| 601 | Image = "rbxassetid://2540395261", | |
| 602 | Rarity = 6, | |
| 603 | Height = 1, | |
| 604 | Egg = "Tier 11", | |
| 605 | Level = {2070, 2528},
| |
| 606 | GoldenImage = "rbxassetid://2540385213", | |
| 607 | GoldenReferenceName = "Sherbert Golden" | |
| 608 | }, | |
| 609 | ["11003"] = {
| |
| 610 | DisplayName = "Robot", | |
| 611 | ReferenceName = "Robot", | |
| 612 | Image = "rbxassetid://2540394693", | |
| 613 | Rarity = 6, | |
| 614 | Height = 1, | |
| 615 | Egg = "Tier 11", | |
| 616 | Level = {2070, 2528},
| |
| 617 | GoldenImage = "rbxassetid://2540384526", | |
| 618 | GoldenReferenceName = "Robot Golden" | |
| 619 | }, | |
| 620 | ["11004"] = {
| |
| 621 | DisplayName = "Lava Watermelon", | |
| 622 | ReferenceName = "Watermelon Lava", | |
| 623 | Image = "rbxassetid://2540391700", | |
| 624 | Rarity = 6, | |
| 625 | Height = 1, | |
| 626 | Egg = "Tier 11", | |
| 627 | Level = {2070, 2528},
| |
| 628 | GoldenImage = "rbxassetid://2540388314", | |
| 629 | GoldenReferenceName = "Watermelon Golden" | |
| 630 | }, | |
| 631 | ["11005"] = {
| |
| 632 | DisplayName = "Wavy Bee", | |
| 633 | ReferenceName = "Bee Wavy", | |
| 634 | Image = "rbxassetid://2540399251", | |
| 635 | Rarity = 6, | |
| 636 | Height = 3, | |
| 637 | Egg = "Tier 11", | |
| 638 | Level = {2070, 2528},
| |
| 639 | GoldenImage = "rbxassetid://2540376135", | |
| 640 | GoldenReferenceName = "Bee Golden" | |
| 641 | }, | |
| 642 | ["11006"] = {
| |
| 643 | DisplayName = "Unicorn", | |
| 644 | ReferenceName = "Unicorn", | |
| 645 | Image = "rbxassetid://2540398868", | |
| 646 | Rarity = 7, | |
| 647 | Height = 1, | |
| 648 | Egg = "Tier 11", | |
| 649 | Level = {2520, 3080},
| |
| 650 | GoldenImage = "rbxassetid://2540388157", | |
| 651 | GoldenReferenceName = "Unicorn Golden" | |
| 652 | }, | |
| 653 | ["12001"] = {
| |
| 654 | DisplayName = "Tank", | |
| 655 | ReferenceName = "Tank", | |
| 656 | Image = "rbxassetid://2540398413", | |
| 657 | Rarity = 6, | |
| 658 | Height = 1, | |
| 659 | Egg = "Tier 12", | |
| 660 | Level = {3600, 4398},
| |
| 661 | GoldenImage = "rbxassetid://2540387722", | |
| 662 | GoldenReferenceName = "Tank Golden" | |
| 663 | }, | |
| 664 | ["12002"] = {
| |
| 665 | DisplayName = "Reaper", | |
| 666 | ReferenceName = "Reaper", | |
| 667 | Image = "rbxassetid://2540394424", | |
| 668 | Rarity = 6, | |
| 669 | Height = 1, | |
| 670 | Egg = "Tier 12", | |
| 671 | Level = {3600, 4398},
| |
| 672 | GoldenImage = "rbxassetid://2540384251", | |
| 673 | GoldenReferenceName = "Reaper Golden" | |
| 674 | }, | |
| 675 | ["12003"] = {
| |
| 676 | DisplayName = "Angel", | |
| 677 | ReferenceName = "Angel", | |
| 678 | Image = "rbxassetid://2540368494", | |
| 679 | Rarity = 6, | |
| 680 | Height = 3, | |
| 681 | Egg = "Tier 12", | |
| 682 | Level = {3600, 4398},
| |
| 683 | GoldenImage = "rbxassetid://2540375584", | |
| 684 | GoldenReferenceName = "Angel Golden" | |
| 685 | }, | |
| 686 | ["12004"] = {
| |
| 687 | DisplayName = "Fire King", | |
| 688 | ReferenceName = "Fire King", | |
| 689 | Image = "rbxassetid://2540374573", | |
| 690 | Rarity = 6, | |
| 691 | Height = 1, | |
| 692 | Egg = "Tier 12", | |
| 693 | Level = {3870, 4730},
| |
| 694 | GoldenImage = "rbxassetid://2540379259", | |
| 695 | GoldenReferenceName = "Fire King Golden" | |
| 696 | }, | |
| 697 | ["12005"] = {
| |
| 698 | DisplayName = "Ice Queen", | |
| 699 | ReferenceName = "Ice Queen", | |
| 700 | Image = "rbxassetid://2540390852", | |
| 701 | Rarity = 6, | |
| 702 | Height = 1, | |
| 703 | Egg = "Tier 12", | |
| 704 | Level = {3870, 4730},
| |
| 705 | GoldenImage = "rbxassetid://2540380302", | |
| 706 | GoldenReferenceName = "Ice Queen Golden" | |
| 707 | }, | |
| 708 | ["12006"] = {
| |
| 709 | DisplayName = "Immortuos", | |
| 710 | ReferenceName = "Immortuos", | |
| 711 | Image = "rbxassetid://2540390999", | |
| 712 | Rarity = 8, | |
| 713 | Height = 1, | |
| 714 | Egg = "Tier 12", | |
| 715 | Level = {6500, 8500},
| |
| 716 | GoldenImage = "rbxassetid://2540380450", | |
| 717 | GoldenReferenceName = "Immortuos Golden" | |
| 718 | }, | |
| 719 | ["12007"] = {
| |
| 720 | DisplayName = "Mortuus", | |
| 721 | ReferenceName = "Mortuus", | |
| 722 | Image = "rbxassetid://2540392545", | |
| 723 | Rarity = 10, | |
| 724 | Height = 1, | |
| 725 | Egg = "Tier 12", | |
| 726 | Level = {45000, 55000},
| |
| 727 | GoldenImage = "rbxassetid://2540380450", | |
| 728 | GoldenReferenceName = "Immortuos Golden" | |
| 729 | }, | |
| 730 | ["13001"] = {
| |
| 731 | DisplayName = "Alien", | |
| 732 | ReferenceName = "Alien", | |
| 733 | Image = "rbxassetid://2540368158", | |
| 734 | Rarity = 6, | |
| 735 | Height = 1, | |
| 736 | Egg = "Tier 13", | |
| 737 | Level = {7560, 9240},
| |
| 738 | GoldenImage = "rbxassetid://2540375164", | |
| 739 | GoldenReferenceName = "Alien Golden" | |
| 740 | }, | |
| 741 | ["13002"] = {
| |
| 742 | DisplayName = "Puffer", | |
| 743 | ReferenceName = "Puffer", | |
| 744 | Image = "rbxassetid://2540393754", | |
| 745 | Rarity = 6, | |
| 746 | Height = 1, | |
| 747 | Egg = "Tier 13", | |
| 748 | Level = {7200, 8800},
| |
| 749 | GoldenImage = "rbxassetid://2540383461", | |
| 750 | GoldenReferenceName = "Puffer Golden" | |
| 751 | }, | |
| 752 | ["13003"] = {
| |
| 753 | DisplayName = "Wooga", | |
| 754 | ReferenceName = "Wooga", | |
| 755 | Image = "rbxassetid://2540401116", | |
| 756 | Rarity = 6, | |
| 757 | Height = 1, | |
| 758 | Egg = "Tier 13", | |
| 759 | Level = {7200, 8800},
| |
| 760 | GoldenImage = "rbxassetid://2540388594", | |
| 761 | GoldenReferenceName = "Wooga Golden" | |
| 762 | }, | |
| 763 | ["13004"] = {
| |
| 764 | DisplayName = "Space Cat", | |
| 765 | ReferenceName = "Cat Space", | |
| 766 | Image = "rbxassetid://2540397234", | |
| 767 | Rarity = 6, | |
| 768 | Height = 1, | |
| 769 | Egg = "Tier 13", | |
| 770 | Level = {7560, 9240},
| |
| 771 | GoldenImage = "rbxassetid://2540376849", | |
| 772 | GoldenReferenceName = "Cat Golden" | |
| 773 | }, | |
| 774 | ["13005"] = {
| |
| 775 | DisplayName = "Space Dog", | |
| 776 | ReferenceName = "Dog Space", | |
| 777 | Image = "rbxassetid://2540397615", | |
| 778 | Rarity = 6, | |
| 779 | Height = 1, | |
| 780 | Egg = "Tier 13", | |
| 781 | Level = {7560, 9240},
| |
| 782 | GoldenImage = "rbxassetid://2540378330", | |
| 783 | GoldenReferenceName = "Dog Golden" | |
| 784 | }, | |
| 785 | ["13006"] = {
| |
| 786 | DisplayName = "Space Bunny", | |
| 787 | ReferenceName = "Bunny Space", | |
| 788 | Image = "rbxassetid://2540397089", | |
| 789 | Rarity = 6, | |
| 790 | Height = 1, | |
| 791 | Egg = "Tier 13", | |
| 792 | Level = {7560, 9240},
| |
| 793 | GoldenImage = "rbxassetid://2540376513", | |
| 794 | GoldenReferenceName = "Bunny Golden" | |
| 795 | }, | |
| 796 | ["13007"] = {
| |
| 797 | DisplayName = "Space Dragon", | |
| 798 | ReferenceName = "Dragon Space", | |
| 799 | Image = "rbxassetid://2540397752", | |
| 800 | Rarity = 8, | |
| 801 | Height = 3, | |
| 802 | Egg = "Tier 13", | |
| 803 | Level = {10350, 12650},
| |
| 804 | GoldenImage = "rbxassetid://2540379139", | |
| 805 | GoldenReferenceName = "Dragon Golden" | |
| 806 | }, | |
| 807 | ["14001"] = {
| |
| 808 | DisplayName = "Revurse", | |
| 809 | ReferenceName = "Revurse", | |
| 810 | Image = "rbxassetid://2540394565", | |
| 811 | Rarity = 6, | |
| 812 | Height = 1, | |
| 813 | Egg = "Tier 14", | |
| 814 | Level = {12150, 14850},
| |
| 815 | GoldenImage = "rbxassetid://2540384380", | |
| 816 | GoldenReferenceName = "Revurse Golden" | |
| 817 | }, | |
| 818 | ["14002"] = {
| |
| 819 | DisplayName = "HeadStack", | |
| 820 | ReferenceName = "HeadStack", | |
| 821 | Image = "rbxassetid://2540390362", | |
| 822 | Rarity = 6, | |
| 823 | Height = 1, | |
| 824 | Egg = "Tier 14", | |
| 825 | Level = {12150, 14850},
| |
| 826 | GoldenImage = "rbxassetid://2540379977", | |
| 827 | GoldenReferenceName = "HeadStack Golden" | |
| 828 | }, | |
| 829 | ["14003"] = {
| |
| 830 | DisplayName = "Space Owl", | |
| 831 | ReferenceName = "Owl Space", | |
| 832 | Image = "rbxassetid://2540397892", | |
| 833 | Rarity = 6, | |
| 834 | Height = 1, | |
| 835 | Egg = "Tier 14", | |
| 836 | Level = {12600, 15400},
| |
| 837 | GoldenImage = "rbxassetid://2540382671", | |
| 838 | GoldenReferenceName = "Owl Golden" | |
| 839 | }, | |
| 840 | ["14004"] = {
| |
| 841 | DisplayName = "Space Cyclops", | |
| 842 | ReferenceName = "Cyclops Space", | |
| 843 | Image = "rbxassetid://2540397422", | |
| 844 | Rarity = 6, | |
| 845 | Height = 1, | |
| 846 | Egg = "Tier 14", | |
| 847 | Level = {12600, 15400},
| |
| 848 | GoldenImage = "rbxassetid://2540377754", | |
| 849 | GoldenReferenceName = "Cyclops Golden" | |
| 850 | }, | |
| 851 | ["14005"] = {
| |
| 852 | DisplayName = "Space Bear", | |
| 853 | ReferenceName = "Bear Space", | |
| 854 | Image = "rbxassetid://2540396949", | |
| 855 | Rarity = 6, | |
| 856 | Height = 1, | |
| 857 | Egg = "Tier 14", | |
| 858 | Level = {12600, 15400},
| |
| 859 | GoldenImage = "rbxassetid://2540376002", | |
| 860 | GoldenReferenceName = "Bear Golden" | |
| 861 | }, | |
| 862 | ["14006"] = {
| |
| 863 | DisplayName = "Saturn", | |
| 864 | ReferenceName = "Saturn", | |
| 865 | Image = "rbxassetid://2540394982", | |
| 866 | Rarity = 6, | |
| 867 | Height = 1, | |
| 868 | Egg = "Tier 14", | |
| 869 | Level = {13950, 17050},
| |
| 870 | GoldenImage = "rbxassetid://2540384910", | |
| 871 | GoldenReferenceName = "Saturn Golden" | |
| 872 | }, | |
| 873 | ["14007"] = {
| |
| 874 | DisplayName = "Dark Saturn", | |
| 875 | ReferenceName = "Saturn Dark", | |
| 876 | Image = "rbxassetid://2540371335", | |
| 877 | Rarity = 8, | |
| 878 | Height = 1, | |
| 879 | Egg = "Tier 14", | |
| 880 | Level = {15300, 18700},
| |
| 881 | GoldenImage = "rbxassetid://2540384910", | |
| 882 | GoldenReferenceName = "Saturn Golden" | |
| 883 | }, | |
| 884 | ["14008"] = {
| |
| 885 | DisplayName = "ZER0", | |
| 886 | ReferenceName = "0", | |
| 887 | Image = "rbxassetid://2540367628", | |
| 888 | Rarity = 10, | |
| 889 | Height = 3, | |
| 890 | Egg = "Tier 14", | |
| 891 | Level = {18900, 23100},
| |
| 892 | GoldenImage = "rbxassetid://2540375024", | |
| 893 | GoldenReferenceName = "1 Golden" | |
| 894 | }, | |
| 895 | ["14009"] = {
| |
| 896 | DisplayName = "1NE", | |
| 897 | ReferenceName = "1", | |
| 898 | Image = "rbxassetid://2540368048", | |
| 899 | Rarity = 10, | |
| 900 | Height = 3, | |
| 901 | Egg = "Tier 14", | |
| 902 | Level = {18900, 23100},
| |
| 903 | GoldenImage = "rbxassetid://2540375024", | |
| 904 | GoldenReferenceName = "1 Golden" | |
| 905 | }, | |
| 906 | ["15001"] = {
| |
| 907 | DisplayName = "Candy Cane", | |
| 908 | ReferenceName = "Candy Cane", | |
| 909 | Image = "rbxassetid://2540369673", | |
| 910 | Rarity = 6, | |
| 911 | Height = 1, | |
| 912 | Egg = "Tier 15", | |
| 913 | Level = {17100, 20900},
| |
| 914 | GoldenImage = "rbxassetid://2540376728", | |
| 915 | GoldenReferenceName = "Candy Cane Golden" | |
| 916 | }, | |
| 917 | ["15002"] = {
| |
| 918 | DisplayName = "Candy Corn", | |
| 919 | ReferenceName = "Candy Corn", | |
| 920 | Image = "rbxassetid://2540369592", | |
| 921 | Rarity = 6, | |
| 922 | Height = 1, | |
| 923 | Egg = "Tier 15", | |
| 924 | Level = {17100, 20900},
| |
| 925 | GoldenImage = "rbxassetid://2540376607", | |
| 926 | GoldenReferenceName = "Candy Corn Golden" | |
| 927 | }, | |
| 928 | ["15003"] = {
| |
| 929 | DisplayName = "Red Lollipop", | |
| 930 | ReferenceName = "Lollipop", | |
| 931 | Image = "rbxassetid://2540392126", | |
| 932 | Rarity = 6, | |
| 933 | Height = 1, | |
| 934 | Egg = "Tier 15", | |
| 935 | Level = {18000, 22000},
| |
| 936 | GoldenImage = "rbxassetid://2540382165", | |
| 937 | GoldenReferenceName = "Lollipop Golden" | |
| 938 | }, | |
| 939 | ["15004"] = {
| |
| 940 | DisplayName = "Green Lollipop", | |
| 941 | ReferenceName = "Lollipop Green", | |
| 942 | Image = "rbxassetid://2540391892", | |
| 943 | Rarity = 6, | |
| 944 | Height = 1, | |
| 945 | Egg = "Tier 15", | |
| 946 | Level = {18000, 22000},
| |
| 947 | GoldenImage = "rbxassetid://2540382165", | |
| 948 | GoldenReferenceName = "Lollipop Golden" | |
| 949 | }, | |
| 950 | ["15005"] = {
| |
| 951 | DisplayName = "Green Gummy Bear", | |
| 952 | ReferenceName = "Gummy Bear", | |
| 953 | Image = "rbxassetid://2540390171", | |
| 954 | Rarity = 6, | |
| 955 | Height = 1, | |
| 956 | Egg = "Tier 15", | |
| 957 | Level = {18900, 23100},
| |
| 958 | GoldenImage = "rbxassetid://2540379822", | |
| 959 | GoldenReferenceName = "Gummy Bear Golden" | |
| 960 | }, | |
| 961 | ["15006"] = {
| |
| 962 | DisplayName = "Yellow Gummy Bear", | |
| 963 | ReferenceName = "Gummy Bear Yellow", | |
| 964 | Image = "rbxassetid://2540389969", | |
| 965 | Rarity = 6, | |
| 966 | Height = 1, | |
| 967 | Egg = "Tier 15", | |
| 968 | Level = {18900, 23100},
| |
| 969 | GoldenImage = "rbxassetid://2540379822", | |
| 970 | GoldenReferenceName = "Gummy Bear Golden" | |
| 971 | }, | |
| 972 | ["15007"] = {
| |
| 973 | DisplayName = "Cookie", | |
| 974 | ReferenceName = "Cookie", | |
| 975 | Image = "rbxassetid://2540370375", | |
| 976 | Coin = 11556, | |
| 977 | Agility = 9444, | |
| 978 | Rarity = 7, | |
| 979 | Height = 1, | |
| 980 | Egg = "Tier 15", | |
| 981 | Level = {18900, 23100},
| |
| 982 | GoldenImage = "rbxassetid://2540377213", | |
| 983 | GoldenReferenceName = "Cookie Golden" | |
| 984 | }, | |
| 985 | ["15008"] = {
| |
| 986 | DisplayName = "Rainbow", | |
| 987 | ReferenceName = "Rainbow", | |
| 988 | Image = "rbxassetid://2540394272", | |
| 989 | Rarity = 8, | |
| 990 | Height = 1, | |
| 991 | Egg = "Tier 15", | |
| 992 | Level = {18900, 23100},
| |
| 993 | GoldenImage = "rbxassetid://2540383931", | |
| 994 | GoldenReferenceName = "Rainbow Golden" | |
| 995 | }, | |
| 996 | ["15009"] = {
| |
| 997 | DisplayName = "Dark Candy Corn", | |
| 998 | ReferenceName = "Candy Corn Dark", | |
| 999 | Image = "rbxassetid://2540369505", | |
| 1000 | Rarity = 9, | |
| 1001 | Height = 1, | |
| 1002 | Egg = "Tier 15", | |
| 1003 | Level = {19800, 24200},
| |
| 1004 | GoldenImage = "rbxassetid://2540376607", | |
| 1005 | GoldenReferenceName = "Candy Corn Golden" | |
| 1006 | }, | |
| 1007 | ["15010"] = {
| |
| 1008 | DisplayName = "Ame Damnee", | |
| 1009 | ReferenceName = "Ame Damnee", | |
| 1010 | Image = "rbxassetid://2540368286", | |
| 1011 | Rarity = 10, | |
| 1012 | Height = 1, | |
| 1013 | Egg = "Tier 15", | |
| 1014 | Level = {23400, 28600},
| |
| 1015 | GoldenImage = "rbxassetid://2540375293", | |
| 1016 | GoldenReferenceName = "Ame Damnee Golden" | |
| 1017 | }, | |
| 1018 | ["15011"] = {
| |
| 1019 | DisplayName = "Domortuus", | |
| 1020 | ReferenceName = "Domortuus", | |
| 1021 | Image = "rbxassetid://2540374257", | |
| 1022 | Rarity = 10, | |
| 1023 | Height = 1, | |
| 1024 | Egg = "Tier 15", | |
| 1025 | Level = {36000, 44000},
| |
| 1026 | GoldenImage = "rbxassetid://2540378979", | |
| 1027 | GoldenReferenceName = "Domortuus Golden" | |
| 1028 | }, | |
| 1029 | ["16001"] = {
| |
| 1030 | DisplayName = "Cyborg Cat", | |
| 1031 | ReferenceName = "Cat Cyborg", | |
| 1032 | Image = "rbxassetid://2540370680", | |
| 1033 | Rarity = 6, | |
| 1034 | Height = 1, | |
| 1035 | Egg = "Tier 16", | |
| 1036 | Level = {28800, 35200},
| |
| 1037 | GoldenImage = "rbxassetid://2551497762", | |
| 1038 | GoldenReferenceName = "Cat Cyborg Golden" | |
| 1039 | }, | |
| 1040 | ["16002"] = {
| |
| 1041 | DisplayName = "Cyborg Dog", | |
| 1042 | ReferenceName = "Dog Cyborg", | |
| 1043 | Image = "rbxassetid://2540370766", | |
| 1044 | Rarity = 6, | |
| 1045 | Height = 1, | |
| 1046 | Egg = "Tier 16", | |
| 1047 | Level = {28800, 35200},
| |
| 1048 | GoldenImage = "rbxassetid://2551497933", | |
| 1049 | GoldenReferenceName = "Dog Cyborg Golden" | |
| 1050 | }, | |
| 1051 | ["16003"] = {
| |
| 1052 | DisplayName = "Computer", | |
| 1053 | ReferenceName = "Computer", | |
| 1054 | Image = "rbxassetid://2540370297", | |
| 1055 | Rarity = 6, | |
| 1056 | Height = 1, | |
| 1057 | Egg = "Tier 16", | |
| 1058 | Level = {29700, 36300},
| |
| 1059 | GoldenImage = "rbxassetid://2540377101", | |
| 1060 | GoldenReferenceName = "Computer Golden" | |
| 1061 | }, | |
| 1062 | ["16004"] = {
| |
| 1063 | DisplayName = "Cyborg", | |
| 1064 | ReferenceName = "Cyborg", | |
| 1065 | Image = "rbxassetid://2540371137", | |
| 1066 | Rarity = 6, | |
| 1067 | Height = 1, | |
| 1068 | Egg = "Tier 16", | |
| 1069 | Level = {29700, 36300},
| |
| 1070 | GoldenImage = "rbxassetid://2540377611", | |
| 1071 | GoldenReferenceName = "Cyborg Golden" | |
| 1072 | }, | |
| 1073 | ["16005"] = {
| |
| 1074 | DisplayName = "Space Ranger", | |
| 1075 | ReferenceName = "Space Ranger", | |
| 1076 | Image = "rbxassetid://2540398013", | |
| 1077 | Rarity = 6, | |
| 1078 | Height = 1, | |
| 1079 | Egg = "Tier 16", | |
| 1080 | Level = {29700, 36300},
| |
| 1081 | GoldenImage = "rbxassetid://2540387125", | |
| 1082 | GoldenReferenceName = "Space Ranger Golden" | |
| 1083 | }, | |
| 1084 | ["16006"] = {
| |
| 1085 | DisplayName = "Red Space Ranger", | |
| 1086 | ReferenceName = "Space Ranger Red", | |
| 1087 | Image = "rbxassetid://2540398190", | |
| 1088 | Rarity = 6, | |
| 1089 | Height = 1, | |
| 1090 | Egg = "Tier 16", | |
| 1091 | Level = {30600, 37400},
| |
| 1092 | GoldenImage = "rbxassetid://2540387125", | |
| 1093 | GoldenReferenceName = "Space Ranger Golden" | |
| 1094 | }, | |
| 1095 | ["16007"] = {
| |
| 1096 | DisplayName = "Friendly Cyborg", | |
| 1097 | ReferenceName = "Cyborg Friendly", | |
| 1098 | Image = "rbxassetid://2540371048", | |
| 1099 | Rarity = 6, | |
| 1100 | Height = 1, | |
| 1101 | Egg = "Tier 16", | |
| 1102 | Level = {30600, 37400},
| |
| 1103 | GoldenImage = "rbxassetid://2540377611", | |
| 1104 | GoldenReferenceName = "Cyborg Golden" | |
| 1105 | }, | |
| 1106 | ["16008"] = {
| |
| 1107 | DisplayName = "RoVer", | |
| 1108 | ReferenceName = "RoVer", | |
| 1109 | Image = "rbxassetid://2540394824", | |
| 1110 | Rarity = 7, | |
| 1111 | Height = 1, | |
| 1112 | Egg = "Tier 16", | |
| 1113 | Level = {31500, 38500},
| |
| 1114 | GoldenImage = "rbxassetid://2540384625", | |
| 1115 | GoldenReferenceName = "RoVer Golden" | |
| 1116 | }, | |
| 1117 | ["16009"] = {
| |
| 1118 | DisplayName = "Cyborg Demon", | |
| 1119 | ReferenceName = "Demon Cyborg", | |
| 1120 | Image = "rbxassetid://2540370950", | |
| 1121 | Rarity = 7, | |
| 1122 | Height = 1, | |
| 1123 | Egg = "Tier 16", | |
| 1124 | Level = {31500, 38500},
| |
| 1125 | GoldenImage = "rbxassetid://2551505567", | |
| 1126 | GoldenReferenceName = "Demon Cyborg Golden" | |
| 1127 | }, | |
| 1128 | ["16010"] = {
| |
| 1129 | DisplayName = "C0RE", | |
| 1130 | ReferenceName = "Core", | |
| 1131 | Image = "rbxassetid://2540370589", | |
| 1132 | Rarity = 10, | |
| 1133 | Height = 1, | |
| 1134 | Egg = "Tier 16", | |
| 1135 | Level = {54000, 66000},
| |
| 1136 | GoldenImage = "rbxassetid://2540377344", | |
| 1137 | GoldenReferenceName = "Core Golden" | |
| 1138 | }, | |
| 1139 | ["16011"] = {
| |
| 1140 | DisplayName = "C0RE SH0CK", | |
| 1141 | ReferenceName = "Core Shock", | |
| 1142 | Image = "rbxassetid://2540370467", | |
| 1143 | Rarity = 10, | |
| 1144 | Height = 1, | |
| 1145 | Egg = "Tier 16", | |
| 1146 | Level = {90000, 110000},
| |
| 1147 | GoldenImage = "rbxassetid://2540377344", | |
| 1148 | GoldenReferenceName = "Core Golden" | |
| 1149 | }, | |
| 1150 | ["16012"] = {
| |
| 1151 | DisplayName = "Cyborg Dominus", | |
| 1152 | ReferenceName = "Dominus Cyborg", | |
| 1153 | Image = "rbxassetid://2540370862", | |
| 1154 | Rarity = 10, | |
| 1155 | Height = 1, | |
| 1156 | Egg = "Tier 16", | |
| 1157 | Level = {180000, 220000},
| |
| 1158 | GoldenImage = "rbxassetid://2551497556", | |
| 1159 | GoldenReferenceName = "Dominus Cyborg Golden" | |
| 1160 | }, | |
| 1161 | ["17001"] = {
| |
| 1162 | DisplayName = "Dominus Pumpkin", | |
| 1163 | ReferenceName = "Dominus Pumpkin", | |
| 1164 | Image = "rbxassetid://2540373397", | |
| 1165 | Rarity = 6, | |
| 1166 | Height = 1, | |
| 1167 | Egg = "Tier 17", | |
| 1168 | Level = {58500, 71500},
| |
| 1169 | GoldenImage = "rbxassetid://2540378825", | |
| 1170 | GoldenReferenceName = "Dominus Golden" | |
| 1171 | }, | |
| 1172 | ["17002"] = {
| |
| 1173 | DisplayName = "Dominus Cherry", | |
| 1174 | ReferenceName = "Dominus Cherry", | |
| 1175 | Image = "rbxassetid://2540372318", | |
| 1176 | Rarity = 6, | |
| 1177 | Height = 1, | |
| 1178 | Egg = "Tier 17", | |
| 1179 | Level = {60750, 74250},
| |
| 1180 | GoldenImage = "rbxassetid://2540378825", | |
| 1181 | GoldenReferenceName = "Dominus Golden" | |
| 1182 | }, | |
| 1183 | ["17003"] = {
| |
| 1184 | DisplayName = "Dominus Noob", | |
| 1185 | ReferenceName = "Dominus Noob", | |
| 1186 | Image = "rbxassetid://2540373201", | |
| 1187 | Rarity = 6, | |
| 1188 | Height = 1, | |
| 1189 | Egg = "Tier 17", | |
| 1190 | Level = {67500, 82500},
| |
| 1191 | GoldenImage = "rbxassetid://2551499287", | |
| 1192 | GoldenReferenceName = "Dominus Noob Golden" | |
| 1193 | }, | |
| 1194 | ["17004"] = {
| |
| 1195 | DisplayName = "Dominus Wavy", | |
| 1196 | ReferenceName = "Dominus Wavy", | |
| 1197 | Image = "rbxassetid://2540374037", | |
| 1198 | Rarity = 6, | |
| 1199 | Height = 1, | |
| 1200 | Egg = "Tier 17", | |
| 1201 | Level = {85500, 104500},
| |
| 1202 | GoldenImage = "rbxassetid://2540378825", | |
| 1203 | GoldenReferenceName = "Dominus Golden" | |
| 1204 | }, | |
| 1205 | ["17005"] = {
| |
| 1206 | DisplayName = "Dominus HeadStack", | |
| 1207 | ReferenceName = "Dominus HeadStack", | |
| 1208 | Image = "rbxassetid://2540373890", | |
| 1209 | Rarity = 7, | |
| 1210 | Height = 1, | |
| 1211 | Egg = "Tier 17", | |
| 1212 | Level = {103500, 126500},
| |
| 1213 | GoldenImage = "rbxassetid://2540373692", | |
| 1214 | GoldenReferenceName = "Dominus HeadStack Golden" | |
| 1215 | }, | |
| 1216 | ["17006"] = {
| |
| 1217 | DisplayName = "Dominus Damnee", | |
| 1218 | ReferenceName = "Dominus Damnee", | |
| 1219 | Image = "rbxassetid://2540372476", | |
| 1220 | Rarity = 8, | |
| 1221 | Height = 1, | |
| 1222 | Egg = "Tier 17", | |
| 1223 | Level = {130500, 159500},
| |
| 1224 | GoldenImage = "rbxassetid://2551498836", | |
| 1225 | GoldenReferenceName = "Dominus Damnee Golden" | |
| 1226 | }, | |
| 1227 | ["17007"] = {
| |
| 1228 | DisplayName = "Dominus Rainbow", | |
| 1229 | ReferenceName = "Dominus Rainbow", | |
| 1230 | Image = "rbxassetid://2540373572", | |
| 1231 | Rarity = 10, | |
| 1232 | Height = 1, | |
| 1233 | Egg = "Tier 17", | |
| 1234 | Level = {427500, 522500},
| |
| 1235 | GoldenImage = "rbxassetid://2551514086", | |
| 1236 | GoldenReferenceName = "Dominus Rainbow Golden" | |
| 1237 | }, | |
| 1238 | ["17008"] = {
| |
| 1239 | DisplayName = "Dominus Electric", | |
| 1240 | ReferenceName = "Dominus Electric", | |
| 1241 | Image = "rbxassetid://2540372588", | |
| 1242 | Rarity = 10, | |
| 1243 | Height = 1, | |
| 1244 | Egg = "Tier 17", | |
| 1245 | Level = {990000, 1210000},
| |
| 1246 | GoldenImage = "rbxassetid://2540378825", | |
| 1247 | GoldenReferenceName = "Dominus Golden" | |
| 1248 | }, | |
| 1249 | ["17009"] = {
| |
| 1250 | DisplayName = "Dominus Huge", | |
| 1251 | ReferenceName = "Dominus Huge", | |
| 1252 | Image = "rbxassetid://2540373085", | |
| 1253 | Rarity = 10, | |
| 1254 | Height = 1.7, | |
| 1255 | Egg = "Tier 17", | |
| 1256 | Level = {9000000, 11000000},
| |
| 1257 | GoldenImage = "rbxassetid://2540372996", | |
| 1258 | GoldenReferenceName = "Dominus Huge Golden" | |
| 1259 | }, | |
| 1260 | ["18001"] = {
| |
| 1261 | DisplayName = "Aesthetic Cat", | |
| 1262 | ReferenceName = "Aesthetic Cat", | |
| 1263 | Image = "rbxassetid://2553771052", | |
| 1264 | Rarity = 6, | |
| 1265 | Height = 1, | |
| 1266 | Egg = "Tier 18", | |
| 1267 | Level = {325000, 375000},
| |
| 1268 | GoldenImage = "rbxassetid://2553773763", | |
| 1269 | GoldenReferenceName = "Aesthetic Cat Golden" | |
| 1270 | }, | |
| 1271 | ["18002"] = {
| |
| 1272 | DisplayName = "Spike", | |
| 1273 | ReferenceName = "Spike", | |
| 1274 | Image = "rbxassetid://2553772316", | |
| 1275 | Rarity = 6, | |
| 1276 | Height = 1, | |
| 1277 | Egg = "Tier 18", | |
| 1278 | Level = {350000, 400000},
| |
| 1279 | GoldenImage = "rbxassetid://2553774588", | |
| 1280 | GoldenReferenceName = "Spike Golden" | |
| 1281 | }, | |
| 1282 | ["18003"] = {
| |
| 1283 | DisplayName = "Magic Fox", | |
| 1284 | ReferenceName = "Magic Fox", | |
| 1285 | Image = "rbxassetid://2553773209", | |
| 1286 | Rarity = 7, | |
| 1287 | Height = 1, | |
| 1288 | Egg = "Tier 18", | |
| 1289 | Level = {400000, 500000},
| |
| 1290 | GoldenImage = "rbxassetid://2553773969", | |
| 1291 | GoldenReferenceName = "Magic Fox Golden" | |
| 1292 | }, | |
| 1293 | ["18004"] = {
| |
| 1294 | DisplayName = "Chimera", | |
| 1295 | ReferenceName = "Chimera", | |
| 1296 | Image = "rbxassetid://2553771312", | |
| 1297 | Rarity = 8, | |
| 1298 | Height = 1, | |
| 1299 | Egg = "Tier 18", | |
| 1300 | Level = {600000, 900000},
| |
| 1301 | GoldenImage = "rbxassetid://2553775046", | |
| 1302 | GoldenReferenceName = "Chimera Golden" | |
| 1303 | }, | |
| 1304 | ["18005"] = {
| |
| 1305 | DisplayName = "Hydra", | |
| 1306 | ReferenceName = "Hydra", | |
| 1307 | Image = "rbxassetid://2553772077", | |
| 1308 | Rarity = 9, | |
| 1309 | Height = 1, | |
| 1310 | Egg = "Tier 18", | |
| 1311 | Level = {1000000, 1400000},
| |
| 1312 | GoldenImage = "rbxassetid://2553774787", | |
| 1313 | GoldenReferenceName = "Hydra Golden" | |
| 1314 | }, | |
| 1315 | ["18006"] = {
| |
| 1316 | DisplayName = "Agony", | |
| 1317 | ReferenceName = "Agony", | |
| 1318 | Image = "rbxassetid://2553770838", | |
| 1319 | Rarity = 10, | |
| 1320 | Height = 1, | |
| 1321 | Egg = "Tier 18", | |
| 1322 | Level = {1800000, 2400000},
| |
| 1323 | GoldenImage = "rbxassetid://2553774227", | |
| 1324 | GoldenReferenceName = "Agony Golden" | |
| 1325 | }, | |
| 1326 | ["66001"] = {
| |
| 1327 | DisplayName = "Zombie Cat", | |
| 1328 | ReferenceName = "Zombie Cat", | |
| 1329 | Image = "rbxassetid://2540401733", | |
| 1330 | Rarity = 2, | |
| 1331 | Height = 1, | |
| 1332 | Egg = "Hallow", | |
| 1333 | Level = {32, 38},
| |
| 1334 | GoldenImage = "rbxassetid://2540389246", | |
| 1335 | GoldenReferenceName = "Zombie Cat Golden" | |
| 1336 | }, | |
| 1337 | ["66002"] = {
| |
| 1338 | DisplayName = "Zombie Dog", | |
| 1339 | ReferenceName = "Zombie Dog", | |
| 1340 | Image = "rbxassetid://2540401857", | |
| 1341 | Rarity = 2, | |
| 1342 | Height = 1, | |
| 1343 | Egg = "Hallow", | |
| 1344 | Level = {32, 38},
| |
| 1345 | GoldenImage = "rbxassetid://2540389436", | |
| 1346 | GoldenReferenceName = "Zombie Dog Golden" | |
| 1347 | }, | |
| 1348 | ["66003"] = {
| |
| 1349 | DisplayName = "Spider", | |
| 1350 | ReferenceName = "Spider", | |
| 1351 | Image = "rbxassetid://2540398297", | |
| 1352 | Rarity = 3, | |
| 1353 | Height = 1, | |
| 1354 | Egg = "Hallow", | |
| 1355 | Level = {68, 82},
| |
| 1356 | GoldenImage = "rbxassetid://2540387580", | |
| 1357 | GoldenReferenceName = "Spider Golden" | |
| 1358 | }, | |
| 1359 | ["66004"] = {
| |
| 1360 | DisplayName = "Pumpkin", | |
| 1361 | ReferenceName = "Pumpkin", | |
| 1362 | Image = "rbxassetid://2540393921", | |
| 1363 | Rarity = 4, | |
| 1364 | Height = 1, | |
| 1365 | Egg = "Hallow", | |
| 1366 | Level = {104, 126},
| |
| 1367 | GoldenImage = "rbxassetid://2540383635", | |
| 1368 | GoldenReferenceName = "Pumpkin Golden" | |
| 1369 | }, | |
| 1370 | ["66005"] = {
| |
| 1371 | DisplayName = "Skeleton", | |
| 1372 | ReferenceName = "Skeleton", | |
| 1373 | Image = "rbxassetid://2540395658", | |
| 1374 | Rarity = 5, | |
| 1375 | Height = 1, | |
| 1376 | Egg = "Hallow", | |
| 1377 | Level = {225, 275},
| |
| 1378 | GoldenImage = "rbxassetid://2540385539", | |
| 1379 | GoldenReferenceName = "Skeleton Golden" | |
| 1380 | }, | |
| 1381 | ["66006"] = {
| |
| 1382 | DisplayName = "Ghostdeeri", | |
| 1383 | ReferenceName = "Ghostdeeri", | |
| 1384 | Image = "rbxassetid://2540374894", | |
| 1385 | Rarity = 6, | |
| 1386 | Height = 1, | |
| 1387 | Egg = "Hallow", | |
| 1388 | Level = {1108, 1354},
| |
| 1389 | GoldenImage = "rbxassetid://2540379626", | |
| 1390 | GoldenReferenceName = "Ghostdeeri Golden" | |
| 1391 | }, | |
| 1392 | ["66007"] = {
| |
| 1393 | DisplayName = "Sorrow", | |
| 1394 | ReferenceName = "Sorrow", | |
| 1395 | Image = "rbxassetid://2540396820", | |
| 1396 | Rarity = 9, | |
| 1397 | Height = 1, | |
| 1398 | Egg = "Hallow", | |
| 1399 | Level = {9114, 11138},
| |
| 1400 | GoldenImage = "rbxassetid://2540386897", | |
| 1401 | GoldenReferenceName = "Sorrow Golden" | |
| 1402 | }, | |
| 1403 | ["66008"] = {
| |
| 1404 | DisplayName = "Willow Wisp", | |
| 1405 | ReferenceName = "Willow Wisp", | |
| 1406 | Image = "rbxassetid://2540400974", | |
| 1407 | Rarity = 10, | |
| 1408 | Height = 1, | |
| 1409 | Egg = "Hallow", | |
| 1410 | Level = {90000, 110000},
| |
| 1411 | GoldenImage = "rbxassetid://2540388472", | |
| 1412 | GoldenReferenceName = "Willow Wisp Golden" | |
| 1413 | }, | |
| 1414 | ["66009"] = {
| |
| 1415 | DisplayName = "Willow Wisp Green", | |
| 1416 | ReferenceName = "Willow Wisp Green", | |
| 1417 | Image = "rbxassetid://2540400870", | |
| 1418 | Rarity = 10, | |
| 1419 | Height = 1, | |
| 1420 | Egg = "Hallow", | |
| 1421 | Level = {180000, 220000},
| |
| 1422 | GoldenImage = "rbxassetid://2540388472", | |
| 1423 | GoldenReferenceName = "Willow Wisp Golden" | |
| 1424 | }, | |
| 1425 | ["66010"] = {
| |
| 1426 | DisplayName = "Skeleton Ghost", | |
| 1427 | ReferenceName = "Skeleton Ghost", | |
| 1428 | Image = "rbxassetid://2540395422", | |
| 1429 | Rarity = 10, | |
| 1430 | Height = 1, | |
| 1431 | Egg = "Hallow", | |
| 1432 | Level = {900000, 1100000},
| |
| 1433 | GoldenImage = "rbxassetid://2551520199", | |
| 1434 | GoldenReferenceName = "Skeleton Ghost Golden" | |
| 1435 | }, | |
| 1436 | ["90001"] = {
| |
| 1437 | DisplayName = "BIG Maskot", | |
| 1438 | ReferenceName = "BIG Games", | |
| 1439 | Image = "rbxassetid://2540369005", | |
| 1440 | Rarity = 4, | |
| 1441 | Height = 1, | |
| 1442 | Egg = "", | |
| 1443 | Level = {3, 3},
| |
| 1444 | GoldenImage = "rbxassetid://2540376241", | |
| 1445 | GoldenReferenceName = "BIG Games Golden" | |
| 1446 | }, | |
| 1447 | ["90002"] = {
| |
| 1448 | DisplayName = "Green Snake", | |
| 1449 | ReferenceName = "Snake Green", | |
| 1450 | Image = "rbxassetid://2540396241", | |
| 1451 | Rarity = 5, | |
| 1452 | Height = 1, | |
| 1453 | Egg = "Snake", | |
| 1454 | Level = {99, 121},
| |
| 1455 | GoldenImage = "rbxassetid://2540385956", | |
| 1456 | GoldenReferenceName = "Snake Golden" | |
| 1457 | }, | |
| 1458 | ["90003"] = {
| |
| 1459 | DisplayName = "Red Snake", | |
| 1460 | ReferenceName = "Snake Red", | |
| 1461 | Image = "rbxassetid://2540396509", | |
| 1462 | Rarity = 5, | |
| 1463 | Height = 1, | |
| 1464 | Egg = "Snake", | |
| 1465 | Level = {117, 143},
| |
| 1466 | GoldenImage = "rbxassetid://2540385956", | |
| 1467 | GoldenReferenceName = "Snake Golden" | |
| 1468 | }, | |
| 1469 | ["90004"] = {
| |
| 1470 | DisplayName = "Purple Snake", | |
| 1471 | ReferenceName = "Snake Purple", | |
| 1472 | Image = "rbxassetid://2540396402", | |
| 1473 | Rarity = 5, | |
| 1474 | Height = 1, | |
| 1475 | Egg = "Snake", | |
| 1476 | Level = {117, 143},
| |
| 1477 | GoldenImage = "rbxassetid://2540385956", | |
| 1478 | GoldenReferenceName = "Snake Golden" | |
| 1479 | }, | |
| 1480 | ["90005"] = {
| |
| 1481 | DisplayName = "Wavy Snake", | |
| 1482 | ReferenceName = "Snake Wavy", | |
| 1483 | Image = "rbxassetid://2540396658", | |
| 1484 | Rarity = 7, | |
| 1485 | Height = 1, | |
| 1486 | Egg = "Snake", | |
| 1487 | Level = {225, 275},
| |
| 1488 | GoldenImage = "rbxassetid://2540385956", | |
| 1489 | GoldenReferenceName = "Snake Golden" | |
| 1490 | }, | |
| 1491 | ["90006"] = {
| |
| 1492 | DisplayName = "Dominus Partner", | |
| 1493 | ReferenceName = "Dominus Partner", | |
| 1494 | Image = "rbxassetid://2540373290", | |
| 1495 | Rarity = 10, | |
| 1496 | Height = 1, | |
| 1497 | Egg = "", | |
| 1498 | Level = {2250, 2750},
| |
| 1499 | GoldenImage = "rbxassetid://2551498488", | |
| 1500 | GoldenReferenceName = "Dominus Partner Golden" | |
| 1501 | }, | |
| 1502 | ["90007"] = {
| |
| 1503 | DisplayName = "Love Dog", | |
| 1504 | ReferenceName = "Dog Love", | |
| 1505 | Image = "rbxassetid://2540390682", | |
| 1506 | Rarity = 7, | |
| 1507 | Height = 1, | |
| 1508 | Egg = "", | |
| 1509 | Level = {2, 2},
| |
| 1510 | GoldenImage = "rbxassetid://2551499542", | |
| 1511 | GoldenReferenceName = "Dog Love Golden" | |
| 1512 | }, | |
| 1513 | ["90008"] = {
| |
| 1514 | DisplayName = "Love Cat", | |
| 1515 | ReferenceName = "Cat Love", | |
| 1516 | Image = "rbxassetid://2540390539", | |
| 1517 | Rarity = 7, | |
| 1518 | Height = 1, | |
| 1519 | Egg = "", | |
| 1520 | Level = {2, 2},
| |
| 1521 | GoldenImage = "rbxassetid://2551499688", | |
| 1522 | GoldenReferenceName = "Cat Love Golden" | |
| 1523 | }, | |
| 1524 | ["90008"] = {
| |
| 1525 | DisplayName = "Noob", | |
| 1526 | ReferenceName = "Noob", | |
| 1527 | Image = "rbxassetid://2540392805", | |
| 1528 | Rarity = 8, | |
| 1529 | Height = 1, | |
| 1530 | Egg = "", | |
| 1531 | Level = {2, 2},
| |
| 1532 | GoldenImage = "rbxassetid://2551499287", | |
| 1533 | GoldenReferenceName = "Noob Golden" | |
| 1534 | } | |
| 1535 | }, | |
| 1536 | Hats = {
| |
| 1537 | ["10001"] = {
| |
| 1538 | DisplayName = "Lei", | |
| 1539 | ReferenceName = "Lei", | |
| 1540 | Image = "rbxassetid://2540648651", | |
| 1541 | Level = {45, 55},
| |
| 1542 | Rarity = 1, | |
| 1543 | Present = "Tier 1" | |
| 1544 | }, | |
| 1545 | ["10002"] = {
| |
| 1546 | DisplayName = "Apple", | |
| 1547 | ReferenceName = "Apple", | |
| 1548 | Image = "rbxassetid://2540645552", | |
| 1549 | Level = {45, 55},
| |
| 1550 | Rarity = 1, | |
| 1551 | Present = "Tier 1" | |
| 1552 | }, | |
| 1553 | ["10003"] = {
| |
| 1554 | DisplayName = "Black Winter Cap", | |
| 1555 | ReferenceName = "Black Winter Cap", | |
| 1556 | Image = "rbxassetid://2540645897", | |
| 1557 | Level = {45, 55},
| |
| 1558 | Rarity = 1, | |
| 1559 | Present = "Tier 1" | |
| 1560 | }, | |
| 1561 | ["10004"] = {
| |
| 1562 | DisplayName = "Pot", | |
| 1563 | ReferenceName = "Pot", | |
| 1564 | Image = "rbxassetid://2540649292", | |
| 1565 | Level = {45, 55},
| |
| 1566 | Rarity = 1, | |
| 1567 | Present = "Tier 1" | |
| 1568 | }, | |
| 1569 | ["20001"] = {
| |
| 1570 | DisplayName = "Paper Hat", | |
| 1571 | ReferenceName = "Paper Hat", | |
| 1572 | Image = "rbxassetid://2540649047", | |
| 1573 | Level = {270, 330},
| |
| 1574 | Rarity = 1, | |
| 1575 | Present = "Tier 2" | |
| 1576 | }, | |
| 1577 | ["20002"] = {
| |
| 1578 | DisplayName = "Cheese", | |
| 1579 | ReferenceName = "Cheese", | |
| 1580 | Image = "rbxassetid://2540647343", | |
| 1581 | Level = {270, 330},
| |
| 1582 | Rarity = 1, | |
| 1583 | Present = "Tier 2" | |
| 1584 | }, | |
| 1585 | ["20003"] = {
| |
| 1586 | DisplayName = "Princess Hat", | |
| 1587 | ReferenceName = "Princess Hat", | |
| 1588 | Image = "rbxassetid://2540649386", | |
| 1589 | Level = {270, 330},
| |
| 1590 | Rarity = 1, | |
| 1591 | Present = "Tier 2" | |
| 1592 | }, | |
| 1593 | ["20004"] = {
| |
| 1594 | DisplayName = "Propeller Beanie", | |
| 1595 | ReferenceName = "Propeller Beanie", | |
| 1596 | Image = "rbxassetid://2540649582", | |
| 1597 | Level = {270, 330},
| |
| 1598 | Rarity = 1, | |
| 1599 | Present = "Tier 2" | |
| 1600 | }, | |
| 1601 | ["20005"] = {
| |
| 1602 | DisplayName = "Cowboy Hat", | |
| 1603 | ReferenceName = "Cowboy Hat", | |
| 1604 | Image = "rbxassetid://2540647740", | |
| 1605 | Level = {270, 330},
| |
| 1606 | Rarity = 1, | |
| 1607 | Present = "Tier 2" | |
| 1608 | }, | |
| 1609 | ["20006"] = {
| |
| 1610 | DisplayName = "Viking", | |
| 1611 | ReferenceName = "Viking", | |
| 1612 | Image = "rbxassetid://2540650241", | |
| 1613 | Level = {270, 330},
| |
| 1614 | Rarity = 1, | |
| 1615 | Present = "Tier 2" | |
| 1616 | }, | |
| 1617 | ["20007"] = {
| |
| 1618 | DisplayName = "Giant Cheese", | |
| 1619 | ReferenceName = "Giant Cheese", | |
| 1620 | Image = "rbxassetid://2540648201", | |
| 1621 | Level = {17999, 21997},
| |
| 1622 | Rarity = 10, | |
| 1623 | Present = "Tier 2" | |
| 1624 | }, | |
| 1625 | ["30001"] = {
| |
| 1626 | DisplayName = "Traffic Cone", | |
| 1627 | ReferenceName = "Traffic Cone", | |
| 1628 | Image = "rbxassetid://2540650144", | |
| 1629 | Level = {900, 1100},
| |
| 1630 | Rarity = 3, | |
| 1631 | Present = "Tier 3" | |
| 1632 | }, | |
| 1633 | ["30002"] = {
| |
| 1634 | DisplayName = "Pirate Hat", | |
| 1635 | ReferenceName = "Pirate Hat", | |
| 1636 | Image = "rbxassetid://2540649144", | |
| 1637 | Level = {900, 1100},
| |
| 1638 | Rarity = 3, | |
| 1639 | Present = "Tier 3" | |
| 1640 | }, | |
| 1641 | ["30003"] = {
| |
| 1642 | DisplayName = "Chessboard", | |
| 1643 | ReferenceName = "Chessboard", | |
| 1644 | Image = "rbxassetid://2540647583", | |
| 1645 | Level = {900, 1100},
| |
| 1646 | Rarity = 3, | |
| 1647 | Present = "Tier 3" | |
| 1648 | }, | |
| 1649 | ["30004"] = {
| |
| 1650 | DisplayName = "Horns", | |
| 1651 | ReferenceName = "Horns", | |
| 1652 | Image = "rbxassetid://2540648521", | |
| 1653 | Level = {900, 1100},
| |
| 1654 | Rarity = 3, | |
| 1655 | Present = "Tier 3" | |
| 1656 | }, | |
| 1657 | ["30005"] = {
| |
| 1658 | DisplayName = "Green Banded Top Hat", | |
| 1659 | ReferenceName = "Green Banded Top Hat", | |
| 1660 | Image = "rbxassetid://2540648310", | |
| 1661 | Level = {900, 1100},
| |
| 1662 | Rarity = 3, | |
| 1663 | Present = "Tier 3" | |
| 1664 | }, | |
| 1665 | ["30006"] = {
| |
| 1666 | DisplayName = "Yellow Banded Top Hat", | |
| 1667 | ReferenceName = "Yellow Banded Top Hat", | |
| 1668 | Image = "rbxassetid://2540650428", | |
| 1669 | Level = {900, 1100},
| |
| 1670 | Rarity = 3, | |
| 1671 | Present = "Tier 3" | |
| 1672 | }, | |
| 1673 | ["30007"] = {
| |
| 1674 | DisplayName = "White Top Hat", | |
| 1675 | ReferenceName = "White Top Hat", | |
| 1676 | Image = "rbxassetid://2540650351", | |
| 1677 | Level = {1170, 1430},
| |
| 1678 | Rarity = 6, | |
| 1679 | Present = "Tier 3" | |
| 1680 | }, | |
| 1681 | ["30008"] = {
| |
| 1682 | DisplayName = "Blue Traffic Cone", | |
| 1683 | ReferenceName = "Blue Traffic Cone", | |
| 1684 | Image = "rbxassetid://2540646993", | |
| 1685 | Level = {1260, 1540},
| |
| 1686 | Rarity = 6, | |
| 1687 | Present = "Tier 3" | |
| 1688 | }, | |
| 1689 | ["40001"] = {
| |
| 1690 | DisplayName = "Neon Pink Banded Top Hat", | |
| 1691 | ReferenceName = "Neon Pink Banded Top Hat", | |
| 1692 | Image = "rbxassetid://2540648822", | |
| 1693 | Level = {10800, 13200},
| |
| 1694 | Rarity = 5, | |
| 1695 | Present = "Tier 4" | |
| 1696 | }, | |
| 1697 | ["40002"] = {
| |
| 1698 | DisplayName = "Rubber Duckie", | |
| 1699 | ReferenceName = "Rubber Duckie", | |
| 1700 | Image = "rbxassetid://2540649980", | |
| 1701 | Level = {7200, 8800},
| |
| 1702 | Rarity = 4, | |
| 1703 | Present = "Tier 4" | |
| 1704 | }, | |
| 1705 | ["40003"] = {
| |
| 1706 | DisplayName = "Noob Sign", | |
| 1707 | ReferenceName = "Noob Sign", | |
| 1708 | Image = "rbxassetid://2540648922", | |
| 1709 | Level = {7200, 8800},
| |
| 1710 | Rarity = 4, | |
| 1711 | Present = "Tier 4" | |
| 1712 | }, | |
| 1713 | ["40004"] = {
| |
| 1714 | DisplayName = "Bling Top Hat", | |
| 1715 | ReferenceName = "Bling Top Hat", | |
| 1716 | Image = "rbxassetid://2540646674", | |
| 1717 | Level = {13500, 16500},
| |
| 1718 | Rarity = 7, | |
| 1719 | Present = "Tier 4" | |
| 1720 | }, | |
| 1721 | ["40005"] = {
| |
| 1722 | DisplayName = "Hat Stack", | |
| 1723 | ReferenceName = "Hat Stack", | |
| 1724 | Image = "rbxassetid://2540648411", | |
| 1725 | Level = {7200, 8800},
| |
| 1726 | Rarity = 4, | |
| 1727 | Present = "Tier 4" | |
| 1728 | }, | |
| 1729 | ["40006"] = {
| |
| 1730 | DisplayName = "Blue Top Hat", | |
| 1731 | ReferenceName = "Blue Top Hat", | |
| 1732 | Image = "rbxassetid://2540646816", | |
| 1733 | Level = {7200, 8800},
| |
| 1734 | Rarity = 4, | |
| 1735 | Present = "Tier 4" | |
| 1736 | }, | |
| 1737 | ["40007"] = {
| |
| 1738 | DisplayName = "Robux", | |
| 1739 | ReferenceName = "Robux", | |
| 1740 | Image = "rbxassetid://2540649834", | |
| 1741 | Level = {360000, 440000},
| |
| 1742 | Rarity = 10, | |
| 1743 | Present = "Tier 4" | |
| 1744 | }, | |
| 1745 | ["99001"] = {
| |
| 1746 | DisplayName = "Rain Cloud", | |
| 1747 | ReferenceName = "Rain Cloud", | |
| 1748 | Image = "rbxassetid://2540649679", | |
| 1749 | Level = {18000, 22000},
| |
| 1750 | Rarity = 9, | |
| 1751 | Present = "Golden" | |
| 1752 | }, | |
| 1753 | ["99002"] = {
| |
| 1754 | DisplayName = "Crown", | |
| 1755 | ReferenceName = "Crown", | |
| 1756 | Image = "rbxassetid://2540647854", | |
| 1757 | Level = {18000, 22000},
| |
| 1758 | Rarity = 9, | |
| 1759 | Present = "Golden" | |
| 1760 | }, | |
| 1761 | ["99003"] = {
| |
| 1762 | DisplayName = "Duke of the Federation", | |
| 1763 | ReferenceName = "Duke of the Federation", | |
| 1764 | Image = "rbxassetid://2540648046", | |
| 1765 | Level = {18000, 22000},
| |
| 1766 | Rarity = 9, | |
| 1767 | Present = "Golden" | |
| 1768 | }, | |
| 1769 | ["99004"] = {
| |
| 1770 | DisplayName = "Lord of the Federation", | |
| 1771 | ReferenceName = "Lord of the Federation", | |
| 1772 | Image = "rbxassetid://2540648736", | |
| 1773 | Level = {27000, 33000},
| |
| 1774 | Rarity = 10, | |
| 1775 | Present = "Golden" | |
| 1776 | }, | |
| 1777 | ["99005"] = {
| |
| 1778 | DisplayName = "Domino Crown", | |
| 1779 | ReferenceName = "Domino Crown", | |
| 1780 | Image = "rbxassetid://2540647949", | |
| 1781 | Level = {18000, 22000},
| |
| 1782 | Rarity = 9, | |
| 1783 | Present = "Golden" | |
| 1784 | }, | |
| 1785 | ["99006"] = {
| |
| 1786 | DisplayName = "Black Iron Domino Crown", | |
| 1787 | ReferenceName = "Black Iron Domino Crown", | |
| 1788 | Image = "rbxassetid://2540645793", | |
| 1789 | Level = {27000, 33000},
| |
| 1790 | Rarity = 10, | |
| 1791 | Present = "Golden" | |
| 1792 | } | |
| 1793 | }, | |
| 1794 | Eggs = {
| |
| 1795 | ["Tier 1"] = {
| |
| 1796 | Price = 275, | |
| 1797 | Currency = "Coins", | |
| 1798 | ProductId = 0, | |
| 1799 | Pets = {
| |
| 1800 | ["1001"] = 100, | |
| 1801 | ["1002"] = 100, | |
| 1802 | ["1003"] = 100, | |
| 1803 | ["1004"] = 100, | |
| 1804 | ["1005"] = 5 | |
| 1805 | } | |
| 1806 | }, | |
| 1807 | ["Tier 2"] = {
| |
| 1808 | Price = 2500, | |
| 1809 | Currency = "Coins", | |
| 1810 | ProductId = 0, | |
| 1811 | Pets = {
| |
| 1812 | ["2001"] = 100, | |
| 1813 | ["2002"] = 100, | |
| 1814 | ["2003"] = 100, | |
| 1815 | ["2004"] = 100, | |
| 1816 | ["2005"] = 4 | |
| 1817 | } | |
| 1818 | }, | |
| 1819 | ["Tier 3"] = {
| |
| 1820 | Price = 12500, | |
| 1821 | Currency = "Coins", | |
| 1822 | ProductId = 0, | |
| 1823 | Pets = {
| |
| 1824 | ["3001"] = 100, | |
| 1825 | ["3002"] = 100, | |
| 1826 | ["3003"] = 100, | |
| 1827 | ["3004"] = 100, | |
| 1828 | ["3005"] = 0.85 | |
| 1829 | } | |
| 1830 | }, | |
| 1831 | ["Tier 4"] = {
| |
| 1832 | Price = 46000, | |
| 1833 | Currency = "Coins", | |
| 1834 | ProductId = 0, | |
| 1835 | Pets = {
| |
| 1836 | ["4001"] = 100, | |
| 1837 | ["4002"] = 100, | |
| 1838 | ["4003"] = 100, | |
| 1839 | ["4004"] = 100, | |
| 1840 | ["4005"] = 10 | |
| 1841 | } | |
| 1842 | }, | |
| 1843 | ["Tier 5"] = {
| |
| 1844 | Price = 175000, | |
| 1845 | Currency = "Coins", | |
| 1846 | ProductId = 0, | |
| 1847 | Pets = {
| |
| 1848 | ["5001"] = 100, | |
| 1849 | ["5002"] = 100, | |
| 1850 | ["5003"] = 100, | |
| 1851 | ["5004"] = 100, | |
| 1852 | ["5005"] = 5 | |
| 1853 | } | |
| 1854 | }, | |
| 1855 | ["Tier 6"] = {
| |
| 1856 | Price = 450000, | |
| 1857 | Currency = "Coins", | |
| 1858 | ProductId = 0, | |
| 1859 | Pets = {
| |
| 1860 | ["6001"] = 100, | |
| 1861 | ["6002"] = 100, | |
| 1862 | ["6003"] = 100, | |
| 1863 | ["6004"] = 80 | |
| 1864 | } | |
| 1865 | }, | |
| 1866 | ["Tier 7"] = {
| |
| 1867 | Price = 1500000, | |
| 1868 | Currency = "Coins", | |
| 1869 | ProductId = 0, | |
| 1870 | Pets = {
| |
| 1871 | ["7001"] = 100, | |
| 1872 | ["7002"] = 100, | |
| 1873 | ["7003"] = 100, | |
| 1874 | ["7004"] = 7 | |
| 1875 | } | |
| 1876 | }, | |
| 1877 | ["Tier 8"] = {
| |
| 1878 | Price = 3750000, | |
| 1879 | Currency = "Coins", | |
| 1880 | ProductId = 0, | |
| 1881 | Pets = {
| |
| 1882 | ["8001"] = 100, | |
| 1883 | ["8002"] = 100, | |
| 1884 | ["8003"] = 100, | |
| 1885 | ["8004"] = 0.65, | |
| 1886 | ["8005"] = 100 | |
| 1887 | } | |
| 1888 | }, | |
| 1889 | ["Tier 9"] = {
| |
| 1890 | Price = 8000000, | |
| 1891 | Currency = "Coins", | |
| 1892 | ProductId = 0, | |
| 1893 | Pets = {
| |
| 1894 | ["9001"] = 100, | |
| 1895 | ["9002"] = 100, | |
| 1896 | ["9003"] = 100, | |
| 1897 | ["9004"] = 100, | |
| 1898 | ["9005"] = 100 | |
| 1899 | } | |
| 1900 | }, | |
| 1901 | ["Tier 10"] = {
| |
| 1902 | Price = 50000000, | |
| 1903 | Currency = "Coins", | |
| 1904 | ProductId = 0, | |
| 1905 | Pets = {
| |
| 1906 | ["10001"] = 100, | |
| 1907 | ["10002"] = 100, | |
| 1908 | ["10003"] = 100, | |
| 1909 | ["10004"] = 35, | |
| 1910 | ["10005"] = 35, | |
| 1911 | ["10006"] = 0.1, | |
| 1912 | ["10007"] = 0.1, | |
| 1913 | ["10008"] = 0.1 | |
| 1914 | } | |
| 1915 | }, | |
| 1916 | ["Tier 11"] = {
| |
| 1917 | Price = 350000000, | |
| 1918 | Currency = "Coins", | |
| 1919 | ProductId = 0, | |
| 1920 | Pets = {
| |
| 1921 | ["11001"] = 100, | |
| 1922 | ["11002"] = 100, | |
| 1923 | ["11003"] = 100, | |
| 1924 | ["11004"] = 100, | |
| 1925 | ["11005"] = 100, | |
| 1926 | ["11006"] = 10 | |
| 1927 | } | |
| 1928 | }, | |
| 1929 | ["Tier 12"] = {
| |
| 1930 | Price = 5000000000, | |
| 1931 | Currency = "Coins", | |
| 1932 | ProductId = 0, | |
| 1933 | Pets = {
| |
| 1934 | ["12001"] = 100, | |
| 1935 | ["12002"] = 100, | |
| 1936 | ["12003"] = 100, | |
| 1937 | ["12004"] = 30, | |
| 1938 | ["12005"] = 30, | |
| 1939 | ["12006"] = 1, | |
| 1940 | ["12007"] = 0.01 | |
| 1941 | } | |
| 1942 | }, | |
| 1943 | ["Tier 13"] = {
| |
| 1944 | Price = 65000, | |
| 1945 | Currency = "MoonCoins", | |
| 1946 | ProductId = 0, | |
| 1947 | Pets = {
| |
| 1948 | ["13001"] = 100, | |
| 1949 | ["13002"] = 100, | |
| 1950 | ["13003"] = 100, | |
| 1951 | ["13004"] = 30, | |
| 1952 | ["13005"] = 30, | |
| 1953 | ["13006"] = 30, | |
| 1954 | ["13007"] = 0.85 | |
| 1955 | } | |
| 1956 | }, | |
| 1957 | ["Tier 14"] = {
| |
| 1958 | Price = 475000, | |
| 1959 | Currency = "MoonCoins", | |
| 1960 | ProductId = 0, | |
| 1961 | Pets = {
| |
| 1962 | ["14001"] = 100, | |
| 1963 | ["14002"] = 100, | |
| 1964 | ["14003"] = 30, | |
| 1965 | ["14004"] = 30, | |
| 1966 | ["14005"] = 30, | |
| 1967 | ["14006"] = 8, | |
| 1968 | ["14007"] = 1, | |
| 1969 | ["14008"] = 0.05, | |
| 1970 | ["14009"] = 0.0375 | |
| 1971 | } | |
| 1972 | }, | |
| 1973 | ["Tier 15"] = {
| |
| 1974 | Price = 2375000, | |
| 1975 | Currency = "MoonCoins", | |
| 1976 | ProductId = 0, | |
| 1977 | Pets = {
| |
| 1978 | ["15001"] = 100, | |
| 1979 | ["15002"] = 100, | |
| 1980 | ["15003"] = 30, | |
| 1981 | ["15004"] = 15, | |
| 1982 | ["15005"] = 10, | |
| 1983 | ["15006"] = 8, | |
| 1984 | ["15007"] = 4, | |
| 1985 | ["15008"] = 1, | |
| 1986 | ["15009"] = 1, | |
| 1987 | ["15010"] = 0.15, | |
| 1988 | ["15011"] = 0.001 | |
| 1989 | } | |
| 1990 | }, | |
| 1991 | ["Tier 16"] = {
| |
| 1992 | Price = 8000000, | |
| 1993 | Currency = "MoonCoins", | |
| 1994 | ProductId = 0, | |
| 1995 | Pets = {
| |
| 1996 | ["16001"] = 100, | |
| 1997 | ["16002"] = 100, | |
| 1998 | ["16003"] = 30, | |
| 1999 | ["16004"] = 15, | |
| 2000 | ["16005"] = 10, | |
| 2001 | ["16006"] = 8, | |
| 2002 | ["16007"] = 7, | |
| 2003 | ["16008"] = 3, | |
| 2004 | ["16009"] = 0.75, | |
| 2005 | ["16010"] = 0.004, | |
| 2006 | ["16011"] = 0.001, | |
| 2007 | ["16012"] = 1.0E-5 | |
| 2008 | } | |
| 2009 | }, | |
| 2010 | ["Tier 17"] = {
| |
| 2011 | Price = 26500000, | |
| 2012 | Currency = "MoonCoins", | |
| 2013 | ProductId = 0, | |
| 2014 | Pets = {
| |
| 2015 | ["17001"] = 100, | |
| 2016 | ["17002"] = 100, | |
| 2017 | ["17003"] = 30, | |
| 2018 | ["17004"] = 15, | |
| 2019 | ["17005"] = 10, | |
| 2020 | ["17006"] = 3, | |
| 2021 | ["17007"] = 0.15, | |
| 2022 | ["17008"] = 0.0035, | |
| 2023 | ["17009"] = 5.0E-6 | |
| 2024 | } | |
| 2025 | }, | |
| 2026 | ["Tier 18"] = {
| |
| 2027 | Price = 165000000, | |
| 2028 | Currency = "MoonCoins", | |
| 2029 | ProductId = 0, | |
| 2030 | Pets = {
| |
| 2031 | ["18001"] = 100, | |
| 2032 | ["18002"] = 75, | |
| 2033 | ["18003"] = 11, | |
| 2034 | ["18004"] = 0.8, | |
| 2035 | ["18005"] = 0.1, | |
| 2036 | ["18006"] = 3.6E-4 | |
| 2037 | } | |
| 2038 | }, | |
| 2039 | ["Hallow"] = {
| |
| 2040 | Price = 70, | |
| 2041 | Currency = "HallowCoins", | |
| 2042 | ProductId = 0, | |
| 2043 | Pets = {
| |
| 2044 | ["66001"] = 100, | |
| 2045 | ["66002"] = 100, | |
| 2046 | ["66003"] = 60, | |
| 2047 | ["66004"] = 20, | |
| 2048 | ["66005"] = 15, | |
| 2049 | ["66006"] = 3.5, | |
| 2050 | ["66007"] = 0.375, | |
| 2051 | ["66008"] = 0.065, | |
| 2052 | ["66009"] = 0.003, | |
| 2053 | ["66010"] = 2.5E-4 | |
| 2054 | } | |
| 2055 | }, | |
| 2056 | ["Cursed Hallow"] = {
| |
| 2057 | Price = 750, | |
| 2058 | Currency = "HallowCoins", | |
| 2059 | ProductId = 0, | |
| 2060 | Pets = {
| |
| 2061 | ["66005"] = 100, | |
| 2062 | ["66006"] = 52.5, | |
| 2063 | ["66007"] = 5.625, | |
| 2064 | ["66008"] = 0.9750000000000001, | |
| 2065 | ["66009"] = 0.045, | |
| 2066 | ["66010"] = 0.00375 | |
| 2067 | } | |
| 2068 | }, | |
| 2069 | ["Snake"] = {
| |
| 2070 | Price = 0, | |
| 2071 | ProductId = 344286613, | |
| 2072 | Pets = {
| |
| 2073 | ["90002"] = 100, | |
| 2074 | ["90003"] = 65, | |
| 2075 | ["90004"] = 65, | |
| 2076 | ["90005"] = 5 | |
| 2077 | } | |
| 2078 | } | |
| 2079 | }, | |
| 2080 | Presents = {
| |
| 2081 | ["Tier 1"] = {
| |
| 2082 | Price = 30000, | |
| 2083 | Currency = "Coins", | |
| 2084 | ProductId = 0, | |
| 2085 | Hats = {
| |
| 2086 | ["10001"] = 100, | |
| 2087 | ["10002"] = 100, | |
| 2088 | ["10003"] = 100, | |
| 2089 | ["10004"] = 100 | |
| 2090 | } | |
| 2091 | }, | |
| 2092 | ["Tier 2"] = {
| |
| 2093 | Price = 2250000, | |
| 2094 | Currency = "Coins", | |
| 2095 | ProductId = 0, | |
| 2096 | Hats = {
| |
| 2097 | ["20001"] = 100, | |
| 2098 | ["20002"] = 20, | |
| 2099 | ["20003"] = 100, | |
| 2100 | ["20004"] = 100, | |
| 2101 | ["20005"] = 100, | |
| 2102 | ["20006"] = 100, | |
| 2103 | ["20007"] = 0.00375 | |
| 2104 | } | |
| 2105 | }, | |
| 2106 | ["Tier 3"] = {
| |
| 2107 | Price = 30000000, | |
| 2108 | Currency = "Coins", | |
| 2109 | ProductId = 0, | |
| 2110 | Hats = {
| |
| 2111 | ["30001"] = 100, | |
| 2112 | ["30002"] = 100, | |
| 2113 | ["30003"] = 100, | |
| 2114 | ["30004"] = 100, | |
| 2115 | ["30005"] = 100, | |
| 2116 | ["30006"] = 100, | |
| 2117 | ["30007"] = 3, | |
| 2118 | ["30008"] = 0.45 | |
| 2119 | } | |
| 2120 | }, | |
| 2121 | ["Tier 4"] = {
| |
| 2122 | Price = 4100000000, | |
| 2123 | Currency = "Coins", | |
| 2124 | ProductId = 0, | |
| 2125 | Hats = {
| |
| 2126 | ["40001"] = 6, | |
| 2127 | ["40002"] = 100, | |
| 2128 | ["40003"] = 100, | |
| 2129 | ["40004"] = 1, | |
| 2130 | ["40005"] = 100, | |
| 2131 | ["40006"] = 100, | |
| 2132 | ["40007"] = 3.0E-4 | |
| 2133 | } | |
| 2134 | }, | |
| 2135 | ["Golden"] = {
| |
| 2136 | Price = 1500000, | |
| 2137 | Currency = "MoonCoins", | |
| 2138 | ProductId = 0, | |
| 2139 | Hats = {
| |
| 2140 | ["99001"] = 100, | |
| 2141 | ["99002"] = 100, | |
| 2142 | ["99003"] = 100, | |
| 2143 | ["99004"] = 7, | |
| 2144 | ["99005"] = 100, | |
| 2145 | ["99006"] = 2, | |
| 2146 | ["40007"] = 0.003 | |
| 2147 | } | |
| 2148 | } | |
| 2149 | }, | |
| 2150 | Coins = {
| |
| 2151 | ["1 Small Coin"] = {
| |
| 2152 | Type = "Coins", | |
| 2153 | Health = 10, | |
| 2154 | XP = 1, | |
| 2155 | Coins = 2, | |
| 2156 | Rarity = 100, | |
| 2157 | Spawns = {"1"},
| |
| 2158 | DropSounds = {2084514518, 2084514886},
| |
| 2159 | DropSoundDist = 150 | |
| 2160 | }, | |
| 2161 | ["1 Coin"] = {
| |
| 2162 | Type = "Coins", | |
| 2163 | Health = 35, | |
| 2164 | XP = 3, | |
| 2165 | Coins = 8, | |
| 2166 | Rarity = 60, | |
| 2167 | Spawns = {"1"},
| |
| 2168 | DropSounds = {2084514518, 2084514886},
| |
| 2169 | DropSoundDist = 150 | |
| 2170 | }, | |
| 2171 | ["1 Coin Stack"] = {
| |
| 2172 | Type = "Coins", | |
| 2173 | Health = 150, | |
| 2174 | XP = 10, | |
| 2175 | Coins = 30, | |
| 2176 | Rarity = 25, | |
| 2177 | Spawns = {"1"},
| |
| 2178 | DropSounds = {2084514518, 2084514886},
| |
| 2179 | DropSoundDist = 150 | |
| 2180 | }, | |
| 2181 | ["1 Small Chest"] = {
| |
| 2182 | Type = "Coins", | |
| 2183 | Health = 500, | |
| 2184 | XP = 25, | |
| 2185 | Coins = 150, | |
| 2186 | Rarity = 5, | |
| 2187 | Spawns = {"1"},
| |
| 2188 | DropSounds = {
| |
| 2189 | 2084832961, | |
| 2190 | 2084833249, | |
| 2191 | 2084833477 | |
| 2192 | }, | |
| 2193 | DropSoundDist = 250, | |
| 2194 | DropSoundVol = 1 | |
| 2195 | }, | |
| 2196 | ["1 Chest"] = {
| |
| 2197 | Type = "Coins", | |
| 2198 | Health = 2000, | |
| 2199 | XP = 100, | |
| 2200 | Coins = 800, | |
| 2201 | Rarity = 3, | |
| 2202 | Spawns = {"1"},
| |
| 2203 | DropSounds = {
| |
| 2204 | 2084832961, | |
| 2205 | 2084833249, | |
| 2206 | 2084833477 | |
| 2207 | }, | |
| 2208 | DropSoundDist = 350, | |
| 2209 | DropSoundVol = 1.5 | |
| 2210 | }, | |
| 2211 | ["2 Small Coin"] = {
| |
| 2212 | Type = "Coins", | |
| 2213 | Health = 200, | |
| 2214 | XP = 20, | |
| 2215 | Coins = 8, | |
| 2216 | Rarity = 100, | |
| 2217 | Spawns = {"2"},
| |
| 2218 | DropSounds = {2084514518, 2084514886},
| |
| 2219 | DropSoundDist = 150 | |
| 2220 | }, | |
| 2221 | ["2 Coin"] = {
| |
| 2222 | Type = "Coins", | |
| 2223 | Health = 700, | |
| 2224 | XP = 60, | |
| 2225 | Coins = 32, | |
| 2226 | Rarity = 60, | |
| 2227 | Spawns = {"2"},
| |
| 2228 | DropSounds = {2084514518, 2084514886},
| |
| 2229 | DropSoundDist = 150 | |
| 2230 | }, | |
| 2231 | ["2 Coin Stack"] = {
| |
| 2232 | Type = "Coins", | |
| 2233 | Health = 3000, | |
| 2234 | XP = 200, | |
| 2235 | Coins = 120, | |
| 2236 | Rarity = 25, | |
| 2237 | Spawns = {"2"},
| |
| 2238 | DropSounds = {2084514518, 2084514886},
| |
| 2239 | DropSoundDist = 150 | |
| 2240 | }, | |
| 2241 | ["2 Small Chest"] = {
| |
| 2242 | Type = "Coins", | |
| 2243 | Health = 10000, | |
| 2244 | XP = 500, | |
| 2245 | Coins = 600, | |
| 2246 | Rarity = 5, | |
| 2247 | Spawns = {"2"},
| |
| 2248 | DropSounds = {
| |
| 2249 | 2084832961, | |
| 2250 | 2084833249, | |
| 2251 | 2084833477 | |
| 2252 | }, | |
| 2253 | DropSoundDist = 250, | |
| 2254 | DropSoundVol = 1 | |
| 2255 | }, | |
| 2256 | ["2 Chest"] = {
| |
| 2257 | Type = "Coins", | |
| 2258 | Health = 40000, | |
| 2259 | XP = 2000, | |
| 2260 | Coins = 3200, | |
| 2261 | Rarity = 3, | |
| 2262 | Spawns = {"2"},
| |
| 2263 | DropSounds = {
| |
| 2264 | 2084832961, | |
| 2265 | 2084833249, | |
| 2266 | 2084833477 | |
| 2267 | }, | |
| 2268 | DropSoundDist = 350, | |
| 2269 | DropSoundVol = 1.5 | |
| 2270 | }, | |
| 2271 | ["3 Small Coin"] = {
| |
| 2272 | Type = "Coins", | |
| 2273 | Health = 750, | |
| 2274 | XP = 75, | |
| 2275 | Coins = 26, | |
| 2276 | Rarity = 100, | |
| 2277 | Spawns = {"3"},
| |
| 2278 | DropSounds = {2084514518, 2084514886},
| |
| 2279 | DropSoundDist = 150 | |
| 2280 | }, | |
| 2281 | ["3 Coin"] = {
| |
| 2282 | Type = "Coins", | |
| 2283 | Health = 2625, | |
| 2284 | XP = 225, | |
| 2285 | Coins = 104, | |
| 2286 | Rarity = 60, | |
| 2287 | Spawns = {"3"},
| |
| 2288 | DropSounds = {2084514518, 2084514886},
| |
| 2289 | DropSoundDist = 150 | |
| 2290 | }, | |
| 2291 | ["3 Coin Stack"] = {
| |
| 2292 | Type = "Coins", | |
| 2293 | Health = 11250, | |
| 2294 | XP = 750, | |
| 2295 | Coins = 390, | |
| 2296 | Rarity = 25, | |
| 2297 | Spawns = {"3"},
| |
| 2298 | DropSounds = {2084514518, 2084514886},
| |
| 2299 | DropSoundDist = 150 | |
| 2300 | }, | |
| 2301 | ["3 Small Chest"] = {
| |
| 2302 | Type = "Coins", | |
| 2303 | Health = 37500, | |
| 2304 | XP = 1875, | |
| 2305 | Coins = 1950, | |
| 2306 | Rarity = 5, | |
| 2307 | Spawns = {"3"},
| |
| 2308 | DropSounds = {
| |
| 2309 | 2084832961, | |
| 2310 | 2084833249, | |
| 2311 | 2084833477 | |
| 2312 | }, | |
| 2313 | DropSoundDist = 250, | |
| 2314 | DropSoundVol = 1 | |
| 2315 | }, | |
| 2316 | ["3 Chest"] = {
| |
| 2317 | Type = "Coins", | |
| 2318 | Health = 150000, | |
| 2319 | XP = 7500, | |
| 2320 | Coins = 10400, | |
| 2321 | Rarity = 3, | |
| 2322 | Spawns = {"3"},
| |
| 2323 | DropSounds = {
| |
| 2324 | 2084832961, | |
| 2325 | 2084833249, | |
| 2326 | 2084833477 | |
| 2327 | }, | |
| 2328 | DropSoundDist = 350, | |
| 2329 | DropSoundVol = 1.5 | |
| 2330 | }, | |
| 2331 | ["4 Small Coin"] = {
| |
| 2332 | Type = "Coins", | |
| 2333 | Health = 2250, | |
| 2334 | XP = 225, | |
| 2335 | Coins = 60, | |
| 2336 | Rarity = 100, | |
| 2337 | Spawns = {"4"},
| |
| 2338 | DropSounds = {2084514518, 2084514886},
| |
| 2339 | DropSoundDist = 150 | |
| 2340 | }, | |
| 2341 | ["4 Coin"] = {
| |
| 2342 | Type = "Coins", | |
| 2343 | Health = 7875, | |
| 2344 | XP = 675, | |
| 2345 | Coins = 240, | |
| 2346 | Rarity = 60, | |
| 2347 | Spawns = {"4"},
| |
| 2348 | DropSounds = {2084514518, 2084514886},
| |
| 2349 | DropSoundDist = 150 | |
| 2350 | }, | |
| 2351 | ["4 Coin Stack"] = {
| |
| 2352 | Type = "Coins", | |
| 2353 | Health = 33750, | |
| 2354 | XP = 2250, | |
| 2355 | Coins = 900, | |
| 2356 | Rarity = 25, | |
| 2357 | Spawns = {"4"},
| |
| 2358 | DropSounds = {2084514518, 2084514886},
| |
| 2359 | DropSoundDist = 150 | |
| 2360 | }, | |
| 2361 | ["4 Small Chest"] = {
| |
| 2362 | Type = "Coins", | |
| 2363 | Health = 112500, | |
| 2364 | XP = 5625, | |
| 2365 | Coins = 4500, | |
| 2366 | Rarity = 5, | |
| 2367 | Spawns = {"4"},
| |
| 2368 | DropSounds = {
| |
| 2369 | 2084832961, | |
| 2370 | 2084833249, | |
| 2371 | 2084833477 | |
| 2372 | }, | |
| 2373 | DropSoundDist = 250, | |
| 2374 | DropSoundVol = 1 | |
| 2375 | }, | |
| 2376 | ["4 Chest"] = {
| |
| 2377 | Type = "Coins", | |
| 2378 | Health = 450000, | |
| 2379 | XP = 22500, | |
| 2380 | Coins = 24000, | |
| 2381 | Rarity = 3, | |
| 2382 | Spawns = {"4"},
| |
| 2383 | DropSounds = {
| |
| 2384 | 2084832961, | |
| 2385 | 2084833249, | |
| 2386 | 2084833477 | |
| 2387 | }, | |
| 2388 | DropSoundDist = 350, | |
| 2389 | DropSoundVol = 1.5 | |
| 2390 | }, | |
| 2391 | ["5 Small Coin"] = {
| |
| 2392 | Type = "Coins", | |
| 2393 | Health = 9000, | |
| 2394 | XP = 900, | |
| 2395 | Coins = 200, | |
| 2396 | Rarity = 100, | |
| 2397 | Spawns = {"5"},
| |
| 2398 | DropSounds = {2084514518, 2084514886},
| |
| 2399 | DropSoundDist = 150 | |
| 2400 | }, | |
| 2401 | ["5 Coin"] = {
| |
| 2402 | Type = "Coins", | |
| 2403 | Health = 31500, | |
| 2404 | XP = 2700, | |
| 2405 | Coins = 800, | |
| 2406 | Rarity = 60, | |
| 2407 | Spawns = {"5"},
| |
| 2408 | DropSounds = {2084514518, 2084514886},
| |
| 2409 | DropSoundDist = 150 | |
| 2410 | }, | |
| 2411 | ["5 Coin Stack"] = {
| |
| 2412 | Type = "Coins", | |
| 2413 | Health = 135000, | |
| 2414 | XP = 9000, | |
| 2415 | Coins = 3000, | |
| 2416 | Rarity = 25, | |
| 2417 | Spawns = {"5"},
| |
| 2418 | DropSounds = {2084514518, 2084514886},
| |
| 2419 | DropSoundDist = 150 | |
| 2420 | }, | |
| 2421 | ["5 Small Chest"] = {
| |
| 2422 | Type = "Coins", | |
| 2423 | Health = 450000, | |
| 2424 | XP = 22500, | |
| 2425 | Coins = 15000, | |
| 2426 | Rarity = 5, | |
| 2427 | Spawns = {"5"},
| |
| 2428 | DropSounds = {
| |
| 2429 | 2084832961, | |
| 2430 | 2084833249, | |
| 2431 | 2084833477 | |
| 2432 | }, | |
| 2433 | DropSoundDist = 250, | |
| 2434 | DropSoundVol = 1 | |
| 2435 | }, | |
| 2436 | ["5 Chest"] = {
| |
| 2437 | Type = "Coins", | |
| 2438 | Health = 1800000, | |
| 2439 | XP = 90000, | |
| 2440 | Coins = 80000, | |
| 2441 | Rarity = 3, | |
| 2442 | Spawns = {"5"},
| |
| 2443 | DropSounds = {
| |
| 2444 | 2084832961, | |
| 2445 | 2084833249, | |
| 2446 | 2084833477 | |
| 2447 | }, | |
| 2448 | DropSoundDist = 350, | |
| 2449 | DropSoundVol = 1.5 | |
| 2450 | }, | |
| 2451 | ["6 Small Coin"] = {
| |
| 2452 | Type = "Coins", | |
| 2453 | Health = 18000, | |
| 2454 | XP = 1800, | |
| 2455 | Coins = 400, | |
| 2456 | Rarity = 100, | |
| 2457 | Spawns = {"6"},
| |
| 2458 | DropSounds = {2084514518, 2084514886},
| |
| 2459 | DropSoundDist = 150 | |
| 2460 | }, | |
| 2461 | ["6 Coin"] = {
| |
| 2462 | Type = "Coins", | |
| 2463 | Health = 63000, | |
| 2464 | XP = 5400, | |
| 2465 | Coins = 1600, | |
| 2466 | Rarity = 60, | |
| 2467 | Spawns = {"6"},
| |
| 2468 | DropSounds = {2084514518, 2084514886},
| |
| 2469 | DropSoundDist = 150 | |
| 2470 | }, | |
| 2471 | ["6 Coin Stack"] = {
| |
| 2472 | Type = "Coins", | |
| 2473 | Health = 270000, | |
| 2474 | XP = 18000, | |
| 2475 | Coins = 6000, | |
| 2476 | Rarity = 25, | |
| 2477 | Spawns = {"6"},
| |
| 2478 | DropSounds = {2084514518, 2084514886},
| |
| 2479 | DropSoundDist = 150 | |
| 2480 | }, | |
| 2481 | ["6 Small Chest"] = {
| |
| 2482 | Type = "Coins", | |
| 2483 | Health = 900000, | |
| 2484 | XP = 45000, | |
| 2485 | Coins = 30000, | |
| 2486 | Rarity = 5, | |
| 2487 | Spawns = {"6"},
| |
| 2488 | DropSounds = {
| |
| 2489 | 2084832961, | |
| 2490 | 2084833249, | |
| 2491 | 2084833477 | |
| 2492 | }, | |
| 2493 | DropSoundDist = 250, | |
| 2494 | DropSoundVol = 1 | |
| 2495 | }, | |
| 2496 | ["6 Chest"] = {
| |
| 2497 | Type = "Coins", | |
| 2498 | Health = 3600000, | |
| 2499 | XP = 180000, | |
| 2500 | Coins = 160000, | |
| 2501 | Rarity = 3, | |
| 2502 | Spawns = {"6"},
| |
| 2503 | DropSounds = {
| |
| 2504 | 2084832961, | |
| 2505 | 2084833249, | |
| 2506 | 2084833477 | |
| 2507 | }, | |
| 2508 | DropSoundDist = 350, | |
| 2509 | DropSoundVol = 1.5 | |
| 2510 | }, | |
| 2511 | ["6 Boss Chest"] = {
| |
| 2512 | Type = "Coins", | |
| 2513 | Health = 7500000, | |
| 2514 | XP = 83333.33333333333, | |
| 2515 | Coins = 266666.6666666667, | |
| 2516 | Rarity = 100, | |
| 2517 | Spawns = {"6 Boss"},
| |
| 2518 | DropSounds = {2196726183},
| |
| 2519 | DropSoundDist = 1250, | |
| 2520 | DropSoundVol = 6 | |
| 2521 | }, | |
| 2522 | ["7 Small Coin"] = {
| |
| 2523 | Type = "MoonCoins", | |
| 2524 | Health = 32000, | |
| 2525 | XP = 3200, | |
| 2526 | Coins = 2, | |
| 2527 | Rarity = 100, | |
| 2528 | Spawns = {"7"},
| |
| 2529 | DropSounds = {2267232581, 2267232733},
| |
| 2530 | DropSoundDist = 150 | |
| 2531 | }, | |
| 2532 | ["7 Coin"] = {
| |
| 2533 | Type = "MoonCoins", | |
| 2534 | Health = 112000, | |
| 2535 | XP = 9600, | |
| 2536 | Coins = 8, | |
| 2537 | Rarity = 60, | |
| 2538 | Spawns = {"7"},
| |
| 2539 | DropSounds = {2267232581, 2267232733},
| |
| 2540 | DropSoundDist = 150 | |
| 2541 | }, | |
| 2542 | ["7 Coin Stack"] = {
| |
| 2543 | Type = "MoonCoins", | |
| 2544 | Health = 480000, | |
| 2545 | XP = 32000, | |
| 2546 | Coins = 30, | |
| 2547 | Rarity = 25, | |
| 2548 | Spawns = {"7"},
| |
| 2549 | DropSounds = {2267232581, 2267232733},
| |
| 2550 | DropSoundDist = 150 | |
| 2551 | }, | |
| 2552 | ["7 Small Chest"] = {
| |
| 2553 | Type = "MoonCoins", | |
| 2554 | Health = 1600000, | |
| 2555 | XP = 80000, | |
| 2556 | Coins = 150, | |
| 2557 | Rarity = 5, | |
| 2558 | Spawns = {"7"},
| |
| 2559 | DropSounds = {
| |
| 2560 | 2267232913, | |
| 2561 | 2267233100, | |
| 2562 | 2267233248 | |
| 2563 | }, | |
| 2564 | DropSoundDist = 250, | |
| 2565 | DropSoundVol = 1 | |
| 2566 | }, | |
| 2567 | ["7 Chest"] = {
| |
| 2568 | Type = "MoonCoins", | |
| 2569 | Health = 6400000, | |
| 2570 | XP = 320000, | |
| 2571 | Coins = 400, | |
| 2572 | Rarity = 3, | |
| 2573 | Spawns = {"7"},
| |
| 2574 | DropSounds = {
| |
| 2575 | 2267232913, | |
| 2576 | 2267233100, | |
| 2577 | 2267233248 | |
| 2578 | }, | |
| 2579 | DropSoundDist = 350, | |
| 2580 | DropSoundVol = 1.5 | |
| 2581 | }, | |
| 2582 | ["8 Small Chest"] = {
| |
| 2583 | Type = "MoonCoins", | |
| 2584 | Health = 3500000, | |
| 2585 | XP = 175000, | |
| 2586 | Coins = 600, | |
| 2587 | Rarity = 100, | |
| 2588 | Spawns = {"8"},
| |
| 2589 | DropSounds = {
| |
| 2590 | 2267232913, | |
| 2591 | 2267233100, | |
| 2592 | 2267233248 | |
| 2593 | }, | |
| 2594 | DropSoundDist = 250, | |
| 2595 | DropSoundVol = 1 | |
| 2596 | }, | |
| 2597 | ["8 Chest"] = {
| |
| 2598 | Type = "MoonCoins", | |
| 2599 | Health = 14000000, | |
| 2600 | XP = 1050000, | |
| 2601 | Coins = 1600, | |
| 2602 | Rarity = 60, | |
| 2603 | Spawns = {"8"},
| |
| 2604 | DropSounds = {
| |
| 2605 | 2267232913, | |
| 2606 | 2267233100, | |
| 2607 | 2267233248 | |
| 2608 | }, | |
| 2609 | DropSoundDist = 350, | |
| 2610 | DropSoundVol = 1.5 | |
| 2611 | }, | |
| 2612 | ["8 Good Chest"] = {
| |
| 2613 | Type = "MoonCoins", | |
| 2614 | Health = 35000000, | |
| 2615 | XP = 2800000, | |
| 2616 | Coins = 5200, | |
| 2617 | Rarity = 3, | |
| 2618 | Spawns = {"8"},
| |
| 2619 | DropSounds = {
| |
| 2620 | 2267232913, | |
| 2621 | 2267233100, | |
| 2622 | 2267233248 | |
| 2623 | }, | |
| 2624 | DropSoundDist = 400, | |
| 2625 | DropSoundVol = 2 | |
| 2626 | }, | |
| 2627 | ["9 Small Coin"] = {
| |
| 2628 | Type = "MoonCoins", | |
| 2629 | Health = 145000, | |
| 2630 | XP = 14500, | |
| 2631 | Coins = 26, | |
| 2632 | Rarity = 100, | |
| 2633 | Spawns = {"9"},
| |
| 2634 | DropSounds = {2267232581, 2267232733},
| |
| 2635 | DropSoundDist = 150 | |
| 2636 | }, | |
| 2637 | ["9 Coin"] = {
| |
| 2638 | Type = "MoonCoins", | |
| 2639 | Health = 507500, | |
| 2640 | XP = 43500, | |
| 2641 | Coins = 104, | |
| 2642 | Rarity = 60, | |
| 2643 | Spawns = {"9"},
| |
| 2644 | DropSounds = {2267232581, 2267232733},
| |
| 2645 | DropSoundDist = 150 | |
| 2646 | }, | |
| 2647 | ["9 Coin Stack"] = {
| |
| 2648 | Type = "MoonCoins", | |
| 2649 | Health = 2175000, | |
| 2650 | XP = 145000, | |
| 2651 | Coins = 390, | |
| 2652 | Rarity = 25, | |
| 2653 | Spawns = {"9"},
| |
| 2654 | DropSounds = {2267232581, 2267232733},
| |
| 2655 | DropSoundDist = 150 | |
| 2656 | }, | |
| 2657 | ["9 Small Chest"] = {
| |
| 2658 | Type = "MoonCoins", | |
| 2659 | Health = 7250000, | |
| 2660 | XP = 362500, | |
| 2661 | Coins = 1950, | |
| 2662 | Rarity = 5, | |
| 2663 | Spawns = {"9"},
| |
| 2664 | DropSounds = {
| |
| 2665 | 2267232913, | |
| 2666 | 2267233100, | |
| 2667 | 2267233248 | |
| 2668 | }, | |
| 2669 | DropSoundDist = 250, | |
| 2670 | DropSoundVol = 1 | |
| 2671 | }, | |
| 2672 | ["9 Chest"] = {
| |
| 2673 | Type = "MoonCoins", | |
| 2674 | Health = 29000000, | |
| 2675 | XP = 1450000, | |
| 2676 | Coins = 5200, | |
| 2677 | Rarity = 3, | |
| 2678 | Spawns = {"9"},
| |
| 2679 | DropSounds = {
| |
| 2680 | 2267232913, | |
| 2681 | 2267233100, | |
| 2682 | 2267233248 | |
| 2683 | }, | |
| 2684 | DropSoundDist = 350, | |
| 2685 | DropSoundVol = 1.5 | |
| 2686 | }, | |
| 2687 | ["10 Small Coin"] = {
| |
| 2688 | Type = "MoonCoins", | |
| 2689 | Health = 225000, | |
| 2690 | XP = 22500, | |
| 2691 | Coins = 38, | |
| 2692 | Rarity = 100, | |
| 2693 | Spawns = {"10"},
| |
| 2694 | DropSounds = {2267232581, 2267232733},
| |
| 2695 | DropSoundDist = 150 | |
| 2696 | }, | |
| 2697 | ["10 Coin"] = {
| |
| 2698 | Type = "MoonCoins", | |
| 2699 | Health = 787500, | |
| 2700 | XP = 67500, | |
| 2701 | Coins = 152, | |
| 2702 | Rarity = 60, | |
| 2703 | Spawns = {"10"},
| |
| 2704 | DropSounds = {2267232581, 2267232733},
| |
| 2705 | DropSoundDist = 150 | |
| 2706 | }, | |
| 2707 | ["10 Coin Stack"] = {
| |
| 2708 | Type = "MoonCoins", | |
| 2709 | Health = 3375000, | |
| 2710 | XP = 225000, | |
| 2711 | Coins = 570, | |
| 2712 | Rarity = 25, | |
| 2713 | Spawns = {"10"},
| |
| 2714 | DropSounds = {2267232581, 2267232733},
| |
| 2715 | DropSoundDist = 150 | |
| 2716 | }, | |
| 2717 | ["10 Small Chest"] = {
| |
| 2718 | Type = "MoonCoins", | |
| 2719 | Health = 11250000, | |
| 2720 | XP = 562500, | |
| 2721 | Coins = 2850, | |
| 2722 | Rarity = 5, | |
| 2723 | Spawns = {"10"},
| |
| 2724 | DropSounds = {
| |
| 2725 | 2267232913, | |
| 2726 | 2267233100, | |
| 2727 | 2267233248 | |
| 2728 | }, | |
| 2729 | DropSoundDist = 250, | |
| 2730 | DropSoundVol = 1 | |
| 2731 | }, | |
| 2732 | ["10 Chest"] = {
| |
| 2733 | Type = "MoonCoins", | |
| 2734 | Health = 45000000, | |
| 2735 | XP = 2250000, | |
| 2736 | Coins = 7600, | |
| 2737 | Rarity = 3, | |
| 2738 | Spawns = {"10"},
| |
| 2739 | DropSounds = {
| |
| 2740 | 2267232913, | |
| 2741 | 2267233100, | |
| 2742 | 2267233248 | |
| 2743 | }, | |
| 2744 | DropSoundDist = 350, | |
| 2745 | DropSoundVol = 1.5 | |
| 2746 | }, | |
| 2747 | ["Super Chest"] = {
| |
| 2748 | Type = "Coins", | |
| 2749 | Health = 35000, | |
| 2750 | XP = 2500, | |
| 2751 | Coins = 30000, | |
| 2752 | Rarity = 0.08, | |
| 2753 | Spawns = {"1", "2"},
| |
| 2754 | DropSounds = {2084834001},
| |
| 2755 | DropSoundDist = 1250, | |
| 2756 | DropSoundVol = 6 | |
| 2757 | }, | |
| 2758 | ["Omega Chest"] = {
| |
| 2759 | Type = "Coins", | |
| 2760 | Health = 9000000, | |
| 2761 | XP = 250000, | |
| 2762 | Coins = 800000, | |
| 2763 | Rarity = 0.0035, | |
| 2764 | Spawns = {
| |
| 2765 | "1", | |
| 2766 | "2", | |
| 2767 | "3" | |
| 2768 | }, | |
| 2769 | DropSounds = {2084833772},
| |
| 2770 | DropSoundDist = 50000, | |
| 2771 | DropSoundVol = 7 | |
| 2772 | }, | |
| 2773 | ["Grim Chest"] = {
| |
| 2774 | Type = "MoonCoins", | |
| 2775 | Health = 60000000, | |
| 2776 | XP = 2500000, | |
| 2777 | Coins = 15000, | |
| 2778 | Rarity = 0.005, | |
| 2779 | Spawns = {
| |
| 2780 | "7", | |
| 2781 | "8", | |
| 2782 | "9" | |
| 2783 | }, | |
| 2784 | DropSounds = {2267233701},
| |
| 2785 | DropSoundDist = 50000, | |
| 2786 | DropSoundVol = 7 | |
| 2787 | }, | |
| 2788 | ["Dominus Chest"] = {
| |
| 2789 | Type = "MoonCoins", | |
| 2790 | Health = 55555555555, | |
| 2791 | XP = 2314814814, | |
| 2792 | Coins = 16000000, | |
| 2793 | Rarity = 100, | |
| 2794 | Spawns = {"Dominus"},
| |
| 2795 | DropSounds = {2196726183},
| |
| 2796 | DropSoundDist = 50000, | |
| 2797 | DropSoundVol = 7 | |
| 2798 | } | |
| 2799 | }, | |
| 2800 | Barriers = {
| |
| 2801 | ["Barrier 1"] = {Cost = 25000, Currency = "Coins"},
| |
| 2802 | ["Barrier 2"] = {Cost = 400000, Currency = "Coins"},
| |
| 2803 | ["Barrier 3"] = {Cost = 2500000, Currency = "Coins"},
| |
| 2804 | ["Barrier 4"] = {Cost = 20000000, Currency = "Coins"},
| |
| 2805 | ["Barrier 5"] = {Cost = 500000000, Currency = "Coins"},
| |
| 2806 | ["Barrier 6"] = {Cost = 5000000000, Currency = "Coins"},
| |
| 2807 | ["Barrier 7"] = {Cost = 125000, Currency = "MoonCoins"},
| |
| 2808 | ["Barrier 8"] = {Cost = 800000, Currency = "MoonCoins"},
| |
| 2809 | ["Barrier 9"] = {Cost = 7000000, Currency = "MoonCoins"},
| |
| 2810 | ["Dominus"] = {Cost = 55555555, Currency = "MoonCoins"}
| |
| 2811 | }, | |
| 2812 | Areas = {
| |
| 2813 | ["1"] = {
| |
| 2814 | MaxCoins = 175, | |
| 2815 | Title = "Starter Area", | |
| 2816 | Map = "Default", | |
| 2817 | Barrier = "" | |
| 2818 | }, | |
| 2819 | ["2"] = {
| |
| 2820 | MaxCoins = 175, | |
| 2821 | Title = "Haunted Woods", | |
| 2822 | Map = "Default", | |
| 2823 | Barrier = "Barrier 1" | |
| 2824 | }, | |
| 2825 | ["3"] = {
| |
| 2826 | MaxCoins = 175, | |
| 2827 | Title = "Icey Mountains", | |
| 2828 | Map = "Default", | |
| 2829 | Barrier = "Barrier 2" | |
| 2830 | }, | |
| 2831 | ["4"] = {
| |
| 2832 | MaxCoins = 175, | |
| 2833 | Title = "Lava Peaks", | |
| 2834 | Map = "Default", | |
| 2835 | Barrier = "Barrier 3" | |
| 2836 | }, | |
| 2837 | ["5"] = {
| |
| 2838 | MaxCoins = 175, | |
| 2839 | Title = "Plasma Overworld", | |
| 2840 | Map = "Default", | |
| 2841 | Barrier = "Barrier 4" | |
| 2842 | }, | |
| 2843 | ["6"] = {
| |
| 2844 | MaxCoins = 175, | |
| 2845 | Title = "Aurora Mushrooms", | |
| 2846 | Map = "Default", | |
| 2847 | Barrier = "Barrier 5" | |
| 2848 | }, | |
| 2849 | ["6 Boss"] = {
| |
| 2850 | MaxCoins = 1, | |
| 2851 | Title = "Boss Chest", | |
| 2852 | Map = "Default", | |
| 2853 | Barrier = "" | |
| 2854 | }, | |
| 2855 | ["7"] = {
| |
| 2856 | MaxCoins = 125, | |
| 2857 | Title = "Moon Base", | |
| 2858 | Map = "Moon", | |
| 2859 | Barrier = "Barrier 6" | |
| 2860 | }, | |
| 2861 | ["8"] = {
| |
| 2862 | MaxCoins = 30, | |
| 2863 | Title = "Pink Planet", | |
| 2864 | Map = "Moon", | |
| 2865 | Barrier = "Barrier 7" | |
| 2866 | }, | |
| 2867 | ["9"] = {
| |
| 2868 | MaxCoins = 125, | |
| 2869 | Title = "Candy Land", | |
| 2870 | Map = "Moon", | |
| 2871 | Barrier = "Barrier 8" | |
| 2872 | }, | |
| 2873 | ["10"] = {
| |
| 2874 | MaxCoins = 125, | |
| 2875 | Title = "Tech Valley", | |
| 2876 | Map = "Moon", | |
| 2877 | Barrier = "Barrier 9" | |
| 2878 | }, | |
| 2879 | ["Dominus"] = {
| |
| 2880 | MaxCoins = 1, | |
| 2881 | Title = "Dominus Shrine", | |
| 2882 | Map = "Moon", | |
| 2883 | Barrier = "Dominus" | |
| 2884 | } | |
| 2885 | }, | |
| 2886 | Gamepasses = {
| |
| 2887 | ["100 Pets"] = {
| |
| 2888 | DisplayName = "100 extra Pet Slots!", | |
| 2889 | ID = 4918520, | |
| 2890 | Picture = "rbxassetid://2168466150" | |
| 2891 | }, | |
| 2892 | ["8 Equipped"] = {
| |
| 2893 | DisplayName = "Use 8 Pets at once!", | |
| 2894 | ID = 4918534, | |
| 2895 | Picture = "rbxassetid://2168466030" | |
| 2896 | }, | |
| 2897 | ["2x Coins"] = {
| |
| 2898 | DisplayName = "2x Coins!", | |
| 2899 | ID = 4918516, | |
| 2900 | Picture = "rbxassetid://2168465573" | |
| 2901 | }, | |
| 2902 | ["2x XP"] = {
| |
| 2903 | DisplayName = "2x XP!", | |
| 2904 | ID = 4918550, | |
| 2905 | Picture = "rbxassetid://2168465918" | |
| 2906 | }, | |
| 2907 | ["VIP"] = {
| |
| 2908 | DisplayName = "Sprint, 1.5x XP, and more!", | |
| 2909 | ID = 4918538, | |
| 2910 | Picture = "rbxassetid://2168466307" | |
| 2911 | }, | |
| 2912 | ["2x Upgrade"] = {
| |
| 2913 | DisplayName = "2x the Upgrade Points!", | |
| 2914 | ID = 4918557, | |
| 2915 | Picture = "rbxassetid://2168465784" | |
| 2916 | }, | |
| 2917 | ["Infinite Equipped"] = {
| |
| 2918 | DisplayName = "Infinite Pets Equipped at once!", | |
| 2919 | ID = 4987038, | |
| 2920 | Picture = "rbxassetid://2225244913" | |
| 2921 | }, | |
| 2922 | ["500 Pets"] = {
| |
| 2923 | DisplayName = "500 extra Pet Slots!", | |
| 2924 | ID = 5042851, | |
| 2925 | Picture = "rbxassetid://2271062689" | |
| 2926 | }, | |
| 2927 | ["Pet Cloner"] = {
| |
| 2928 | DisplayName = "Get 3 pets from eggs!", | |
| 2929 | ID = 5042847, | |
| 2930 | Picture = "rbxassetid://2271062077" | |
| 2931 | }, | |
| 2932 | ["Lucky"] = {
| |
| 2933 | DisplayName = "Increases chances of getting rare pets by 3x", | |
| 2934 | ID = 5042878, | |
| 2935 | Picture = "rbxassetid://2271062337" | |
| 2936 | }, | |
| 2937 | ["Super Lucky"] = {
| |
| 2938 | DisplayName = "Increases chances of getting rare pets by 20x", | |
| 2939 | ID = 5142759, | |
| 2940 | Picture = "rbxassetid://2360666455" | |
| 2941 | }, | |
| 2942 | ["Lucky Rainbow"] = {
| |
| 2943 | DisplayName = "Increases chances of getting rainbow pets by 5x", | |
| 2944 | ID = 5142833, | |
| 2945 | Picture = "rbxassetid://2360723748" | |
| 2946 | }, | |
| 2947 | ["3x Pet Collection"] = {
| |
| 2948 | DisplayName = "Pets will collect 3x faster than normal", | |
| 2949 | ID = 5189169, | |
| 2950 | Picture = "rbxassetid://2412044831" | |
| 2951 | }, | |
| 2952 | ["Teleport"] = {
| |
| 2953 | DisplayName = "Teleport to any unlocked part of the map instantly", | |
| 2954 | ID = 5189167, | |
| 2955 | Picture = "rbxassetid://2412044571" | |
| 2956 | }, | |
| 2957 | ["100 Hats"] = {
| |
| 2958 | DisplayName = "100 hat slots!", | |
| 2959 | ID = 5254613, | |
| 2960 | Picture = "rbxassetid://2477044805" | |
| 2961 | } | |
| 2962 | }, | |
| 2963 | PremiumPets = {
| |
| 2964 | {PetId = "18005", ID = 417955614},
| |
| 2965 | {PetId = "17008", ID = 339013068},
| |
| 2966 | {PetId = "17008", ID = 339013068},
| |
| 2967 | {PetId = "17007", ID = 345708530},
| |
| 2968 | {PetId = "16012", ID = 339013670}
| |
| 2969 | }, | |
| 2970 | BuyCoins = {
| |
| 2971 | Coins1 = {ID = 406159333, Reward = 1750},
| |
| 2972 | Coins2 = {ID = 406156082, Reward = 20000},
| |
| 2973 | Coins3 = {ID = 406159681, Reward = 375000},
| |
| 2974 | Coins4 = {ID = 406160306, Reward = 4000000},
| |
| 2975 | Coins5 = {ID = 406160743, Reward = 37500000},
| |
| 2976 | Coins6 = {ID = 406161641, Reward = 600000000},
| |
| 2977 | Coins7 = {ID = 406161956, Reward = 3500000000}
| |
| 2978 | }, | |
| 2979 | BuyMoonCoins = {
| |
| 2980 | Coins1 = {ID = 411009745, Reward = 1750},
| |
| 2981 | Coins2 = {ID = 411010294, Reward = 20000},
| |
| 2982 | Coins3 = {ID = 411010310, Reward = 375000},
| |
| 2983 | Coins4 = {ID = 411010320, Reward = 4000000},
| |
| 2984 | Coins5 = {ID = 411010329, Reward = 37500000},
| |
| 2985 | Coins6 = {ID = 411010345, Reward = 600000000},
| |
| 2986 | Coins7 = {ID = 411010360, Reward = 3500000000},
| |
| 2987 | Coins8 = {ID = 417948600, Reward = 1500000000}
| |
| 2988 | }, | |
| 2989 | BuyHallowCoins = {
| |
| 2990 | Coins1 = {ID = 411009653, Reward = 60},
| |
| 2991 | Coins2 = {ID = 411009666, Reward = 375},
| |
| 2992 | Coins3 = {ID = 411009680, Reward = 1400},
| |
| 2993 | Coins4 = {ID = 339533018, Reward = 12900}
| |
| 2994 | } | |
| 2995 | } | |
| 2996 | ||
| 2997 | local CheckDeleters = function(Info) | |
| 2998 | for _,Delete in pairs(DeletePets) do | |
| 2999 | if string.lower(tostring(Delete)) == string.lower(Directory.Pets[Info].DisplayName) then | |
| 3000 | return true | |
| 3001 | end | |
| 3002 | if string.lower(tostring(Delete)) == string.lower(Directory.Pets[Info].ReferenceName) then | |
| 3003 | return true | |
| 3004 | end | |
| 3005 | end | |
| 3006 | end | |
| 3007 | ||
| 3008 | local CheckIfRainbow = function(Stats, PET_ID) | |
| 3009 | for _,Pet in ipairs(Stats.Save.Pets) do | |
| 3010 | for ID,Info in pairs (Pet) do | |
| 3011 | if ID == "id" then | |
| 3012 | if Info == PET_ID then | |
| 3013 | if Pet.r == true then | |
| 3014 | return true | |
| 3015 | end | |
| 3016 | end | |
| 3017 | end | |
| 3018 | end | |
| 3019 | end | |
| 3020 | end | |
| 3021 | ||
| 3022 | local GetPurchasedPetInfo = function(Stats, PET_ID) | |
| 3023 | for _,Pet in ipairs(Stats.Save.Pets) do | |
| 3024 | for ID,Info in pairs (Pet) do | |
| 3025 | if ID == "id" then | |
| 3026 | if Info == PET_ID then | |
| 3027 | return Pet.n | |
| 3028 | end | |
| 3029 | end | |
| 3030 | end | |
| 3031 | end | |
| 3032 | end | |
| 3033 | ||
| 3034 | local GetStats = function() | |
| 3035 | return workspace["__REMOTES"]["Core"]["Get Stats"]:InvokeServer() | |
| 3036 | end | |
| 3037 | ||
| 3038 | local BuyEgg = function() | |
| 3039 | return workspace["__REMOTES"]["Game"]["Shop"]:InvokeServer("Buy", "Eggs", Settings["Egg Tier"])
| |
| 3040 | end | |
| 3041 | ||
| 3042 | local PrintPetInfo = function(PetInfo, PetID) | |
| 3043 | warn(tostring("Pet Name: " .. Directory.Pets[PetInfo].DisplayName .. " - ID: " .. PetID))
| |
| 3044 | end | |
| 3045 | ||
| 3046 | local DeletePet = function(PetID) | |
| 3047 | workspace["__REMOTES"]["Game"]["Inventory"]:InvokeServer("Delete", PetID)
| |
| 3048 | end | |
| 3049 | ||
| 3050 | local Main = (function() | |
| 3051 | repeat | |
| 3052 | wait() | |
| 3053 | Settings["Egg Purchase Amount"] = Settings["Egg Purchase Amount"] - 1 | |
| 3054 | local EggPurchase,EggPurchaseInfo = BuyEgg() | |
| 3055 | if EggPurchase == true and EggPurchaseInfo then | |
| 3056 | wait() | |
| 3057 | local Stats = GetStats() | |
| 3058 | local PurchasedPetInfo = GetPurchasedPetInfo(Stats, EggPurchaseInfo.id) | |
| 3059 | if PurchasedPetInfo then | |
| 3060 | PrintPetInfo(PurchasedPetInfo, EggPurchaseInfo.id) | |
| 3061 | if CheckDeleters(PurchasedPetInfo) == true and CheckIfRainbow(Stats, EggPurchaseInfo.id) ~= true then | |
| 3062 | warn(tostring("Deleting Pet: " .. Directory.Pets[PurchasedPetInfo].DisplayName .. " - ID: " .. EggPurchaseInfo.id))
| |
| 3063 | DeletePet(EggPurchaseInfo.id) | |
| 3064 | end | |
| 3065 | end | |
| 3066 | end | |
| 3067 | until | |
| 3068 | Settings["Egg Purchase Amount"] <= 0 | |
| 3069 | end) | |
| 3070 | ||
| 3071 | Main() |