Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. {
  2. "items": [
  3. {
  4. "name": "Espresso Royale Coffee",
  5. "description": "It's over priced. You drink it anyways.",
  6. "regeneration": "20"
  7. },
  8. {
  9. "name": "Charger",
  10. "description": "Someone left their charger here. You decide to use it for a little bit",
  11. "regeneration": "50"
  12. },
  13. {
  14. "name": "Cheez-its",
  15. "description": "You find an un-open bag of Cheez-its, your favorite.",
  16. "regeneration": "30"
  17. },
  18. {
  19. "name": "Quarter",
  20. "description": "Someone dropped a Quarter on the ground. You flip it over and see its mint date is 2018, wow!",
  21. "regeneration": "5"
  22. }
  23. ]
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement