14 lines
487 B
XML
14 lines
487 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<!-- Swamp of Screams -->
|
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
|
<!-- Loot Grey Pouch - 1 Golden Ram Chit -->
|
|
<item id="1">
|
|
<ingredient id="7251" count="1"/>
|
|
<production id="7725" count="1"/>
|
|
</item>
|
|
<!-- Dimension Diamond - 10 Golden Ram Chit -->
|
|
<item id="2">
|
|
<ingredient id="7251" count="10"/>
|
|
<production id="7562" count="1"/>
|
|
</item>
|
|
</list> |