Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. "chest_cards": [
  2. {
  3. "id": 1,
  4. "rarity": "rare",
  5. "name": "rune.legendary",
  6. "item": "Rune",
  7. "unlock_stage": 9,
  8. "gems": 1440,
  9. "description": "This chest guarantees a legendary rune"
  10. },
  11. {
  12. "id": 2,
  13. "rarity": "rare",
  14. "name": "gold.5x",
  15. "item": "Gold",
  16. "unlock_stage": 6,
  17. "gems": 880,
  18. "description": "This chest drops 5 times more gold than usual"
  19. },
  20. {
  21. "id": 3,
  22. "rarity": "rare",
  23. "name": "mana.2x",
  24. "item": "Mana",
  25. "unlock_stage": 8,
  26. "gems": 960,
  27. "description": "This chest drops 2 times more mana than usual"
  28. }
  29. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement