Advertisement
Guest User

Dracula 1 - Item Data

a guest
Sep 3rd, 2024
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. ```json
  2. {
  3. "item_level": 3,
  4. "item_type": "c.axe",
  5. "item_element": "g.poison",
  6. "location": "Crypt",
  7. "name": "Cursed Stake",
  8. "blurb": "This axe is imbued with a deadly poison that seeps into the undead.",
  9. "color": "#4B0082"
  10. }
  11. ```
  12.  
  13. ```json
  14. {
  15. "item_level": 2,
  16. "item_type": "j.light armor",
  17. "item_element": "f.ice",
  18. "location": "Library",
  19. "name": "Frost Cloak",
  20. "blurb": "A light armor that emanates a chilling aura, freezing enemies in their tracks.",
  21. "color": "#87CEEB"
  22. }
  23. ```
  24.  
  25. ```json
  26. {
  27. "item_level": 1,
  28. "item_type": "a.sword",
  29. "item_element": "b.fire",
  30. "location": "Ballroom",
  31. "name": "Inferno Blade",
  32. "blurb": "This sword burns with the fury of a thousand flames, scorching all in its path.",
  33. "color": "#FF4500"
  34. }
  35. ```
  36.  
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement