001.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <!-- Non-grade items exchange, just for education -->
  3. <list>
  4. <!-- (leather shirt) for (shirt)+(2100 adena) -->
  5. <item id="1">
  6. <ingredient id="57" count="2100"/>
  7. <ingredient id="21" count="1"/>
  8. <production id="22" count="1"/>
  9. </item>
  10. <!-- (wooden breastplate) for (leather shirt)+(5400 adena) -->
  11. <item id="2">
  12. <ingredient id="57" count="5400"/>
  13. <ingredient id="22" count="1"/>
  14. <production id="23" count="1"/>
  15. </item>
  16. <!-- (bone breastplate) for (wooden breastplate)+(12200 adena) -->
  17. <item id="3">
  18. <ingredient id="57" count="12200"/>
  19. <ingredient id="23" count="1"/>
  20. <production id="24" count="1"/>
  21. </item>
  22. <!-- (piece bone breastplate) for (bone breastplate)+(16500 adena) -->
  23. <item id="4">
  24. <ingredient id="57" count="16500"/>
  25. <ingredient id="24" count="1"/>
  26. <production id="25" count="1"/>
  27. </item>
  28. <!-- (hard leather shirt) for (bone breastplate)+(16500 adena) -->
  29. <item id="5">
  30. <ingredient id="57" count="16500"/>
  31. <ingredient id="24" count="1"/>
  32. <production id="27" count="1"/>
  33. </item>
  34. <!-- (bronze breastplate) for (piece bone breastplate)+(16500 adena) -->
  35. <item id="6">
  36. <ingredient id="57" count="16500"/>
  37. <ingredient id="25" count="1"/>
  38. <production id="26" count="1"/>
  39. </item>
  40. </list>