Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. ["Zombie Cat"] = {
  2. Rarity = "Common",
  3. Buffs = {
  4. Bubbles = 32,
  5. Coins = 41,
  6. Gems = 33
  7. }
  8. },
  9. ["Demon Dog"] = {
  10. Rarity = "Common",
  11. Buffs = {
  12. Bubbles = 38,
  13. Coins = 36,
  14. Gems = 35
  15. }
  16. },
  17. ["Skeletal Deer"] = {
  18. Rarity = "Unique",
  19. Buffs = {
  20. Bubbles = 48,
  21. Coins = 52,
  22. Gems = 48
  23. }
  24. },
  25. ["Nightmare Bat"] = {
  26. Rarity = "Rare",
  27. Buffs = {
  28. Bubbles = 65,
  29. Coins = 75,
  30. Gems = 105
  31. }
  32. },
  33. ["Night Crawler"] = {
  34. Rarity = "Rare",
  35. Buffs = {
  36. Bubbles = 95,
  37. Coins = 105,
  38. Gems = 75
  39. }
  40. },
  41. ["Hell Bat"] = {
  42. Rarity = "Epic",
  43. Buffs = {
  44. Bubbles = 210,
  45. Coins = 345,
  46. Gems = 185
  47. }
  48. },
  49. ["Evil Butterfly"] = {
  50. Rarity = "Epic",
  51. Buffs = {
  52. Bubbles = 165,
  53. Coins = 275,
  54. Gems = 245
  55. }
  56. },
  57. ["Green Hydra"] = {
  58. Rarity = "Legendary",
  59. Buffs = {
  60. Bubbles = 585,
  61. Coins = 2450,
  62. Gems = 2105
  63. }
  64. },
  65. ["Demonic Hydra"] = {
  66. Rarity = "Legendary",
  67. Buffs = {
  68. Bubbles = 715,
  69. Coins = 2990,
  70. Gems = 2655
  71. }
  72. },
  73. ["The Overlord"] = {
  74. Rarity = "Legendary",
  75. Buffs = {
  76. Bubbles = 1450,
  77. Coins = 4085,
  78. Gems = 6666
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement