40 lines
1.4 KiB
XML
40 lines
1.4 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<!-- Non-grade items exchange, just for education -->
|
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
|
<!-- [leather_shirt] for [shirt]+[adena];2100 -->
|
|
<item id="1">
|
|
<ingredient id="57" count="2100"/>
|
|
<ingredient id="21" count="1"/>
|
|
<production id="22" count="1"/>
|
|
</item>
|
|
<!-- [wooden_breastplate] for [leather_shirt]+[adena];5400 -->
|
|
<item id="2">
|
|
<ingredient id="57" count="5400"/>
|
|
<ingredient id="22" count="1"/>
|
|
<production id="23" count="1"/>
|
|
</item>
|
|
<!-- [bone_breastplate] for [wooden_breastplate]+[adena];12200 -->
|
|
<item id="3">
|
|
<ingredient id="57" count="12200"/>
|
|
<ingredient id="23" count="1"/>
|
|
<production id="24" count="1"/>
|
|
</item>
|
|
<!-- [piece_bone_breastplate] for [bone_breastplate]+[adena];16500 -->
|
|
<item id="4">
|
|
<ingredient id="57" count="16500"/>
|
|
<ingredient id="24" count="1"/>
|
|
<production id="25" count="1"/>
|
|
</item>
|
|
<!-- [hard_leather_shirt] for [bone_breastplate]+[adena];16500 -->
|
|
<item id="5">
|
|
<ingredient id="57" count="16500"/>
|
|
<ingredient id="24" count="1"/>
|
|
<production id="27" count="1"/>
|
|
</item>
|
|
<!-- [bronze_breastplate] for [piece_bone_breastplate]+[adena];16500 -->
|
|
<item id="6">
|
|
<ingredient id="57" count="16500"/>
|
|
<ingredient id="25" count="1"/>
|
|
<production id="26" count="1"/>
|
|
</item>
|
|
</list> |