Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ```json
- {
- "item_level": 3,
- "item_type": "c.axe",
- "item_element": "g.poison",
- "location": "Crypt",
- "name": "Cursed Stake",
- "blurb": "This axe is imbued with a deadly poison that seeps into the undead.",
- "color": "#4B0082"
- }
- ```
- ```json
- {
- "item_level": 2,
- "item_type": "j.light armor",
- "item_element": "f.ice",
- "location": "Library",
- "name": "Frost Cloak",
- "blurb": "A light armor that emanates a chilling aura, freezing enemies in their tracks.",
- "color": "#87CEEB"
- }
- ```
- ```json
- {
- "item_level": 1,
- "item_type": "a.sword",
- "item_element": "b.fire",
- "location": "Ballroom",
- "name": "Inferno Blade",
- "blurb": "This sword burns with the fury of a thousand flames, scorching all in its path.",
- "color": "#FF4500"
- }
- ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement