16 lines
561 B
XML
16 lines
561 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<list applyTaxes="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
|
<!-- TODO: ONLY for test purposes -->
|
|
<!-- FIX ME -->
|
|
<npcs>
|
|
<npc>30936</npc> <!-- Pona -->
|
|
</npcs>
|
|
<item>
|
|
<ingredient count="10000" id="57" /> <!-- Adena -->
|
|
<production count="1" id="5591" /> <!-- CP Potion -->
|
|
</item>
|
|
<item>
|
|
<ingredient count="50000" id="57" /> <!-- Adena -->
|
|
<production count="1" id="5592" /> <!-- Greater CP Potion -->
|
|
</item>
|
|
</list> |