Guest User

Untitled

a guest
Jun 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <items>
  2. <item id="1">
  3. <name>Quarter Staff</name>
  4. <stats>
  5. <ias>15</ias>
  6. <attack>10</attack>
  7. </stats>
  8. <cost>900</cost>
  9. </item>
  10. <item id="2">
  11. <name>Eaglehorn</name>
  12. <stats>
  13. <agility>25</agility>
  14. </stats>
  15. <cost>3300</cost>
  16. </item>
  17. <item id="3">
  18. <name>The Butterfly</name>
  19. <stats>
  20. <agility>30</agility>
  21. <attack>30</attack>
  22. <dodge>30</dodge>
  23. <ias>30</ias>
  24. </stats>
  25. <cost>1800</cost>
  26. <recipe>
  27. <item>1</item>
  28. <item>2</item>
  29. </recipe>
  30. </item>
  31. </items>
Add Comment
Please, Sign In to add comment