123456789101112131415161718192021222324252627282930313233 |
- <?xml version='1.0' encoding='utf-8'?>
- <!-- Seven Signs - Black Marketeer of Mammon - Black Market Goods -->
- <list>
- <!-- Ancient Book-->
- <item id="1">
- <ingredient id="57" count="400000"/>
- <production id="8618" count="1"/>
- </item>
- <!-- Transform Sealbook - Death Blader -->
- <item id="2">
- <ingredient id="5575" count="660000"/>
- <production id="9649" count="1"/>
- </item>
- <!-- Silver Bolt -->
- <item id="3">
- <ingredient id="1343" count="100"/>
- <production id="9635" count="100"/>
- </item>
- <!-- Mithril Bolt -->
- <item id="4">
- <ingredient id="1344" count="100"/>
- <production id="9636" count="100"/>
- </item>
- <!-- Shining Bolt -->
- <item id="5">
- <ingredient id="1345" count="100"/>
- <production id="9637" count="100"/>
- </item>
- </list>
|