Updated Blacksmith of Mammon dialogs and multisells to retail.

Contributed by CostyKiller.
This commit is contained in:
MobiusDevelopment
2022-08-11 05:03:09 +00:00
parent 7d288bd9ee
commit 05befeaf82
27 changed files with 6816 additions and 6599 deletions

View File

@@ -1,6 +0,0 @@
<html><body>Black Marketeer of Mammon:<br>
<font color="LEVEL">[Exchange Ancient Adena for Adena]</font><br>
Enter the amount of Ancient Adena you wish to exchange.<br>
<td align=left><edit var="data1" width=100></td>
<button value="Exchange" action="bypass -h Quest BlackMarketeerOfMammon exchange $data1" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" width=80 height=27>
</body></html>

View File

@@ -1,5 +0,0 @@
<html><head><body>Black Marketeer of Mammon:<br>
<font color="FF0000">[Exchange failure]</font><br>
You've entered an invalid value. Please input a correct amount.<br>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 1">Back</Button>
</body></html>

View File

@@ -1,5 +0,0 @@
<html><head><body>Black Marketeer of Mammon:<br>
<font color="FF0000">[Exchange failure]</font><br>
You don't have enough of the item that you're trying to exchange.<br>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 1">Back</Button>
</body></html>

View File

@@ -1,5 +0,0 @@
<html><body>Black Marketeer of Mammon:<br>
<FONT color="LEVEL">[Exchange success]</FONT><br>
Thank you! There you go! Are you satisfied now? Or do you want to exchange something else?<br>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 1">Back</Button>
</body></html>

View File

@@ -1,7 +0,0 @@
<html><body>Black Marketeer of Mammon:<br>
Do you have a <font color="LEVEL">Guard Agathion Fragment</font>? Then you've come to the right place. I use those fragments to create <font color="LEVEL">Agathion Charms containing the power of Masia's, Paulina's or Tersi's Guard</font>.<br>
Also, I make exchanges with <font color="LEVEL">Book of Growth: Guard Agathion</font> which helps with the growth of the Guard Agathion. You'll need <font color="LEVEL">Angel's Breath</font> to exchange and it's sold a Merchant of Mammon.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 310922001">"Exchange for Guard Agathion Charm."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 310922002">"Exchange for Book of Growth: Guard Agathion"</Button>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">To the beginning.</Button>
</body></html>

View File

@@ -1,5 +0,0 @@
<html><body>Black Marketeer of Mammon:<br>
The LordHush!<br>
TraditioThe government is out to get me, so I am forced to do business in the shadows.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"I want to exchange Ancient Adena for Adena."</Button>
</body></html>

View File

@@ -1,6 +1,7 @@
<html><body>Blacksmith of Mammon:<br>
Tell me if you have Dark or Bloody Enhancement Stones. They can enhance your weapon much further.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 2">"I want to upgrade Dark/Bloody Enhancement Stone."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 777">"I want to exchange Dark/Bloody Enhancement Stone Fragments."</Button>
You will need Dark or Bloody Enhancement Stone for such an upgrade. It can help you make your equipment even better.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 2">Upgrade with Dark/ Bloody Enhancement Stone</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2328">Buy Dark/ Bloody Enhancement Stone</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 3037">Upgrade Dark/ Bloody Eternal Armor</Button>
<Button ALIGN=LEFT ICON="return" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</body></html>

View File

@@ -1,9 +1,8 @@
<html><body>Blacksmith of Mammon:<br>
You must have the Dark or Bloody ability to become stronger. You can add both the Dark and Bloody abilities to Krishna weapons and Leviathan armor.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 864">"I want to enhance an R99 standard weapon/armor with a certain chance."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 860">"I want to enhance an R99 blessed weapon/armor with 100% chance."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 31126001">"I want to enhance an R99 Dark/Bloody armor with 100% chance."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 31126002">"I want to enhance an R110 enhanced weapon/armor with 100% chance."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 31126003">"I want to enhance an R110 Dark/Bloody weapon/armor with 100% chance."</Button>
<Button ALIGN=LEFT ICON="return" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2320">"I want to enhance an R99 standard weapon/armor with a certain chance."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2317">"I want to enhance an R99 blessed weapon/armor with 100% chance."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2318">"I want to enhance an R110 enhanced weapon/armor with 100% chance."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2319">"I want to enhance an R110 Dark/Bloody weapon/armor with 100% chance."</Button>
<Button ALIGN=LEFT ICON="return" action="bypass -h npc_%objectId%_Chat 1">Back</Button>
</body></html>

View File

@@ -1,3 +0,0 @@
<html><body>Blacksmith of Mammon:<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 211">Craft A-Grade Dual Weapon</Button>
</body></html>

View File

@@ -1,6 +0,0 @@
<html><body>Blacksmith of Mammon:<br>
I'll exchange the weapon that you've been using for a weapon that is one level stronger. Pay me the difference in Ancient Adena.<br>
There's something you should know. <font color="LEVEL">Special abilities</font> don't transfer. And if you transfer <font color="LEVEL">enchantments</font>, the new weapon will not be enchanted.<br>
<Button ALIGN=LEFT ICON="normal" action="bypass -h npc_%objectId%_exc_multisell 202">Replace a weapon with an even stronger weapon</Button>
<Button ALIGN=LEFT ICON="return" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</body></html>

View File

@@ -1,8 +0,0 @@
<html><body>Blacksmith of Mammon:<br>
I will exchange the weapon for another type of the same grade. For example, you can exchange a mithril dagger for a two-handed claymore of the same grade. But, I have to warn you.<br>
First, weapons with <font color="LEVEL">special abilities</font> cannot be exchanged.<br>
Second, when exchanging a weapon that has been <font color="LEVEL">enchanted</font> the exchanged weapon will have the same enchantment.<br>
<Button ALIGN=LEFT ICON="normal" action="bypass -h npc_%objectId%_exc_multisell 203">Exchange a weapon of D-grade to B-grade for a different type</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 2003">Exchange an A-grade weapon for a different type</Button>
<Button ALIGN=LEFT ICON="return" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</body></html>

View File

@@ -1,8 +0,0 @@
<html><body>Blacksmith of Mammon:<br>
Do you know about the Foundation Items? Even we blacksmiths see them only infrequently.<br>
These uncommon items are brought into being by a power than goes beyond mere chance. We Dwarves say that it is the blessing of Maphr.<br>
That perfect craftsmanship is beyond the Human race's capacity.<br>
It is not, however, beyond mine. Bring me <font color="LEVEL">Mammon's Varnish Enhancer, which is sold by the Merchant of Mammon</font>. Then I will use techniques known only to me to transform the item into something accessible to mortals.<br>
Be sure to select a helmet among the rare items that provides you with a useful power. Don't worry if you make the wrong choice, though. You will have another chance to make a selection.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 637">Complete a Foundation Item</Button>
</body></html>

View File

@@ -2,7 +2,7 @@
May the blessing of Mammon be with you! Now our clan approves for payment adena, the world currency.<br>
Usually we remove the Shillien curse from weapon and enhanced blessed items.<br>
Besides, we can do some work that cannot be done by village blacksmiths. If you need something, just let me know.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Ask about Dark/Bloody enhancement</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 700">Change the type of R110-grade gloves/boots/helmet</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Ask about Dark/ Bloody enhancement</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2322">Change the type of R110-grade gloves/ boots/ helmet</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -0,0 +1,900 @@
<?xml version="1.0" encoding="UTF-8"?>
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>31126</npc> <!-- Blacksmith of Mammon -->
</npcs>
<!-- I want to enhance an R99 blessed weapon/armor with 100% chance -->
<!-- WEAPONS -->
<!-- Dark -->
<item>
<ingredient id="18069" count="1" /> <!-- Blessed Helios Shaper -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35095" count="1" /> <!-- Dark Helios Shaper -->
</item>
<item>
<ingredient id="18070" count="1" /> <!-- Blessed Helios Cutter -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35096" count="1" /> <!-- Dark Helios Cutter -->
</item>
<item>
<ingredient id="18071" count="1" /> <!-- Blessed Helios Slasher -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35097" count="1" /> <!-- Dark Helios Slasher -->
</item>
<item>
<ingredient id="18072" count="1" /> <!-- Blessed Helios Avenger -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35098" count="1" /> <!-- Dark Helios Avenger -->
</item>
<item>
<ingredient id="18073" count="1" /> <!-- Blessed Helios Fighter -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35099" count="1" /> <!-- Dark Helios Fighter -->
</item>
<item>
<ingredient id="18074" count="1" /> <!-- Blessed Helios Stormer -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35100" count="1" /> <!-- Dark Helios Stormer -->
</item>
<item>
<ingredient id="18075" count="1" /> <!-- Blessed Helios Thrower -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35101" count="1" /> <!-- Dark Helios Thrower -->
</item>
<item>
<ingredient id="18076" count="1" /> <!-- Blessed Helios Shooter -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35102" count="1" /> <!-- Dark Helios Shooter -->
</item>
<item>
<ingredient id="18077" count="1" /> <!-- Blessed Helios Buster -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35103" count="1" /> <!-- Dark Helios Buster -->
</item>
<item>
<ingredient id="18078" count="1" /> <!-- Blessed Helios Caster -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35104" count="1" /> <!-- Dark Helios Caster -->
</item>
<item>
<ingredient id="18079" count="1" /> <!-- Blessed Helios Retributer -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35105" count="1" /> <!-- Dark Helios Retributer -->
</item>
<item>
<ingredient id="18080" count="1" /> <!-- Blessed Helios Dualsword -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3838" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="46054" /> <!-- R-grade Crystal -->
<ingredient id="57" count="48497700" /> <!-- Adena -->
<production id="35106" count="1" /> <!-- Dark Helios Dualsword -->
</item>
<item>
<ingredient id="18081" count="1" /> <!-- Blessed Helios Dual Dagger -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3838" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="46054" /> <!-- R-grade Crystal -->
<ingredient id="57" count="48497700" /> <!-- Adena -->
<production id="35107" count="1" /> <!-- Dark Helios Dual Dagger -->
</item>
<item>
<ingredient id="18082" count="1" /> <!-- Blessed Helios Dual Blunt Weapon -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3838" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="46054" /> <!-- R-grade Crystal -->
<ingredient id="57" count="48497700" /> <!-- Adena -->
<production id="35108" count="1" /> <!-- Dark Helios Dual Blunt Weapon -->
</item>
<!-- Bloody -->
<item>
<ingredient id="18069" count="1" /> <!-- Blessed Helios Shaper -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35193" count="1" /> <!-- Bloody Helios Shaper -->
</item>
<item>
<ingredient id="18070" count="1" /> <!-- Blessed Helios Cutter -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35194" count="1" /> <!-- Bloody Helios Cutter -->
</item>
<item>
<ingredient id="18071" count="1" /> <!-- Blessed Helios Slasher -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35195" count="1" /> <!-- Bloody Helios Slasher -->
</item>
<item>
<ingredient id="18072" count="1" /> <!-- Blessed Helios Avenger -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35196" count="1" /> <!-- Bloody Helios Avenger -->
</item>
<item>
<ingredient id="18073" count="1" /> <!-- Blessed Helios Fighter -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35197" count="1" /> <!-- Bloody Helios Fighter -->
</item>
<item>
<ingredient id="18074" count="1" /> <!-- Blessed Helios Stormer -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35198" count="1" /> <!-- Bloody Helios Stormer -->
</item>
<item>
<ingredient id="18075" count="1" /> <!-- Blessed Helios Thrower -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35199" count="1" /> <!-- Bloody Helios Thrower -->
</item>
<item>
<ingredient id="18076" count="1" /> <!-- Blessed Helios Shooter -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35200" count="1" /> <!-- Bloody Helios Shooter -->
</item>
<item>
<ingredient id="18077" count="1" /> <!-- Blessed Helios Buster -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35201" count="1" /> <!-- Bloody Helios Buster -->
</item>
<item>
<ingredient id="18078" count="1" /> <!-- Blessed Helios Caster -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35202" count="1" /> <!-- Bloody Helios Caster -->
</item>
<item>
<ingredient id="18079" count="1" /> <!-- Blessed Helios Retributer -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="57" count="40414750" /> <!-- Adena -->
<production id="35203" count="1" /> <!-- Bloody Helios Retributer -->
</item>
<item>
<ingredient id="18080" count="1" /> <!-- Blessed Helios Dualsword -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3090" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="37081" /> <!-- R-grade Crystal -->
<ingredient id="57" count="48497700" /> <!-- Adena -->
<production id="35204" count="1" /> <!-- Bloody Helios Dualsword -->
</item>
<item>
<ingredient id="18081" count="1" /> <!-- Blessed Helios Dual Dagger -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3090" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="37081" /> <!-- R-grade Crystal -->
<ingredient id="57" count="48497700" /> <!-- Adena -->
<production id="35205" count="1" /> <!-- Bloody Helios Dual Dagger -->
</item>
<item>
<ingredient id="18082" count="1" /> <!-- Blessed Helios Dual Blunt Weapon -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Destruction Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3090" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="37081" /> <!-- R-grade Crystal -->
<ingredient id="57" count="48497700" /> <!-- Adena -->
<production id="35206" count="1" /> <!-- Bloody Helios Dual Blunt Weapon -->
</item>
<!-- ARMOR -->
<!-- Bloody no Reinforced -->
<item>
<ingredient id="18083" count="1" /> <!-- Blessed Eternal Helmet - Heavy Armor -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="57" count="7917950" /> <!-- Adena -->
<production id="35079" count="1" /> <!-- Bloody Eternal Helmet - Heavy Armor -->
</item>
<item>
<ingredient id="18084" count="1" /> <!-- Blessed Eternal Breastplate - Heavy Armor -->
<ingredient id="35569" count="20" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="57" count="21114600" /> <!-- Adena -->
<production id="35080" count="1" /> <!-- Bloody Eternal Breastplate - Heavy Armor -->
</item>
<item>
<ingredient id="18085" count="1" /> <!-- Blessed Eternal Gaiters - Heavy Armor -->
<ingredient id="35569" count="17" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="57" count="13196650" /> <!-- Adena -->
<production id="35081" count="1" /> <!-- Bloody Eternal Gaiters - Heavy Armor -->
</item>
<item>
<ingredient id="18086" count="1" /> <!-- Blessed Eternal Gauntlets - Heavy Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35082" count="1" /> <!-- Bloody Eternal Gauntlets - Heavy Armor -->
</item>
<item>
<ingredient id="18087" count="1" /> <!-- Blessed Eternal Boots - Heavy Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35083" count="1" /> <!-- Bloody Eternal Boots - Heavy Armor -->
</item>
<item>
<ingredient id="18089" count="1" /> <!-- Blessed Eternal Leather Helmet - Light Armor -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="57" count="7917950" /> <!-- Adena -->
<production id="35085" count="1" /> <!-- Bloody Eternal Leather Helmet - Light Armor -->
</item>
<item>
<ingredient id="18090" count="1" /> <!-- Blessed Eternal Leather Armor - Light Armor -->
<ingredient id="35569" count="20" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="57" count="21114600" /> <!-- Adena -->
<production id="35086" count="1" /> <!-- Bloody Eternal Leather Armor - Light Armor -->
</item>
<item>
<ingredient id="18091" count="1" /> <!-- Blessed Eternal Leather Leggings - Light Armor -->
<ingredient id="35569" count="17" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="57" count="13196650" /> <!-- Adena -->
<production id="35087" count="1" /> <!-- Bloody Eternal Leather Leggings - Light Armor -->
</item>
<item>
<ingredient id="18092" count="1" /> <!-- Blessed Eternal Leather Gloves - Light Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35088" count="1" /> <!-- Bloody Eternal Leather Gloves - Light Armor -->
</item>
<item>
<ingredient id="18093" count="1" /> <!-- Blessed Eternal Leather Boots - Light Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35089" count="1" /> <!-- Bloody Eternal Leather Boots - Light Armor -->
</item>
<item>
<ingredient id="18094" count="1" /> <!-- Blessed Eternal Circlet - Robe -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="57" count="7917950" /> <!-- Adena -->
<production id="35090" count="1" /> <!-- Bloody Eternal Circlet - Robe -->
</item>
<item>
<ingredient id="18095" count="1" /> <!-- Blessed Eternal Tunic - Robe -->
<ingredient id="35569" count="20" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="57" count="21114600" /> <!-- Adena -->
<production id="35091" count="1" /> <!-- Bloody Eternal Tunic - Robe -->
</item>
<item>
<ingredient id="18096" count="1" /> <!-- Blessed Eternal Stockings - Robe -->
<ingredient id="35569" count="17" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="57" count="13196650" /> <!-- Adena -->
<production id="35092" count="1" /> <!-- Bloody Eternal Stockings - Robe -->
</item>
<item>
<ingredient id="18097" count="1" /> <!-- Blessed Eternal Gloves - Robe -->
<ingredient id="35569" count="5" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35093" count="1" /> <!-- Bloody Eternal Gloves - Robe -->
</item>
<item>
<ingredient id="18098" count="1" /> <!-- Blessed Eternal Shoes - Robe -->
<ingredient id="35569" count="5" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35094" count="1" /> <!-- Bloody Eternal Shoes - Robe -->
</item>
<!-- Bloody Reinforced -->
<item>
<ingredient id="19698" count="1" /> <!-- Blessed Eternal Helmet - Heavy Armor -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="57" count="7917950" /> <!-- Adena -->
<production id="35033" count="1" /> <!-- Bloody Eternal Helmet - Heavy Armor -->
</item>
<item>
<ingredient id="19699" count="1" /> <!-- Blessed Eternal Breastplate - Heavy Armor -->
<ingredient id="35569" count="20" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="57" count="21114600" /> <!-- Adena -->
<production id="35034" count="1" /> <!-- Bloody Eternal Breastplate - Heavy Armor -->
</item>
<item>
<ingredient id="19700" count="1" /> <!-- Blessed Eternal Gaiters - Heavy Armor -->
<ingredient id="35569" count="17" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="57" count="13196650" /> <!-- Adena -->
<production id="35035" count="1" /> <!-- Bloody Eternal Gaiters - Heavy Armor -->
</item>
<item>
<ingredient id="19701" count="1" /> <!-- Blessed Eternal Gauntlets - Heavy Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35036" count="1" /> <!-- Bloody Eternal Gauntlets - Heavy Armor -->
</item>
<item>
<ingredient id="19702" count="1" /> <!-- Blessed Eternal Boots - Heavy Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35037" count="1" /> <!-- Bloody Eternal Boots - Heavy Armor -->
</item>
<item>
<ingredient id="19912" count="1" /> <!-- Blessed Eternal Leather Helmet - Light Armor -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="57" count="7917950" /> <!-- Adena -->
<production id="35053" count="1" /> <!-- Bloody Eternal Leather Helmet - Light Armor -->
</item>
<item>
<ingredient id="19913" count="1" /> <!-- Blessed Eternal Leather Armor - Light Armor -->
<ingredient id="35569" count="20" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="57" count="21114600" /> <!-- Adena -->
<production id="35054" count="1" /> <!-- Bloody Eternal Leather Armor - Light Armor -->
</item>
<item>
<ingredient id="19914" count="1" /> <!-- Blessed Eternal Leather Leggings - Light Armor -->
<ingredient id="35569" count="17" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="57" count="13196650" /> <!-- Adena -->
<production id="35055" count="1" /> <!-- Bloody Eternal Leather Leggings - Light Armor -->
</item>
<item>
<ingredient id="19915" count="1" /> <!-- Blessed Eternal Leather Gloves - Light Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35056" count="1" /> <!-- Bloody Eternal Leather Gloves - Light Armor -->
</item>
<item>
<ingredient id="19916" count="1" /> <!-- Blessed Eternal Leather Boots - Light Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35057" count="1" /> <!-- Bloody Eternal Leather Boots - Light Armor -->
</item>
<item>
<ingredient id="19709" count="1" /> <!-- Blessed Eternal Circlet - Robe -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="57" count="7917950" /> <!-- Adena -->
<production id="35043" count="1" /> <!-- Bloody Eternal Circlet - Robe -->
</item>
<item>
<ingredient id="19710" count="1" /> <!-- Blessed Eternal Tunic - Robe -->
<ingredient id="35569" count="20" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="57" count="21114600" /> <!-- Adena -->
<production id="35044" count="1" /> <!-- Bloody Eternal Tunic - Robe -->
</item>
<item>
<ingredient id="19711" count="1" /> <!-- Blessed Eternal Stockings - Robe -->
<ingredient id="35569" count="17" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="57" count="13196650" /> <!-- Adena -->
<production id="35045" count="1" /> <!-- Bloody Eternal Stockings - Robe -->
</item>
<item>
<ingredient id="19712" count="1" /> <!-- Blessed Eternal Gloves - Robe -->
<ingredient id="35569" count="5" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35046" count="1" /> <!-- Bloody Eternal Gloves - Robe -->
</item>
<item>
<ingredient id="19713" count="1" /> <!-- Blessed Eternal Shoes - Robe -->
<ingredient id="35569" count="5" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35047" count="1" /> <!-- Bloody Eternal Shoes - Robe -->
</item>
<!-- Dark no Reinforced -->
<item>
<ingredient id="18083" count="1" /> <!-- Blessed Eternal Helmet - Heavy Armor -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="57" count="7917950" /> <!-- Adena -->
<production id="35063" count="1" /> <!-- Dark Eternal Helmet - Heavy Armor -->
</item>
<item>
<ingredient id="18084" count="1" /> <!-- Blessed Eternal Breastplate - Heavy Armor -->
<ingredient id="35567" count="20" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="57" count="21114600" /> <!-- Adena -->
<production id="35064" count="1" /> <!-- Dark Eternal Breastplate - Heavy Armor -->
</item>
<item>
<ingredient id="18085" count="1" /> <!-- Blessed Eternal Gaiters - Heavy Armor -->
<ingredient id="35567" count="17" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="57" count="13196650" /> <!-- Adena -->
<production id="35065" count="1" /> <!-- Dark Eternal Gaiters - Heavy Armor -->
</item>
<item>
<ingredient id="18086" count="1" /> <!-- Blessed Eternal Gauntlets - Heavy Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35066" count="1" /> <!-- Dark Eternal Gauntlets - Heavy Armor -->
</item>
<item>
<ingredient id="18087" count="1" /> <!-- Blessed Eternal Boots - Heavy Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35067" count="1" /> <!-- Dark Eternal Boots - Heavy Armor -->
</item>
<item>
<ingredient id="18089" count="1" /> <!-- Blessed Eternal Leather Helmet - Light Armor -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="57" count="7917950" /> <!-- Adena -->
<production id="35069" count="1" /> <!-- Dark Eternal Leather Helmet - Light Armor -->
</item>
<item>
<ingredient id="18090" count="1" /> <!-- Blessed Eternal Leather Armor - Light Armor -->
<ingredient id="35567" count="20" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="57" count="21114600" /> <!-- Adena -->
<production id="35070" count="1" /> <!-- Dark Eternal Leather Armor - Light Armor -->
</item>
<item>
<ingredient id="18091" count="1" /> <!-- Blessed Eternal Leather Leggings - Light Armor -->
<ingredient id="35567" count="17" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="57" count="13196650" /> <!-- Adena -->
<production id="35071" count="1" /> <!-- Dark Eternal Leather Leggings - Light Armor -->
</item>
<item>
<ingredient id="18092" count="1" /> <!-- Blessed Eternal Leather Gloves - Light Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35072" count="1" /> <!-- Dark Eternal Leather Gloves - Light Armor -->
</item>
<item>
<ingredient id="18093" count="1" /> <!-- Blessed Eternal Leather Boots - Light Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35073" count="1" /> <!-- Dark Eternal Leather Boots - Light Armor -->
</item>
<item>
<ingredient id="18094" count="1" /> <!-- Blessed Eternal Circlet - Robe -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="57" count="7917950" /> <!-- Adena -->
<production id="35074" count="1" /> <!-- Dark Eternal Circlet - Robe -->
</item>
<item>
<ingredient id="18095" count="1" /> <!-- Blessed Eternal Tunic - Robe -->
<ingredient id="35567" count="20" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="57" count="21114600" /> <!-- Adena -->
<production id="35075" count="1" /> <!-- Dark Eternal Tunic - Robe -->
</item>
<item>
<ingredient id="18096" count="1" /> <!-- Blessed Eternal Stockings - Robe -->
<ingredient id="35567" count="17" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="57" count="13196650" /> <!-- Adena -->
<production id="35076" count="1" /> <!-- Dark Eternal Stockings - Robe -->
</item>
<item>
<ingredient id="18097" count="1" /> <!-- Blessed Eternal Gloves - Robe -->
<ingredient id="35567" count="5" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35077" count="1" /> <!-- Dark Eternal Gloves - Robe -->
</item>
<item>
<ingredient id="18098" count="1" /> <!-- Blessed Eternal Shoes - Robe -->
<ingredient id="35567" count="5" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35078" count="1" /> <!-- Dark Eternal Shoes - Robe -->
</item>
<!-- Dark Reinforced -->
<item>
<ingredient id="19698" count="1" /> <!-- Blessed Eternal Helmet - Heavy Armor -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="57" count="7917950" /> <!-- Adena -->
<production id="35002" count="1" /> <!-- Dark Eternal Helmet - Heavy Armor -->
</item>
<item>
<ingredient id="19699" count="1" /> <!-- Blessed Eternal Breastplate - Heavy Armor -->
<ingredient id="35567" count="20" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="57" count="21114600" /> <!-- Adena -->
<production id="35003" count="1" /> <!-- Dark Eternal Breastplate - Heavy Armor -->
</item>
<item>
<ingredient id="19700" count="1" /> <!-- Blessed Eternal Gaiters - Heavy Armor -->
<ingredient id="35567" count="17" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="57" count="13196650" /> <!-- Adena -->
<production id="35004" count="1" /> <!-- Dark Eternal Gaiters - Heavy Armor -->
</item>
<item>
<ingredient id="19701" count="1" /> <!-- Blessed Eternal Gauntlets - Heavy Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35005" count="1" /> <!-- Dark Eternal Gauntlets - Heavy Armor -->
</item>
<item>
<ingredient id="19702" count="1" /> <!-- Blessed Eternal Boots - Heavy Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35006" count="1" /> <!-- Dark Eternal Boots - Heavy Armor -->
</item>
<item>
<ingredient id="19912" count="1" /> <!-- Blessed Eternal Leather Helmet - Light Armor -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="57" count="7917950" /> <!-- Adena -->
<production id="35023" count="1" /> <!-- Dark Eternal Leather Helmet - Light Armor -->
</item>
<item>
<ingredient id="19913" count="1" /> <!-- Blessed Eternal Leather Armor - Light Armor -->
<ingredient id="35567" count="20" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="57" count="21114600" /> <!-- Adena -->
<production id="35024" count="1" /> <!-- Dark Eternal Leather Armor - Light Armor -->
</item>
<item>
<ingredient id="19914" count="1" /> <!-- Blessed Eternal Leather Leggings - Light Armor -->
<ingredient id="35567" count="17" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="57" count="13196650" /> <!-- Adena -->
<production id="35025" count="1" /> <!-- Dark Eternal Leather Leggings - Light Armor -->
</item>
<item>
<ingredient id="19915" count="1" /> <!-- Blessed Eternal Leather Gloves - Light Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35026" count="1" /> <!-- Dark Eternal Leather Gloves - Light Armor -->
</item>
<item>
<ingredient id="19916" count="1" /> <!-- Blessed Eternal Leather Boots - Light Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35027" count="1" /> <!-- Dark Eternal Leather Boots - Light Armor -->
</item>
<item>
<ingredient id="19709" count="1" /> <!-- Blessed Eternal Circlet - Robe -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="57" count="7917950" /> <!-- Adena -->
<production id="35013" count="1" /> <!-- Dark Eternal Circlet - Robe -->
</item>
<item>
<ingredient id="19710" count="1" /> <!-- Blessed Eternal Tunic - Robe -->
<ingredient id="35567" count="20" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="57" count="21114600" /> <!-- Adena -->
<production id="35014" count="1" /> <!-- Dark Eternal Tunic - Robe -->
</item>
<item>
<ingredient id="19711" count="1" /> <!-- Blessed Eternal Stockings - Robe -->
<ingredient id="35567" count="17" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="57" count="13196650" /> <!-- Adena -->
<production id="35015" count="1" /> <!-- Dark Eternal Stockings - Robe -->
</item>
<item>
<ingredient id="19712" count="1" /> <!-- Blessed Eternal Gloves - Robe -->
<ingredient id="35567" count="5" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35016" count="1" /> <!-- Dark Eternal Gloves - Robe -->
</item>
<item>
<ingredient id="19713" count="1" /> <!-- Blessed Eternal Shoes - Robe -->
<ingredient id="35567" count="5" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="57" count="5278650" /> <!-- Adena -->
<production id="35017" count="1" /> <!-- Dark Eternal Shoes - Robe -->
</item>
</list>

View File

@@ -0,0 +1,471 @@
<?xml version="1.0" encoding="UTF-8"?>
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>31126</npc> <!-- Blacksmith of Mammon -->
</npcs>
<!-- I want to enhance an R110 enhanced weapon/armor with 100% chance -->
<item>
<ingredient id="80133" count="1" /> <!-- Enhanced Krishna Shaper -->
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<production id="80147" count="1" /> <!-- Bloody Krishna Shaper -->
</item>
<item>
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="80134" count="1" /> <!-- Enhanced Krishna Cutter -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<production id="80148" count="1" /> <!-- Bloody Krishna Cutter -->
</item>
<item>
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<ingredient id="80135" count="1" /> <!-- Enhanced Krishna Slasher -->
<production id="80149" count="1" /> <!-- Bloody Krishna Slasher -->
</item>
<item>
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="80136" count="1" /> <!-- Enhanced Krishna Avenger -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<production id="80150" count="1" /> <!-- Bloody Krishna Avenger -->
</item>
<item>
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<ingredient id="80137" count="1" /> <!-- Enhanced Krishna Fighter -->
<production id="80151" count="1" /> <!-- Bloody Krishna Fighter -->
</item>
<item>
<ingredient id="80138" count="1" /> <!-- Enhanced Krishna Stormer -->
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<production id="80152" count="1" /> <!-- Bloody Krishna Stormer -->
</item>
<item>
<ingredient id="80139" count="1" /> <!-- Enhanced Krishna Thrower -->
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<production id="80153" count="1" /> <!-- Bloody Krishna Thrower -->
</item>
<item>
<ingredient id="80140" count="1" /> <!-- Enhanced Krishna Guardian -->
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<production id="80154" count="1" /> <!-- Bloody Krishna Guardian -->
</item>
<item>
<ingredient id="80141" count="1" /> <!-- Enhanced Krishna Buster -->
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<production id="80155" count="1" /> <!-- Bloody Krishna Buster -->
</item>
<item>
<ingredient id="80142" count="1" /> <!-- Enhanced Krishna Caster -->
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<production id="80156" count="1" /> <!-- Bloody Krishna Caster -->
</item>
<item>
<ingredient id="80143" count="1" /> <!-- Enhanced Krishna Retributer -->
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<production id="80157" count="1" /> <!-- Bloody Krishna Retributer -->
</item>
<item>
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="80144" count="1" /> <!-- Enhanced Krishna Dual Swords -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<production id="80158" count="1" /> <!-- Bloody Krishna Dual Swords -->
</item>
<item>
<ingredient id="80145" count="1" /> <!-- Enhanced Krishna Dual Daggers -->
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<production id="80159" count="1" /> <!-- Bloody Krishna Dual Daggers -->
</item>
<item>
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<ingredient id="80146" count="1" /> <!-- Enhanced Krishna Dual Blunt Weapons -->
<production id="80160" count="1" /> <!-- Bloody Krishna Dual Blunt Weapons -->
</item>
<item>
<ingredient id="80133" count="1" /> <!-- Enhanced Krishna Shaper -->
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80161" count="1" /> <!-- Dark Krishna Shaper -->
</item>
<item>
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="80134" count="1" /> <!-- Enhanced Krishna Cutter -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80162" count="1" /> <!-- Dark Krishna Cutter -->
</item>
<item>
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="80135" count="1" /> <!-- Enhanced Krishna Slasher -->
<production id="80163" count="1" /> <!-- Dark Krishna Slasher -->
</item>
<item>
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="80136" count="1" /> <!-- Enhanced Krishna Avenger -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80164" count="1" /> <!-- Dark Krishna Avenger -->
</item>
<item>
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<ingredient id="80137" count="1" /> <!-- Enhanced Krishna Fighter -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80165" count="1" /> <!-- Dark Krishna Fighter -->
</item>
<item>
<ingredient id="80138" count="1" /> <!-- Enhanced Krishna Stormer -->
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80166" count="1" /> <!-- Dark Krishna Stormer -->
</item>
<item>
<ingredient id="80139" count="1" /> <!-- Enhanced Krishna Thrower -->
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80167" count="1" /> <!-- Dark Krishna Thrower -->
</item>
<item>
<ingredient id="80140" count="1" /> <!-- Enhanced Krishna Guardian -->
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80168" count="1" /> <!-- Dark Krishna Guardian -->
</item>
<item>
<ingredient id="80141" count="1" /> <!-- Enhanced Krishna Buster -->
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80169" count="1" /> <!-- Dark Krishna Buster -->
</item>
<item>
<ingredient id="80142" count="1" /> <!-- Enhanced Krishna Caster -->
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80170" count="1" /> <!-- Dark Krishna Caster -->
</item>
<item>
<ingredient id="80143" count="1" /> <!-- Enhanced Krishna Retributer -->
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80171" count="1" /> <!-- Dark Krishna Retributer -->
</item>
<item>
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="80144" count="1" /> <!-- Enhanced Krishna Dual Swords -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80172" count="1" /> <!-- Dark Krishna Dual Swords -->
</item>
<item>
<ingredient id="80145" count="1" /> <!-- Enhanced Krishna Dual Daggers -->
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80173" count="1" /> <!-- Dark Krishna Dual Daggers -->
</item>
<item>
<ingredient id="57" count="11802262122" /> <!-- Adena -->
<ingredient id="19440" count="3279" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="40" /> <!-- Elcyum -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="80146" count="1" /> <!-- Enhanced Krishna Dual Blunt Weapons -->
<production id="80174" count="1" /> <!-- Dark Krishna Dual Blunt Weapons -->
</item>
<item>
<ingredient id="80189" count="1" /> <!-- Enhanced Leviathan Helmet -->
<ingredient id="57" count="919482097" /> <!-- Adena -->
<ingredient id="36515" count="2" /> <!-- Elcyum -->
<ingredient id="19440" count="1965" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="10" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80205" count="1" /> <!-- Bloody Leviathan Helmet - Heavy armor -->
</item>
<item>
<ingredient id="80190" count="1" /> <!-- Enhanced Leviathan Breastplate -->
<ingredient id="57" count="2451960000" /> <!-- Adena -->
<ingredient id="36515" count="4" /> <!-- Elcyum -->
<ingredient id="19440" count="5239" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="20" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80206" count="1" /> <!-- Bloody Leviathan Breastplate - Heavy armor -->
</item>
<item>
<ingredient id="57" count="1532477903" /> <!-- Adena -->
<ingredient id="80191" count="1" /> <!-- Enhanced Leviathan Gaiters -->
<ingredient id="36515" count="3" /> <!-- Elcyum -->
<ingredient id="19440" count="3275" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="17" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80207" count="1" /> <!-- Bloody Leviathan Gaiters - Heavy armor -->
</item>
<item>
<ingredient id="57" count="612990000" /> <!-- Adena -->
<ingredient id="80192" count="1" /> <!-- Enhanced Leviathan Gauntlets -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1310" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80208" count="1" /> <!-- Bloody Leviathan Gauntlets - Heavy armor -->
</item>
<item>
<ingredient id="80193" count="1" /> <!-- Enhanced Leviathan Boots -->
<ingredient id="57" count="612990000" /> <!-- Adena -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1310" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80209" count="1" /> <!-- Bloody Leviathan Boots - Heavy armor -->
</item>
<item>
<ingredient id="80195" count="1" /> <!-- Enhanced Leviathan Leather Helmet -->
<ingredient id="57" count="919482097" /> <!-- Adena -->
<ingredient id="36515" count="2" /> <!-- Elcyum -->
<ingredient id="19440" count="1965" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="10" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80210" count="1" /> <!-- Bloody Leviathan Leather Helmet - Light armor -->
</item>
<item>
<ingredient id="80196" count="1" /> <!-- Enhanced Leviathan Leather Armor -->
<ingredient id="57" count="2451960000" /> <!-- Adena -->
<ingredient id="36515" count="4" /> <!-- Elcyum -->
<ingredient id="19440" count="5239" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="20" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80211" count="1" /> <!-- Bloody Leviathan Leather Armor - Light armor -->
</item>
<item>
<ingredient id="57" count="1532477903" /> <!-- Adena -->
<ingredient id="80197" count="1" /> <!-- Enhanced Leviathan Leather Leggings -->
<ingredient id="36515" count="3" /> <!-- Elcyum -->
<ingredient id="19440" count="3275" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="17" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80212" count="1" /> <!-- Bloody Leviathan Leather Leggings - Light armor -->
</item>
<item>
<ingredient id="57" count="612990000" /> <!-- Adena -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1310" /> <!-- R-grade Gemstone -->
<ingredient id="80198" count="1" /> <!-- Enhanced Leviathan Leather Gloves -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80213" count="1" /> <!-- Bloody Leviathan Leather Gloves - Light armor -->
</item>
<item>
<ingredient id="80199" count="1" /> <!-- Enhanced Leviathan Leather Boots -->
<ingredient id="57" count="612990000" /> <!-- Adena -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1310" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80214" count="1" /> <!-- Bloody Leviathan Leather Boots - Light armor -->
</item>
<item>
<ingredient id="57" count="919482097" /> <!-- Adena -->
<ingredient id="80200" count="1" /> <!-- Enhanced Leviathan Circlet -->
<ingredient id="36515" count="2" /> <!-- Elcyum -->
<ingredient id="19440" count="1965" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="10" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80215" count="1" /> <!-- Bloody Leviathan Circlet - Robe -->
</item>
<item>
<ingredient id="57" count="2451960000" /> <!-- Adena -->
<ingredient id="80201" count="1" /> <!-- Enhanced Leviathan Tunic -->
<ingredient id="36515" count="4" /> <!-- Elcyum -->
<ingredient id="19440" count="5239" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="20" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80216" count="1" /> <!-- Bloody Leviathan Tunic - Robe -->
</item>
<item>
<ingredient id="57" count="1532477903" /> <!-- Adena -->
<ingredient id="36515" count="3" /> <!-- Elcyum -->
<ingredient id="19440" count="3275" /> <!-- R-grade Gemstone -->
<ingredient id="80202" count="1" /> <!-- Enhanced Leviathan Stockings -->
<ingredient id="35569" count="17" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80217" count="1" /> <!-- Bloody Leviathan Stockings - Robe -->
</item>
<item>
<ingredient id="57" count="612990000" /> <!-- Adena -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1310" /> <!-- R-grade Gemstone -->
<ingredient id="80203" count="1" /> <!-- Enhanced Leviathan Gloves -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80218" count="1" /> <!-- Bloody Leviathan Gloves - Robe -->
</item>
<item>
<ingredient id="80204" count="1" /> <!-- Enhanced Leviathan Shoes -->
<ingredient id="57" count="612990000" /> <!-- Adena -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1310" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80219" count="1" /> <!-- Bloody Leviathan Shoes - Robe -->
</item>
<item>
<ingredient id="80189" count="1" /> <!-- Enhanced Leviathan Helmet -->
<ingredient id="57" count="919482097" /> <!-- Adena -->
<ingredient id="35567" count="10" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="2" /> <!-- Elcyum -->
<ingredient id="19440" count="1965" /> <!-- R-grade Gemstone -->
<production id="80220" count="1" /> <!-- Dark Leviathan Helmet - Heavy armor -->
</item>
<item>
<ingredient id="80190" count="1" /> <!-- Enhanced Leviathan Breastplate -->
<ingredient id="57" count="2451960000" /> <!-- Adena -->
<ingredient id="35567" count="20" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="4" /> <!-- Elcyum -->
<ingredient id="19440" count="5239" /> <!-- R-grade Gemstone -->
<production id="80221" count="1" /> <!-- Dark Leviathan Breastplate - Heavy armor -->
</item>
<item>
<ingredient id="57" count="1532477903" /> <!-- Adena -->
<ingredient id="80191" count="1" /> <!-- Enhanced Leviathan Gaiters -->
<ingredient id="35567" count="17" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="3" /> <!-- Elcyum -->
<ingredient id="19440" count="3275" /> <!-- R-grade Gemstone -->
<production id="80222" count="1" /> <!-- Dark Leviathan Gaiters - Heavy armor -->
</item>
<item>
<ingredient id="57" count="612990000" /> <!-- Adena -->
<ingredient id="80192" count="1" /> <!-- Enhanced Leviathan Gauntlets -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1310" /> <!-- R-grade Gemstone -->
<production id="80223" count="1" /> <!-- Dark Leviathan Gauntlets - Heavy armor -->
</item>
<item>
<ingredient id="80193" count="1" /> <!-- Enhanced Leviathan Boots -->
<ingredient id="57" count="612990000" /> <!-- Adena -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1310" /> <!-- R-grade Gemstone -->
<production id="80224" count="1" /> <!-- Dark Leviathan Boots - Heavy armor -->
</item>
<item>
<ingredient id="80195" count="1" /> <!-- Enhanced Leviathan Leather Helmet -->
<ingredient id="57" count="919482097" /> <!-- Adena -->
<ingredient id="35567" count="10" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="2" /> <!-- Elcyum -->
<ingredient id="19440" count="1965" /> <!-- R-grade Gemstone -->
<production id="80225" count="1" /> <!-- Dark Leviathan Leather Helmet - Light armor -->
</item>
<item>
<ingredient id="80196" count="1" /> <!-- Enhanced Leviathan Leather Armor -->
<ingredient id="57" count="2451960000" /> <!-- Adena -->
<ingredient id="35567" count="20" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="4" /> <!-- Elcyum -->
<ingredient id="19440" count="5239" /> <!-- R-grade Gemstone -->
<production id="80226" count="1" /> <!-- Dark Leviathan Leather Armor - Light armor -->
</item>
<item>
<ingredient id="57" count="1532477903" /> <!-- Adena -->
<ingredient id="80197" count="1" /> <!-- Enhanced Leviathan Leather Leggings -->
<ingredient id="35567" count="17" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="3" /> <!-- Elcyum -->
<ingredient id="19440" count="3275" /> <!-- R-grade Gemstone -->
<production id="80227" count="1" /> <!-- Dark Leviathan Leather Leggings - Light armor -->
</item>
<item>
<ingredient id="57" count="612990000" /> <!-- Adena -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1310" /> <!-- R-grade Gemstone -->
<ingredient id="80198" count="1" /> <!-- Enhanced Leviathan Leather Gloves -->
<production id="80228" count="1" /> <!-- Dark Leviathan Leather Gloves - Light armor -->
</item>
<item>
<ingredient id="80199" count="1" /> <!-- Enhanced Leviathan Leather Boots -->
<ingredient id="57" count="612990000" /> <!-- Adena -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1310" /> <!-- R-grade Gemstone -->
<production id="80229" count="1" /> <!-- Dark Leviathan Leather Boots - Light armor -->
</item>
<item>
<ingredient id="57" count="919482097" /> <!-- Adena -->
<ingredient id="80200" count="1" /> <!-- Enhanced Leviathan Circlet -->
<ingredient id="35567" count="10" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="2" /> <!-- Elcyum -->
<ingredient id="19440" count="1965" /> <!-- R-grade Gemstone -->
<production id="80230" count="1" /> <!-- Dark Leviathan Circlet - Robe -->
</item>
<item>
<ingredient id="57" count="2451960000" /> <!-- Adena -->
<ingredient id="80201" count="1" /> <!-- Enhanced Leviathan Tunic -->
<ingredient id="35567" count="20" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="4" /> <!-- Elcyum -->
<ingredient id="19440" count="5239" /> <!-- R-grade Gemstone -->
<production id="80231" count="1" /> <!-- Dark Leviathan Tunic - Robe -->
</item>
<item>
<ingredient id="57" count="1532477903" /> <!-- Adena -->
<ingredient id="35567" count="17" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="3" /> <!-- Elcyum -->
<ingredient id="19440" count="3275" /> <!-- R-grade Gemstone -->
<ingredient id="80202" count="1" /> <!-- Enhanced Leviathan Stockings -->
<production id="80232" count="1" /> <!-- Dark Leviathan Stockings - Robe -->
</item>
<item>
<ingredient id="57" count="612990000" /> <!-- Adena -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1310" /> <!-- R-grade Gemstone -->
<ingredient id="80203" count="1" /> <!-- Enhanced Leviathan Gloves -->
<production id="80233" count="1" /> <!-- Dark Leviathan Gloves - Robe -->
</item>
<item>
<ingredient id="80204" count="1" /> <!-- Enhanced Leviathan Shoes -->
<ingredient id="57" count="612990000" /> <!-- Adena -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1310" /> <!-- R-grade Gemstone -->
<production id="80234" count="1" /> <!-- Dark Leviathan Shoes - Robe -->
</item>
</list>

View File

@@ -0,0 +1,471 @@
<?xml version="1.0" encoding="UTF-8"?>
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>31126</npc> <!-- Blacksmith of Mammon -->
</npcs>
<!-- I want to enhance an R110 Dark/Bloody weapon/armor with 100% chance -->
<item>
<ingredient id="80147" count="1" /> <!-- Bloody Krishna Shaper -->
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="35566" count="30" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80175" count="1" /> <!-- Supreme Krishna Shaper -->
</item>
<item>
<ingredient id="80148" count="1" /> <!-- Bloody Krishna Cutter -->
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="35566" count="30" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80176" count="1" /> <!-- Supreme Krishna Cutter -->
</item>
<item>
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="35566" count="30" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="80149" count="1" /> <!-- Bloody Krishna Slasher -->
<production id="80177" count="1" /> <!-- Supreme Krishna Slasher -->
</item>
<item>
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="80150" count="1" /> <!-- Bloody Krishna Avenger -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="35566" count="30" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80178" count="1" /> <!-- Supreme Krishna Avenger -->
</item>
<item>
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="80151" count="1" /> <!-- Bloody Krishna Fighter -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="35566" count="30" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80179" count="1" /> <!-- Supreme Krishna Fighter -->
</item>
<item>
<ingredient id="80152" count="1" /> <!-- Bloody Krishna Stormer -->
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="35566" count="30" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80180" count="1" /> <!-- Supreme Krishna Stormer -->
</item>
<item>
<ingredient id="80153" count="1" /> <!-- Bloody Krishna Thrower -->
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="35566" count="30" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80181" count="1" /> <!-- Supreme Krishna Thrower -->
</item>
<item>
<ingredient id="80154" count="1" /> <!-- Bloody Krishna Guardian -->
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="35566" count="30" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80182" count="1" /> <!-- Supreme Krishna Guardian -->
</item>
<item>
<ingredient id="80155" count="1" /> <!-- Bloody Krishna Buster -->
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="35566" count="30" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80183" count="1" /> <!-- Supreme Krishna Buster -->
</item>
<item>
<ingredient id="80156" count="1" /> <!-- Bloody Krishna Caster -->
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="35566" count="30" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80184" count="1" /> <!-- Supreme Krishna Caster -->
</item>
<item>
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="80157" count="1" /> <!-- Bloody Krishna Retributer -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="35566" count="30" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80185" count="1" /> <!-- Supreme Krishna Retributer -->
</item>
<item>
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="35566" count="30" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="80158" count="1" /> <!-- Bloody Krishna Dual Swords -->
<production id="80186" count="1" /> <!-- Supreme Krishna Dual Swords -->
</item>
<item>
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="35566" count="30" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="80159" count="1" /> <!-- Bloody Krishna Dual Daggers -->
<production id="80187" count="1" /> <!-- Supreme Krishna Dual Daggers -->
</item>
<item>
<ingredient id="80160" count="1" /> <!-- Bloody Krishna Dual Blunt Weapons -->
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="35566" count="30" /> <!-- Dark Weapon Enhancement Stone -->
<production id="80188" count="1" /> <!-- Supreme Krishna Dual Blunt Weapons -->
</item>
<item>
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="35568" count="30" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="80161" count="1" /> <!-- Dark Krishna Shaper -->
<production id="80175" count="1" /> <!-- Supreme Krishna Shaper -->
</item>
<item>
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="35568" count="30" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="80162" count="1" /> <!-- Dark Krishna Cutter -->
<production id="80176" count="1" /> <!-- Supreme Krishna Cutter -->
</item>
<item>
<ingredient id="80163" count="1" /> <!-- Dark Krishna Slasher -->
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="35568" count="30" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<production id="80177" count="1" /> <!-- Supreme Krishna Slasher -->
</item>
<item>
<ingredient id="80164" count="1" /> <!-- Dark Krishna Avenger -->
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="35568" count="30" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<production id="80178" count="1" /> <!-- Supreme Krishna Avenger -->
</item>
<item>
<ingredient id="80165" count="1" /> <!-- Dark Krishna Fighter -->
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="35568" count="30" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<production id="80179" count="1" /> <!-- Supreme Krishna Fighter -->
</item>
<item>
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="35568" count="30" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="80166" count="1" /> <!-- Dark Krishna Stormer -->
<production id="80180" count="1" /> <!-- Supreme Krishna Stormer -->
</item>
<item>
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="35568" count="30" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="80167" count="1" /> <!-- Dark Krishna Thrower -->
<production id="80181" count="1" /> <!-- Supreme Krishna Thrower -->
</item>
<item>
<ingredient id="80168" count="1" /> <!-- Dark Krishna Guardian -->
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="35568" count="30" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<production id="80182" count="1" /> <!-- Supreme Krishna Guardian -->
</item>
<item>
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="35568" count="30" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="80169" count="1" /> <!-- Dark Krishna Buster -->
<production id="80183" count="1" /> <!-- Supreme Krishna Buster -->
</item>
<item>
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="35568" count="30" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="80170" count="1" /> <!-- Dark Krishna Caster -->
<production id="80184" count="1" /> <!-- Supreme Krishna Caster -->
</item>
<item>
<ingredient id="80171" count="1" /> <!-- Dark Krishna Retributer -->
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="35568" count="30" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<production id="80185" count="1" /> <!-- Supreme Krishna Retributer -->
</item>
<item>
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="35568" count="30" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="80172" count="1" /> <!-- Dark Krishna Dual Swords -->
<production id="80186" count="1" /> <!-- Supreme Krishna Dual Swords -->
</item>
<item>
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="35568" count="30" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<ingredient id="80173" count="1" /> <!-- Dark Krishna Dual Daggers -->
<production id="80187" count="1" /> <!-- Supreme Krishna Dual Daggers -->
</item>
<item>
<ingredient id="80174" count="1" /> <!-- Dark Krishna Dual Blunt Weapons -->
<ingredient id="57" count="13888958413" /> <!-- Adena -->
<ingredient id="35568" count="30" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3859" /> <!-- R-grade Gemstone -->
<ingredient id="36515" count="47" /> <!-- Elcyum -->
<production id="80188" count="1" /> <!-- Supreme Krishna Dual Blunt Weapons -->
</item>
<item>
<ingredient id="57" count="809547444" /> <!-- Adena -->
<ingredient id="35567" count="300" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1730" /> <!-- R-grade Gemstone -->
<ingredient id="80205" count="1" /> <!-- Bloody Leviathan Helmet -->
<production id="80235" count="1" /> <!-- Supreme Leviathan Helmet - Heavy armor -->
</item>
<item>
<ingredient id="57" count="2158800000" /> <!-- Adena -->
<ingredient id="80206" count="1" /> <!-- Bloody Leviathan Breastplate -->
<ingredient id="35567" count="600" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="4" /> <!-- Elcyum -->
<ingredient id="19440" count="4613" /> <!-- R-grade Gemstone -->
<production id="80236" count="1" /> <!-- Supreme Leviathan Breastplate<span class="light-font">Heavy armor -->
</item>
<item>
<ingredient id="57" count="1349252557" /> <!-- Adena -->
<ingredient id="80207" count="1" /> <!-- Bloody Leviathan Gaiters -->
<ingredient id="35567" count="510" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="2" /> <!-- Elcyum -->
<ingredient id="19440" count="2883" /> <!-- R-grade Gemstone -->
<production id="80237" count="1" /> <!-- Supreme Leviathan Gaiters<span class="light-font">Heavy armor -->
</item>
<item>
<ingredient id="80208" count="1" /> <!-- Bloody Leviathan Gauntlets -->
<ingredient id="57" count="539700000" /> <!-- Adena -->
<ingredient id="35567" count="240" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1153" /> <!-- R-grade Gemstone -->
<production id="80238" count="1" /> <!-- Supreme Leviathan Gauntlets<span class="light-font">Heavy armor -->
</item>
<item>
<ingredient id="80209" count="1" /> <!-- Bloody Leviathan Boots -->
<ingredient id="57" count="539700000" /> <!-- Adena -->
<ingredient id="35567" count="240" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1153" /> <!-- R-grade Gemstone -->
<production id="80239" count="1" /> <!-- Supreme Leviathan Boots<span class="light-font">Heavy armor -->
</item>
<item>
<ingredient id="57" count="809547444" /> <!-- Adena -->
<ingredient id="80210" count="1" /> <!-- Bloody Leviathan Leather Helmet -->
<ingredient id="35567" count="300" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1730" /> <!-- R-grade Gemstone -->
<production id="80240" count="1" /> <!-- Supreme Leviathan Leather Helmet<span class="light-font">Light armor -->
</item>
<item>
<ingredient id="57" count="2158800000" /> <!-- Adena -->
<ingredient id="80211" count="1" /> <!-- Bloody Leviathan Leather Armor -->
<ingredient id="35567" count="600" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="4" /> <!-- Elcyum -->
<ingredient id="19440" count="4613" /> <!-- R-grade Gemstone -->
<production id="80241" count="1" /> <!-- Supreme Leviathan Leather Armor<span class="light-font">Light armor -->
</item>
<item>
<ingredient id="80212" count="1" /> <!-- Bloody Leviathan Leather Leggings -->
<ingredient id="57" count="1349252557" /> <!-- Adena -->
<ingredient id="35567" count="510" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="2" /> <!-- Elcyum -->
<ingredient id="19440" count="2883" /> <!-- R-grade Gemstone -->
<production id="80242" count="1" /> <!-- Supreme Leviathan Leather Leggings<span class="light-font">Light armor -->
</item>
<item>
<ingredient id="57" count="539700000" /> <!-- Adena -->
<ingredient id="80213" count="1" /> <!-- Bloody Leviathan Leather Gloves -->
<ingredient id="35567" count="240" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1153" /> <!-- R-grade Gemstone -->
<production id="80243" count="1" /> <!-- Supreme Leviathan Leather Gloves<span class="light-font">Light armor -->
</item>
<item>
<ingredient id="57" count="539700000" /> <!-- Adena -->
<ingredient id="35567" count="240" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1153" /> <!-- R-grade Gemstone -->
<ingredient id="80214" count="1" /> <!-- Bloody Leviathan Leather Boots -->
<production id="80244" count="1" /> <!-- Supreme Leviathan Leather Boots<span class="light-font">Light armor -->
</item>
<item>
<ingredient id="57" count="809547444" /> <!-- Adena -->
<ingredient id="35567" count="300" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1730" /> <!-- R-grade Gemstone -->
<ingredient id="80215" count="1" /> <!-- Bloody Leviathan Circlet -->
<production id="80245" count="1" /> <!-- Supreme Leviathan Circlet<span class="light-font">Robe -->
</item>
<item>
<ingredient id="57" count="2158800000" /> <!-- Adena -->
<ingredient id="35567" count="600" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="4" /> <!-- Elcyum -->
<ingredient id="19440" count="4613" /> <!-- R-grade Gemstone -->
<ingredient id="80216" count="1" /> <!-- Bloody Leviathan Tunic -->
<production id="80246" count="1" /> <!-- Supreme Leviathan Tunic<span class="light-font">Robe -->
</item>
<item>
<ingredient id="80217" count="1" /> <!-- Bloody Leviathan Stockings -->
<ingredient id="57" count="1349252557" /> <!-- Adena -->
<ingredient id="35567" count="510" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="2" /> <!-- Elcyum -->
<ingredient id="19440" count="2883" /> <!-- R-grade Gemstone -->
<production id="80247" count="1" /> <!-- Supreme Leviathan Stockings<span class="light-font">Robe -->
</item>
<item>
<ingredient id="80218" count="1" /> <!-- Bloody Leviathan Gloves -->
<ingredient id="57" count="539700000" /> <!-- Adena -->
<ingredient id="35567" count="240" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1153" /> <!-- R-grade Gemstone -->
<production id="80248" count="1" /> <!-- Supreme Leviathan Gloves<span class="light-font">Robe -->
</item>
<item>
<ingredient id="80219" count="1" /> <!-- Bloody Leviathan Shoes -->
<ingredient id="57" count="539700000" /> <!-- Adena -->
<ingredient id="35567" count="240" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1153" /> <!-- R-grade Gemstone -->
<production id="80249" count="1" /> <!-- Supreme Leviathan Shoes<span class="light-font">Robe -->
</item>
<item>
<ingredient id="57" count="809547444" /> <!-- Adena -->
<ingredient id="80220" count="1" /> <!-- Dark Leviathan Helmet -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1730" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="300" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80235" count="1" /> <!-- Supreme Leviathan Helmet<span class="light-font">Heavy armor -->
</item>
<item>
<ingredient id="57" count="2158800000" /> <!-- Adena -->
<ingredient id="36515" count="4" /> <!-- Elcyum -->
<ingredient id="19440" count="4613" /> <!-- R-grade Gemstone -->
<ingredient id="80221" count="1" /> <!-- Dark Leviathan Breastplate -->
<ingredient id="35569" count="600" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80236" count="1" /> <!-- Supreme Leviathan Breastplate<span class="light-font">Heavy armor -->
</item>
<item>
<ingredient id="57" count="1349252557" /> <!-- Adena -->
<ingredient id="36515" count="2" /> <!-- Elcyum -->
<ingredient id="19440" count="2883" /> <!-- R-grade Gemstone -->
<ingredient id="80222" count="1" /> <!-- Dark Leviathan Gaiters -->
<ingredient id="35569" count="510" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80237" count="1" /> <!-- Supreme Leviathan Gaiters<span class="light-font">Heavy armor -->
</item>
<item>
<ingredient id="57" count="539700000" /> <!-- Adena -->
<ingredient id="80223" count="1" /> <!-- Dark Leviathan Gauntlets -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1153" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="240" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80238" count="1" /> <!-- Supreme Leviathan Gauntlets<span class="light-font">Heavy armor -->
</item>
<item>
<ingredient id="57" count="539700000" /> <!-- Adena -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1153" /> <!-- R-grade Gemstone -->
<ingredient id="80224" count="1" /> <!-- Dark Leviathan Boots -->
<ingredient id="35569" count="240" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80239" count="1" /> <!-- Supreme Leviathan Boots<span class="light-font">Heavy armor -->
</item>
<item>
<ingredient id="80225" count="1" /> <!-- Dark Leviathan Leather Helmet -->
<ingredient id="57" count="809547444" /> <!-- Adena -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1730" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="300" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80240" count="1" /> <!-- Supreme Leviathan Leather Helmet<span class="light-font">Light armor -->
</item>
<item>
<ingredient id="80226" count="1" /> <!-- Dark Leviathan Leather Armor -->
<ingredient id="57" count="2158800000" /> <!-- Adena -->
<ingredient id="36515" count="4" /> <!-- Elcyum -->
<ingredient id="19440" count="4613" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="600" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80241" count="1" /> <!-- Supreme Leviathan Leather Armor<span class="light-font">Light armor -->
</item>
<item>
<ingredient id="57" count="1349252557" /> <!-- Adena -->
<ingredient id="36515" count="2" /> <!-- Elcyum -->
<ingredient id="19440" count="2883" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="510" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="80227" count="1" /> <!-- Dark Leviathan Leather Leggings -->
<production id="80242" count="1" /> <!-- Supreme Leviathan Leather Leggings<span class="light-font">Light armor -->
</item>
<item>
<ingredient id="57" count="539700000" /> <!-- Adena -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1153" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="240" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="80228" count="1" /> <!-- Dark Leviathan Leather Gloves -->
<production id="80243" count="1" /> <!-- Supreme Leviathan Leather Gloves<span class="light-font">Light armor -->
</item>
<item>
<ingredient id="57" count="539700000" /> <!-- Adena -->
<ingredient id="80229" count="1" /> <!-- Dark Leviathan Leather Boots -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1153" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="240" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80244" count="1" /> <!-- Supreme Leviathan Leather Boots<span class="light-font">Light armor -->
</item>
<item>
<ingredient id="80230" count="1" /> <!-- Dark Leviathan Circlet -->
<ingredient id="57" count="809547444" /> <!-- Adena -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1730" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="300" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80245" count="1" /> <!-- Supreme Leviathan Circlet<span class="light-font">Robe -->
</item>
<item>
<ingredient id="80231" count="1" /> <!-- Dark Leviathan Tunic -->
<ingredient id="57" count="2158800000" /> <!-- Adena -->
<ingredient id="36515" count="4" /> <!-- Elcyum -->
<ingredient id="19440" count="4613" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="600" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80246" count="1" /> <!-- Supreme Leviathan Tunic<span class="light-font">Robe -->
</item>
<item>
<ingredient id="57" count="1349252557" /> <!-- Adena -->
<ingredient id="36515" count="2" /> <!-- Elcyum -->
<ingredient id="19440" count="2883" /> <!-- R-grade Gemstone -->
<ingredient id="80232" count="1" /> <!-- Dark Leviathan Stockings -->
<ingredient id="35569" count="510" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80247" count="1" /> <!-- Supreme Leviathan Stockings<span class="light-font">Robe -->
</item>
<item>
<ingredient id="80233" count="1" /> <!-- Dark Leviathan Gloves -->
<ingredient id="57" count="539700000" /> <!-- Adena -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1153" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="240" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80248" count="1" /> <!-- Supreme Leviathan Gloves<span class="light-font">Robe -->
</item>
<item>
<ingredient id="57" count="539700000" /> <!-- Adena -->
<ingredient id="80234" count="1" /> <!-- Dark Leviathan Shoes -->
<ingredient id="36515" count="1" /> <!-- Elcyum -->
<ingredient id="19440" count="1153" /> <!-- R-grade Gemstone -->
<ingredient id="35569" count="240" /> <!-- Bloody Armor Enhancement Stone -->
<production id="80249" count="1" /> <!-- Supreme Leviathan Shoes<span class="light-font">Robe -->
</item>
</list>

View File

@@ -0,0 +1,975 @@
<?xml version="1.0" encoding="UTF-8"?>
<list isChanceMultisell="true" maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>31126</npc> <!-- Blacksmith of Mammon -->
</npcs>
<!-- Upgrade Dark/ Bloody Eternal Armor -->
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="17430" count="1" /> <!-- Eternal Helmet (Heavy armor) -->
<ingredient id="35567" count="10" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<production id="35063" count="1" /> <!-- Dark Eternal Helmet Heavy armor -->
<production id="35063" count="1" chance="50" /> <!-- Dark Eternal Helmet (Heavy armor) -->
<production id="17430" count="1" chance="50" /> <!-- Eternal Helmet (Heavy armor) -->
</item>
<item>
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="17431" count="1" /> <!-- Eternal Breastplate (Heavy armor) -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="35567" count="20" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<production id="35064" count="1" /> <!-- Dark Eternal Breastplate Heavy armor -->
<production id="35064" count="1" chance="50" /> <!-- Dark Eternal Breastplate (Heavy armor) -->
<production id="17431" count="1" chance="50" /> <!-- Eternal Breastplate (Heavy armor) -->
</item>
<item>
<ingredient id="17432" count="1" /> <!-- Eternal Gaiters (Heavy armor) -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="35567" count="17" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<production id="35065" count="1" /> <!-- Dark Eternal Gaiters Heavy armor -->
<production id="17432" count="1" chance="50" /> <!-- Eternal Gaiters (Heavy armor) -->
<production id="35065" count="1" chance="50" /> <!-- Dark Eternal Gaiters (Heavy armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17433" count="1" /> <!-- Eternal Gauntlets (Heavy armor) -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<production id="35066" count="1" /> <!-- Dark Eternal Gauntlets Heavy armor -->
<production id="35066" count="1" chance="50" /> <!-- Dark Eternal Gauntlets (Heavy armor) -->
<production id="17433" count="1" chance="50" /> <!-- Eternal Gauntlets (Heavy armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="17434" count="1" /> <!-- Eternal Boots (Heavy armor) -->
<production id="35067" count="1" /> <!-- Dark Eternal Boots Heavy armor -->
<production id="35067" count="1" chance="50" /> <!-- Dark Eternal Boots (Heavy armor) -->
<production id="17434" count="1" chance="50" /> <!-- Eternal Boots (Heavy armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="35567" count="10" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="17436" count="1" /> <!-- Eternal Leather Helmet (Light armor) -->
<production id="35069" count="1" /> <!-- Dark Eternal Leather Helmet Light armor -->
<production id="35069" count="1" chance="50" /> <!-- Dark Eternal Leather Helmet (Light armor) -->
<production id="17436" count="1" chance="50" /> <!-- Eternal Leather Helmet (Light armor) -->
</item>
<item>
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="17437" count="1" /> <!-- Eternal Leather Armor (Light armor) -->
<ingredient id="35567" count="20" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<production id="35070" count="1" /> <!-- Dark Eternal Leather Armor Light armor -->
<production id="35070" count="1" chance="50" /> <!-- Dark Eternal Leather Armor (Light armor) -->
<production id="17437" count="1" chance="50" /> <!-- Eternal Leather Armor (Light armor) -->
</item>
<item>
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="17438" count="1" /> <!-- Eternal Leather Leggings (Light armor) -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="35567" count="17" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<production id="35071" count="1" /> <!-- Dark Eternal Leather Leggings Light armor -->
<production id="17438" count="1" chance="50" /> <!-- Eternal Leather Leggings (Light armor) -->
<production id="35071" count="1" chance="50" /> <!-- Dark Eternal Leather Leggings (Light armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="17439" count="1" /> <!-- Eternal Leather Gloves (Light armor) -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<production id="35072" count="1" /> <!-- Dark Eternal Leather Gloves Light armor -->
<production id="35072" count="1" chance="50" /> <!-- Dark Eternal Leather Gloves (Light armor) -->
<production id="17439" count="1" chance="50" /> <!-- Eternal Leather Gloves (Light armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17440" count="1" /> <!-- Eternal Leather Boots (Light armor) -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<production id="35073" count="1" /> <!-- Dark Eternal Leather Boots Light armor -->
<production id="35073" count="1" chance="50" /> <!-- Dark Eternal Leather Boots (Light armor) -->
<production id="17440" count="1" chance="50" /> <!-- Eternal Leather Boots (Light armor) -->
</item>
<item>
<ingredient id="17441" count="1" /> <!-- Eternal Circlet (Robe) -->
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="35567" count="10" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<production id="35074" count="1" /> <!-- Dark Eternal Circlet Robe -->
<production id="17441" count="1" chance="50" /> <!-- Eternal Circlet (Robe) -->
<production id="35074" count="1" chance="50" /> <!-- Dark Eternal Circlet (Robe) -->
</item>
<item>
<ingredient id="17442" count="1" /> <!-- Eternal Tunic (Robe) -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="35567" count="20" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<production id="35075" count="1" /> <!-- Dark Eternal Tunic Robe -->
<production id="17442" count="1" chance="50" /> <!-- Eternal Tunic (Robe) -->
<production id="35075" count="1" chance="50" /> <!-- Dark Eternal Tunic (Robe) -->
</item>
<item>
<ingredient id="17443" count="1" /> <!-- Eternal Stockings (Robe) -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="35567" count="17" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<production id="35076" count="1" /> <!-- Dark Eternal Stockings Robe -->
<production id="17443" count="1" chance="50" /> <!-- Eternal Stockings (Robe) -->
<production id="35076" count="1" chance="50" /> <!-- Dark Eternal Stockings (Robe) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="17444" count="1" /> <!-- Eternal Gloves (Robe) -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<production id="35077" count="1" /> <!-- Dark Eternal Gloves Robe -->
<production id="35077" count="1" chance="50" /> <!-- Dark Eternal Gloves (Robe) -->
<production id="17444" count="1" chance="50" /> <!-- Eternal Gloves (Robe) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="17445" count="1" /> <!-- Eternal Shoes (Robe) -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<production id="35078" count="1" /> <!-- Dark Eternal Shoes Robe -->
<production id="17445" count="1" chance="50" /> <!-- Eternal Shoes (Robe) -->
<production id="35078" count="1" chance="50" /> <!-- Dark Eternal Shoes (Robe) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19570" count="1" /> <!-- Eternal Helmet (Reinforced heavy armor) -->
<ingredient id="35567" count="10" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<production id="35002" count="1" /> <!-- Dark Eternal Helmet Reinforced heavy armor -->
<production id="35002" count="1" chance="50" /> <!-- Dark Eternal Helmet (Reinforced heavy armor) -->
<production id="19570" count="1" chance="50" /> <!-- Eternal Helmet (Reinforced heavy armor) -->
</item>
<item>
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="19571" count="1" /> <!-- Eternal Breastplate (Reinforced heavy armor) -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="35567" count="20" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<production id="35003" count="1" /> <!-- Dark Eternal Breastplate Reinforced heavy armor -->
<production id="19571" count="1" chance="50" /> <!-- Eternal Breastplate (Reinforced heavy armor) -->
<production id="35003" count="1" chance="50" /> <!-- Dark Eternal Breastplate (Reinforced heavy armor) -->
</item>
<item>
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="35567" count="17" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="19572" count="1" /> <!-- Eternal Gaiters (Reinforced heavy armor) -->
<production id="35004" count="1" /> <!-- Dark Eternal Gaiters Reinforced heavy armor -->
<production id="35004" count="1" chance="50" /> <!-- Dark Eternal Gaiters (Reinforced heavy armor) -->
<production id="19572" count="1" chance="50" /> <!-- Eternal Gaiters (Reinforced heavy armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19573" count="1" /> <!-- Eternal Gauntlets (Reinforced heavy armor) -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<production id="35005" count="1" /> <!-- Dark Eternal Gauntlets Reinforced heavy armor -->
<production id="19573" count="1" chance="50" /> <!-- Eternal Gauntlets (Reinforced heavy armor) -->
<production id="35005" count="1" chance="50" /> <!-- Dark Eternal Gauntlets (Reinforced heavy armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19574" count="1" /> <!-- Eternal Boots (Reinforced heavy armor) -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<production id="35006" count="1" /> <!-- Dark Eternal Boots Reinforced heavy armor -->
<production id="19574" count="1" chance="50" /> <!-- Eternal Boots (Reinforced heavy armor) -->
<production id="35006" count="1" chance="50" /> <!-- Dark Eternal Boots (Reinforced heavy armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19581" count="1" /> <!-- Eternal Circlet (Reinforced robe) -->
<ingredient id="35567" count="10" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<production id="35013" count="1" /> <!-- Dark Eternal Circlet Reinforced robe -->
<production id="35013" count="1" chance="50" /> <!-- Dark Eternal Circlet (Reinforced robe) -->
<production id="19581" count="1" chance="50" /> <!-- Eternal Circlet (Reinforced robe) -->
</item>
<item>
<ingredient id="19582" count="1" /> <!-- Eternal Tunic (Reinforced robe) -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="35567" count="20" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<production id="35014" count="1" /> <!-- Dark Eternal Tunic Reinforced robe -->
<production id="19582" count="1" chance="50" /> <!-- Eternal Tunic (Reinforced robe) -->
<production id="35014" count="1" chance="50" /> <!-- Dark Eternal Tunic (Reinforced robe) -->
</item>
<item>
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19583" count="1" /> <!-- Eternal Stockings (Reinforced robe) -->
<ingredient id="35567" count="17" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<production id="35015" count="1" /> <!-- Dark Eternal Stockings Reinforced robe -->
<production id="19583" count="1" chance="50" /> <!-- Eternal Stockings (Reinforced robe) -->
<production id="35015" count="1" chance="50" /> <!-- Dark Eternal Stockings (Reinforced robe) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19584" count="1" /> <!-- Eternal Gloves (Reinforced robe) -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<production id="35016" count="1" /> <!-- Dark Eternal Gloves Reinforced robe -->
<production id="19584" count="1" chance="50" /> <!-- Eternal Gloves (Reinforced robe) -->
<production id="35016" count="1" chance="50" /> <!-- Dark Eternal Gloves (Reinforced robe) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19585" count="1" /> <!-- Eternal Shoes (Reinforced robe) -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<production id="35017" count="1" /> <!-- Dark Eternal Shoes Reinforced robe -->
<production id="19585" count="1" chance="50" /> <!-- Eternal Shoes (Reinforced robe) -->
<production id="35017" count="1" chance="50" /> <!-- Dark Eternal Shoes (Reinforced robe) -->
</item>
<item>
<ingredient id="19784" count="1" /> <!-- Eternal Leather Helmet (Reinforced light armor) -->
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="35567" count="10" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<production id="35023" count="1" /> <!-- Dark Eternal Leather Helmet Reinforced light armor -->
<production id="19784" count="1" chance="50" /> <!-- Eternal Leather Helmet (Reinforced light armor) -->
<production id="35023" count="1" chance="50" /> <!-- Dark Eternal Leather Helmet (Reinforced light armor) -->
</item>
<item>
<ingredient id="19785" count="1" /> <!-- Eternal Leather Armor (Reinforced light armor) -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="35567" count="20" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<production id="35024" count="1" /> <!-- Dark Eternal Leather Armor Reinforced light armor -->
<production id="19785" count="1" chance="50" /> <!-- Eternal Leather Armor (Reinforced light armor) -->
<production id="35024" count="1" chance="50" /> <!-- Dark Eternal Leather Armor (Reinforced light armor) -->
</item>
<item>
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19786" count="1" /> <!-- Eternal Leather Leggings (Reinforced light armor) -->
<ingredient id="35567" count="17" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<production id="35025" count="1" /> <!-- Dark Eternal Leather Leggings Reinforced light armor -->
<production id="35025" count="1" chance="50" /> <!-- Dark Eternal Leather Leggings (Reinforced light armor) -->
<production id="19786" count="1" chance="50" /> <!-- Eternal Leather Leggings (Reinforced light armor) -->
</item>
<item>
<ingredient id="19787" count="1" /> <!-- Eternal Leather Gloves (Reinforced light armor) -->
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<production id="35026" count="1" /> <!-- Dark Eternal Leather Gloves Reinforced light armor -->
<production id="19787" count="1" chance="50" /> <!-- Eternal Leather Gloves (Reinforced light armor) -->
<production id="35026" count="1" chance="50" /> <!-- Dark Eternal Leather Gloves (Reinforced light armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19788" count="1" /> <!-- Eternal Leather Boots (Reinforced light armor) -->
<ingredient id="35567" count="8" /> <!-- Dark Armor Enhancement Stone -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<production id="35027" count="1" /> <!-- Dark Eternal Leather Boots Reinforced light armor -->
<production id="35027" count="1" chance="50" /> <!-- Dark Eternal Leather Boots (Reinforced light armor) -->
<production id="19788" count="1" chance="50" /> <!-- Eternal Leather Boots (Reinforced light armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="17430" count="1" /> <!-- Eternal Helmet (Heavy armor) -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="10" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35079" count="1" /> <!-- Bloody Eternal Helmet Heavy armor -->
<production id="17430" count="1" chance="50" /> <!-- Eternal Helmet (Heavy armor) -->
<production id="35079" count="1" chance="50" /> <!-- Bloody Eternal Helmet (Heavy armor) -->
</item>
<item>
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="17431" count="1" /> <!-- Eternal Breastplate (Heavy armor) -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="20" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35080" count="1" /> <!-- Bloody Eternal Breastplate Heavy armor -->
<production id="17431" count="1" chance="50" /> <!-- Eternal Breastplate (Heavy armor) -->
<production id="35080" count="1" chance="50" /> <!-- Bloody Eternal Breastplate (Heavy armor) -->
</item>
<item>
<ingredient id="17432" count="1" /> <!-- Eternal Gaiters (Heavy armor) -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="17" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35081" count="1" /> <!-- Bloody Eternal Gaiters Heavy armor -->
<production id="17432" count="1" chance="50" /> <!-- Eternal Gaiters (Heavy armor) -->
<production id="35081" count="1" chance="50" /> <!-- Bloody Eternal Gaiters (Heavy armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17433" count="1" /> <!-- Eternal Gauntlets (Heavy armor) -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35082" count="1" /> <!-- Bloody Eternal Gauntlets Heavy armor -->
<production id="35082" count="1" chance="50" /> <!-- Bloody Eternal Gauntlets (Heavy armor) -->
<production id="17433" count="1" chance="50" /> <!-- Eternal Gauntlets (Heavy armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<ingredient id="17434" count="1" /> <!-- Eternal Boots (Heavy armor) -->
<production id="35083" count="1" /> <!-- Bloody Eternal Boots Heavy armor -->
<production id="35083" count="1" chance="50" /> <!-- Bloody Eternal Boots (Heavy armor) -->
<production id="17434" count="1" chance="50" /> <!-- Eternal Boots (Heavy armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="17436" count="1" /> <!-- Eternal Leather Helmet (Light armor) -->
<ingredient id="35569" count="10" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35085" count="1" /> <!-- Bloody Eternal Leather Helmet Light armor -->
<production id="35085" count="1" chance="50" /> <!-- Bloody Eternal Leather Helmet (Light armor) -->
<production id="17436" count="1" chance="50" /> <!-- Eternal Leather Helmet (Light armor) -->
</item>
<item>
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="17437" count="1" /> <!-- Eternal Leather Armor (Light armor) -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="20" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35086" count="1" /> <!-- Bloody Eternal Leather Armor Light armor -->
<production id="17437" count="1" chance="50" /> <!-- Eternal Leather Armor (Light armor) -->
<production id="35086" count="1" chance="50" /> <!-- Bloody Eternal Leather Armor (Light armor) -->
</item>
<item>
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="17438" count="1" /> <!-- Eternal Leather Leggings (Light armor) -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="17" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35087" count="1" /> <!-- Bloody Eternal Leather Leggings Light armor -->
<production id="17438" count="1" chance="50" /> <!-- Eternal Leather Leggings (Light armor) -->
<production id="35087" count="1" chance="50" /> <!-- Bloody Eternal Leather Leggings (Light armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="17439" count="1" /> <!-- Eternal Leather Gloves (Light armor) -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35088" count="1" /> <!-- Bloody Eternal Leather Gloves Light armor -->
<production id="17439" count="1" chance="50" /> <!-- Eternal Leather Gloves (Light armor) -->
<production id="35088" count="1" chance="50" /> <!-- Bloody Eternal Leather Gloves (Light armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17440" count="1" /> <!-- Eternal Leather Boots (Light armor) -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35089" count="1" /> <!-- Bloody Eternal Leather Boots Light armor -->
<production id="35089" count="1" chance="50" /> <!-- Bloody Eternal Leather Boots (Light armor) -->
<production id="17440" count="1" chance="50" /> <!-- Eternal Leather Boots (Light armor) -->
</item>
<item>
<ingredient id="17441" count="1" /> <!-- Eternal Circlet (Robe) -->
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="10" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35090" count="1" /> <!-- Bloody Eternal Circlet Robe -->
<production id="17441" count="1" chance="50" /> <!-- Eternal Circlet (Robe) -->
<production id="35090" count="1" chance="50" /> <!-- Bloody Eternal Circlet (Robe) -->
</item>
<item>
<ingredient id="17442" count="1" /> <!-- Eternal Tunic (Robe) -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="20" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35091" count="1" /> <!-- Bloody Eternal Tunic Robe -->
<production id="17442" count="1" chance="50" /> <!-- Eternal Tunic (Robe) -->
<production id="35091" count="1" chance="50" /> <!-- Bloody Eternal Tunic (Robe) -->
</item>
<item>
<ingredient id="17443" count="1" /> <!-- Eternal Stockings (Robe) -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="17" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35092" count="1" /> <!-- Bloody Eternal Stockings Robe -->
<production id="17443" count="1" chance="50" /> <!-- Eternal Stockings (Robe) -->
<production id="35092" count="1" chance="50" /> <!-- Bloody Eternal Stockings (Robe) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="17444" count="1" /> <!-- Eternal Gloves (Robe) -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35093" count="1" /> <!-- Bloody Eternal Gloves Robe -->
<production id="35093" count="1" chance="50" /> <!-- Bloody Eternal Gloves (Robe) -->
<production id="17444" count="1" chance="50" /> <!-- Eternal Gloves (Robe) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="17445" count="1" /> <!-- Eternal Shoes (Robe) -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35094" count="1" /> <!-- Bloody Eternal Shoes Robe -->
<production id="17445" count="1" chance="50" /> <!-- Eternal Shoes (Robe) -->
<production id="35094" count="1" chance="50" /> <!-- Bloody Eternal Shoes (Robe) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19570" count="1" /> <!-- Eternal Helmet (Reinforced heavy armor) -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="10" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35033" count="1" /> <!-- Bloody Eternal Helmet Reinforced heavy armor -->
<production id="35033" count="1" chance="50" /> <!-- Bloody Eternal Helmet (Reinforced heavy armor) -->
<production id="19570" count="1" chance="50" /> <!-- Eternal Helmet (Reinforced heavy armor) -->
</item>
<item>
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="19571" count="1" /> <!-- Eternal Breastplate (Reinforced heavy armor) -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="20" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35034" count="1" /> <!-- Bloody Eternal Breastplate Reinforced heavy armor -->
<production id="35034" count="1" chance="50" /> <!-- Bloody Eternal Breastplate (Reinforced heavy armor) -->
<production id="19571" count="1" chance="50" /> <!-- Eternal Breastplate (Reinforced heavy armor) -->
</item>
<item>
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="19572" count="1" /> <!-- Eternal Gaiters (Reinforced heavy armor) -->
<ingredient id="35569" count="17" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35035" count="1" /> <!-- Bloody Eternal Gaiters Reinforced heavy armor -->
<production id="35035" count="1" chance="50" /> <!-- Bloody Eternal Gaiters (Reinforced heavy armor) -->
<production id="19572" count="1" chance="50" /> <!-- Eternal Gaiters (Reinforced heavy armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19573" count="1" /> <!-- Eternal Gauntlets (Reinforced heavy armor) -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35036" count="1" /> <!-- Bloody Eternal Gauntlets Reinforced heavy armor -->
<production id="19573" count="1" chance="50" /> <!-- Eternal Gauntlets (Reinforced heavy armor) -->
<production id="35036" count="1" chance="50" /> <!-- Bloody Eternal Gauntlets (Reinforced heavy armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19574" count="1" /> <!-- Eternal Boots (Reinforced heavy armor) -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35037" count="1" /> <!-- Bloody Eternal Boots Reinforced heavy armor -->
<production id="19574" count="1" chance="50" /> <!-- Eternal Boots (Reinforced heavy armor) -->
<production id="35037" count="1" chance="50" /> <!-- Bloody Eternal Boots (Reinforced heavy armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19581" count="1" /> <!-- Eternal Circlet (Reinforced robe) -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="10" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35043" count="1" /> <!-- Bloody Eternal Circlet Reinforced robe -->
<production id="19581" count="1" chance="50" /> <!-- Eternal Circlet (Reinforced robe) -->
<production id="35043" count="1" chance="50" /> <!-- Bloody Eternal Circlet (Reinforced robe) -->
</item>
<item>
<ingredient id="19582" count="1" /> <!-- Eternal Tunic (Reinforced robe) -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="20" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35044" count="1" /> <!-- Bloody Eternal Tunic Reinforced robe -->
<production id="19582" count="1" chance="50" /> <!-- Eternal Tunic (Reinforced robe) -->
<production id="35044" count="1" chance="50" /> <!-- Bloody Eternal Tunic (Reinforced robe) -->
</item>
<item>
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19583" count="1" /> <!-- Eternal Stockings (Reinforced robe) -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="17" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35045" count="1" /> <!-- Bloody Eternal Stockings Reinforced robe -->
<production id="19583" count="1" chance="50" /> <!-- Eternal Stockings (Reinforced robe) -->
<production id="35045" count="1" chance="50" /> <!-- Bloody Eternal Stockings (Reinforced robe) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19584" count="1" /> <!-- Eternal Gloves (Reinforced robe) -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35046" count="1" /> <!-- Bloody Eternal Gloves Reinforced robe -->
<production id="19584" count="1" chance="50" /> <!-- Eternal Gloves (Reinforced robe) -->
<production id="35046" count="1" chance="50" /> <!-- Bloody Eternal Gloves (Reinforced robe) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19585" count="1" /> <!-- Eternal Shoes (Reinforced robe) -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35047" count="1" /> <!-- Bloody Eternal Shoes Reinforced robe -->
<production id="19585" count="1" chance="50" /> <!-- Eternal Shoes (Reinforced robe) -->
<production id="35047" count="1" chance="50" /> <!-- Bloody Eternal Shoes (Reinforced robe) -->
</item>
<item>
<ingredient id="19784" count="1" /> <!-- Eternal Leather Helmet (Reinforced light armor) -->
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="4685" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="10" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35053" count="1" /> <!-- Bloody Eternal Leather Helmet Reinforced light armor -->
<production id="19784" count="1" chance="50" /> <!-- Eternal Leather Helmet (Reinforced light armor) -->
<production id="35053" count="1" chance="50" /> <!-- Bloody Eternal Leather Helmet (Reinforced light armor) -->
</item>
<item>
<ingredient id="19785" count="1" /> <!-- Eternal Leather Armor (Reinforced light armor) -->
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="12494" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="20" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35054" count="1" /> <!-- Bloody Eternal Leather Armor Reinforced light armor -->
<production id="35054" count="1" chance="50" /> <!-- Bloody Eternal Leather Armor (Reinforced light armor) -->
<production id="19785" count="1" chance="50" /> <!-- Eternal Leather Armor (Reinforced light armor) -->
</item>
<item>
<ingredient id="35562" count="80" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19786" count="1" /> <!-- Eternal Leather Leggings (Reinforced light armor) -->
<ingredient id="19440" count="651" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="7809" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="17" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35055" count="1" /> <!-- Bloody Eternal Leather Leggings Reinforced light armor -->
<production id="19786" count="1" chance="50" /> <!-- Eternal Leather Leggings (Reinforced light armor) -->
<production id="35055" count="1" chance="50" /> <!-- Bloody Eternal Leather Leggings (Reinforced light armor) -->
</item>
<item>
<ingredient id="19787" count="1" /> <!-- Eternal Leather Gloves (Reinforced light armor) -->
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35056" count="1" /> <!-- Bloody Eternal Leather Gloves Reinforced light armor -->
<production id="19787" count="1" chance="50" /> <!-- Eternal Leather Gloves (Reinforced light armor) -->
<production id="35056" count="1" chance="50" /> <!-- Bloody Eternal Leather Gloves (Reinforced light armor) -->
</item>
<item>
<ingredient id="35562" count="60" /> <!-- Destructive Energy -->
<ingredient id="35563" count="40" /> <!-- Giant's Energy -->
<ingredient id="19788" count="1" /> <!-- Eternal Leather Boots (Reinforced light armor) -->
<ingredient id="19440" count="260" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="3123" /> <!-- R-grade Crystal -->
<ingredient id="35569" count="8" /> <!-- Bloody Armor Enhancement Stone -->
<production id="35057" count="1" /> <!-- Bloody Eternal Leather Boots Reinforced light armor -->
<production id="19788" count="1" chance="50" /> <!-- Eternal Leather Boots (Reinforced light armor) -->
<production id="35057" count="1" chance="50" /> <!-- Bloody Eternal Leather Boots (Reinforced light armor) -->
</item>
<item>
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="17416" count="1" /> <!-- Helios Shaper -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35095" count="1" /> <!-- Dark Helios Shaper -->
<production id="35095" count="1" chance="50" /> <!-- Dark Helios Shaper -->
<production id="17416" count="1" chance="50" /> <!-- Helios Shaper -->
</item>
<item>
<ingredient id="17417" count="1" /> <!-- Helios Cutter -->
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35096" count="1" /> <!-- Dark Helios Cutter -->
<production id="17417" count="1" chance="50" /> <!-- Helios Cutter -->
<production id="35096" count="1" chance="50" /> <!-- Dark Helios Cutter -->
</item>
<item>
<ingredient id="17418" count="1" /> <!-- Helios Slasher -->
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35097" count="1" /> <!-- Dark Helios Slasher -->
<production id="17418" count="1" chance="50" /> <!-- Helios Slasher -->
<production id="35097" count="1" chance="50" /> <!-- Dark Helios Slasher -->
</item>
<item>
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="17419" count="1" /> <!-- Helios Avenger -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35098" count="1" /> <!-- Dark Helios Avenger -->
<production id="17419" count="1" chance="50" /> <!-- Helios Avenger -->
<production id="35098" count="1" chance="50" /> <!-- Dark Helios Avenger -->
</item>
<item>
<ingredient id="17420" count="1" /> <!-- Helios Fighter -->
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35099" count="1" /> <!-- Dark Helios Fighter -->
<production id="17420" count="1" chance="50" /> <!-- Helios Fighter -->
<production id="35099" count="1" chance="50" /> <!-- Dark Helios Fighter -->
</item>
<item>
<ingredient id="17421" count="1" /> <!-- Helios Stormer -->
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35100" count="1" /> <!-- Dark Helios Stormer -->
<production id="17421" count="1" chance="50" /> <!-- Helios Stormer -->
<production id="35100" count="1" chance="50" /> <!-- Dark Helios Stormer -->
</item>
<item>
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="17422" count="1" /> <!-- Helios Thrower -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35101" count="1" /> <!-- Dark Helios Thrower -->
<production id="35101" count="1" chance="50" /> <!-- Dark Helios Thrower -->
<production id="17422" count="1" chance="50" /> <!-- Helios Thrower -->
</item>
<item>
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="17423" count="1" /> <!-- Helios Guardian -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35102" count="1" /> <!-- Dark Helios Guardian -->
<production id="17423" count="1" chance="50" /> <!-- Helios Guardian -->
<production id="35102" count="1" chance="50" /> <!-- Dark Helios Guardian -->
</item>
<item>
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="17424" count="1" /> <!-- Helios Buster -->
<production id="35103" count="1" /> <!-- Dark Helios Buster -->
<production id="35103" count="1" chance="50" /> <!-- Dark Helios Buster -->
<production id="17424" count="1" chance="50" /> <!-- Helios Buster -->
</item>
<item>
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="17425" count="1" /> <!-- Helios Caster -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35104" count="1" /> <!-- Dark Helios Caster -->
<production id="35104" count="1" chance="50" /> <!-- Dark Helios Caster -->
<production id="17425" count="1" chance="50" /> <!-- Helios Caster -->
</item>
<item>
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="17426" count="1" /> <!-- Helios Retributer -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35105" count="1" /> <!-- Dark Helios Retributer -->
<production id="17426" count="1" chance="50" /> <!-- Helios Retributer -->
<production id="35105" count="1" chance="50" /> <!-- Dark Helios Retributer -->
</item>
<item>
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3838" /> <!-- R-grade Gemstone -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="17371" count="46054" /> <!-- R-grade Crystal -->
<ingredient id="17427" count="1" /> <!-- Helios Dual Swords -->
<production id="35106" count="1" /> <!-- Dark Helios Dual Swords -->
<production id="17427" count="1" chance="50" /> <!-- Helios Dual Swords -->
<production id="35106" count="1" chance="50" /> <!-- Dark Helios Dual Swords -->
</item>
<item>
<ingredient id="17428" count="1" /> <!-- Helios Dual Daggers -->
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3838" /> <!-- R-grade Gemstone -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="17371" count="46054" /> <!-- R-grade Crystal -->
<production id="35107" count="1" /> <!-- Dark Helios Dual Daggers -->
<production id="35107" count="1" chance="50" /> <!-- Dark Helios Dual Daggers -->
<production id="17428" count="1" chance="50" /> <!-- Helios Dual Daggers -->
</item>
<item>
<ingredient id="17429" count="1" /> <!-- Helios Dual Blunt Weapons -->
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3838" /> <!-- R-grade Gemstone -->
<ingredient id="35566" count="1" /> <!-- Dark Weapon Enhancement Stone -->
<ingredient id="17371" count="46054" /> <!-- R-grade Crystal -->
<production id="35108" count="1" /> <!-- Dark Helios Dual Blunt Weapons -->
<production id="17429" count="1" chance="50" /> <!-- Helios Dual Blunt Weapons -->
<production id="35108" count="1" chance="50" /> <!-- Dark Helios Dual Blunt Weapons -->
</item>
<item>
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17416" count="1" /> <!-- Helios Shaper -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35193" count="1" /> <!-- Bloody Helios Shaper -->
<production id="35193" count="1" chance="50" /> <!-- Bloody Helios Shaper -->
<production id="17416" count="1" chance="50" /> <!-- Helios Shaper -->
</item>
<item>
<ingredient id="17417" count="1" /> <!-- Helios Cutter -->
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35194" count="1" /> <!-- Bloody Helios Cutter -->
<production id="17417" count="1" chance="50" /> <!-- Helios Cutter -->
<production id="35194" count="1" chance="50" /> <!-- Bloody Helios Cutter -->
</item>
<item>
<ingredient id="17418" count="1" /> <!-- Helios Slasher -->
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35195" count="1" /> <!-- Bloody Helios Slasher -->
<production id="17418" count="1" chance="50" /> <!-- Helios Slasher -->
<production id="35195" count="1" chance="50" /> <!-- Bloody Helios Slasher -->
</item>
<item>
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="17419" count="1" /> <!-- Helios Avenger -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35196" count="1" /> <!-- Bloody Helios Avenger -->
<production id="17419" count="1" chance="50" /> <!-- Helios Avenger -->
<production id="35196" count="1" chance="50" /> <!-- Bloody Helios Avenger -->
</item>
<item>
<ingredient id="17420" count="1" /> <!-- Helios Fighter -->
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35197" count="1" /> <!-- Bloody Helios Fighter -->
<production id="17420" count="1" chance="50" /> <!-- Helios Fighter -->
<production id="35197" count="1" chance="50" /> <!-- Bloody Helios Fighter -->
</item>
<item>
<ingredient id="17421" count="1" /> <!-- Helios Stormer -->
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35198" count="1" /> <!-- Bloody Helios Stormer -->
<production id="17421" count="1" chance="50" /> <!-- Helios Stormer -->
<production id="35198" count="1" chance="50" /> <!-- Bloody Helios Stormer -->
</item>
<item>
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="17422" count="1" /> <!-- Helios Thrower -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35199" count="1" /> <!-- Bloody Helios Thrower -->
<production id="17422" count="1" chance="50" /> <!-- Helios Thrower -->
<production id="35199" count="1" chance="50" /> <!-- Bloody Helios Thrower -->
</item>
<item>
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="17423" count="1" /> <!-- Helios Guardian -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35200" count="1" /> <!-- Bloody Helios Guardian -->
<production id="17423" count="1" chance="50" /> <!-- Helios Guardian -->
<production id="35200" count="1" chance="50" /> <!-- Bloody Helios Guardian -->
</item>
<item>
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<ingredient id="17424" count="1" /> <!-- Helios Buster -->
<production id="35201" count="1" /> <!-- Bloody Helios Buster -->
<production id="35201" count="1" chance="50" /> <!-- Bloody Helios Buster -->
<production id="17424" count="1" chance="50" /> <!-- Helios Buster -->
</item>
<item>
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="17425" count="1" /> <!-- Helios Caster -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35202" count="1" /> <!-- Bloody Helios Caster -->
<production id="17425" count="1" chance="50" /> <!-- Helios Caster -->
<production id="35202" count="1" chance="50" /> <!-- Bloody Helios Caster -->
</item>
<item>
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="17426" count="1" /> <!-- Helios Retributer -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3198" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="38378" /> <!-- R-grade Crystal -->
<production id="35203" count="1" /> <!-- Bloody Helios Retributer -->
<production id="17426" count="1" chance="50" /> <!-- Helios Retributer -->
<production id="35203" count="1" chance="50" /> <!-- Bloody Helios Retributer -->
</item>
<item>
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3090" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="37081" /> <!-- R-grade Crystal -->
<ingredient id="17427" count="1" /> <!-- Helios Dual Swords -->
<production id="35204" count="1" /> <!-- Bloody Helios Dual Swords -->
<production id="35204" count="1" chance="50" /> <!-- Bloody Helios Dual Swords -->
<production id="17427" count="1" chance="50" /> <!-- Helios Dual Swords -->
</item>
<item>
<ingredient id="17428" count="1" /> <!-- Helios Dual Daggers -->
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3090" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="37081" /> <!-- R-grade Crystal -->
<production id="35205" count="1" /> <!-- Bloody Helios Dual Daggers -->
<production id="17428" count="1" chance="50" /> <!-- Helios Dual Daggers -->
<production id="35205" count="1" chance="50" /> <!-- Bloody Helios Dual Daggers -->
</item>
<item>
<ingredient id="17429" count="1" /> <!-- Helios Dual Blunt Weapons -->
<ingredient id="35562" count="360" /> <!-- Destructive Energy -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="35568" count="1" /> <!-- Bloody Weapon Enhancement Stone -->
<ingredient id="19440" count="3090" /> <!-- R-grade Gemstone -->
<ingredient id="17371" count="37081" /> <!-- R-grade Crystal -->
<production id="35206" count="1" /> <!-- Bloody Helios Dual Blunt Weapons -->
<production id="17429" count="1" chance="50" /> <!-- Helios Dual Blunt Weapons -->
<production id="35206" count="1" chance="50" /> <!-- Bloody Helios Dual Blunt Weapons -->
</item>
</list>

View File

@@ -0,0 +1,367 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>31126</npc> <!-- Blacksmith of Mammon -->
</npcs>
<!-- Change the type of R110-grade gloves/ boots/ helmet -->
<item>
<ingredient id="80195" count="1" /> <!-- Enhanced Leviathan Leather Helmet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80189" count="1" /> <!-- Enhanced Leviathan Helmet - Heavy armor -->
</item>
<item>
<ingredient id="80198" count="1" /> <!-- Enhanced Leviathan Leather Gloves -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80192" count="1" /> <!-- Enhanced Leviathan Gauntlets - Heavy armor -->
</item>
<item>
<ingredient id="80199" count="1" /> <!-- Enhanced Leviathan Leather Boots -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80193" count="1" /> <!-- Enhanced Leviathan Boots - Heavy armor -->
</item>
<item>
<ingredient id="80200" count="1" /> <!-- Enhanced Leviathan Circlet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80189" count="1" /> <!-- Enhanced Leviathan Helmet - Heavy armor -->
</item>
<item>
<ingredient id="80203" count="1" /> <!-- Enhanced Leviathan Gloves -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80192" count="1" /> <!-- Enhanced Leviathan Gauntlets - Heavy armor -->
</item>
<item>
<ingredient id="80204" count="1" /> <!-- Enhanced Leviathan Shoes -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80193" count="1" /> <!-- Enhanced Leviathan Boots - Heavy armor -->
</item>
<item>
<ingredient id="80189" count="1" /> <!-- Enhanced Leviathan Helmet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80195" count="1" /> <!-- Enhanced Leviathan Leather Helmet - Light armor -->
</item>
<item>
<ingredient id="80192" count="1" /> <!-- Enhanced Leviathan Gauntlets -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80198" count="1" /> <!-- Enhanced Leviathan Leather Gloves - Light armor -->
</item>
<item>
<ingredient id="80193" count="1" /> <!-- Enhanced Leviathan Boots -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80199" count="1" /> <!-- Enhanced Leviathan Leather Boots - Light armor -->
</item>
<item>
<ingredient id="80200" count="1" /> <!-- Enhanced Leviathan Circlet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80195" count="1" /> <!-- Enhanced Leviathan Leather Helmet - Light armor -->
</item>
<item>
<ingredient id="80203" count="1" /> <!-- Enhanced Leviathan Gloves -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80198" count="1" /> <!-- Enhanced Leviathan Leather Gloves - Light armor -->
</item>
<item>
<ingredient id="80204" count="1" /> <!-- Enhanced Leviathan Shoes -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80199" count="1" /> <!-- Enhanced Leviathan Leather Boots - Light armor -->
</item>
<item>
<ingredient id="80189" count="1" /> <!-- Enhanced Leviathan Helmet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80200" count="1" /> <!-- Enhanced Leviathan Circlet - Robe -->
</item>
<item>
<ingredient id="80192" count="1" /> <!-- Enhanced Leviathan Gauntlets -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80203" count="1" /> <!-- Enhanced Leviathan Gloves - Robe -->
</item>
<item>
<ingredient id="80193" count="1" /> <!-- Enhanced Leviathan Boots -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80204" count="1" /> <!-- Enhanced Leviathan Shoes - Robe -->
</item>
<item>
<ingredient id="80195" count="1" /> <!-- Enhanced Leviathan Leather Helmet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80200" count="1" /> <!-- Enhanced Leviathan Circlet - Robe -->
</item>
<item>
<ingredient id="80198" count="1" /> <!-- Enhanced Leviathan Leather Gloves -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80203" count="1" /> <!-- Enhanced Leviathan Gloves - Robe -->
</item>
<item>
<ingredient id="80199" count="1" /> <!-- Enhanced Leviathan Leather Boots -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80204" count="1" /> <!-- Enhanced Leviathan Shoes - Robe -->
</item>
<item>
<ingredient id="80210" count="1" /> <!-- Bloody Leviathan Leather Helmet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80205" count="1" /> <!-- Bloody Leviathan Helmet - Heavy armor -->
</item>
<item>
<ingredient id="80213" count="1" /> <!-- Bloody Leviathan Leather Gloves -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80208" count="1" /> <!-- Bloody Leviathan Gauntlets - Heavy armor -->
</item>
<item>
<ingredient id="80214" count="1" /> <!-- Bloody Leviathan Leather Boots -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80209" count="1" /> <!-- Bloody Leviathan Boots - Heavy armor -->
</item>
<item>
<ingredient id="80215" count="1" /> <!-- Bloody Leviathan Circlet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80205" count="1" /> <!-- Bloody Leviathan Helmet - Heavy armor -->
</item>
<item>
<ingredient id="80218" count="1" /> <!-- Bloody Leviathan Gloves -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80208" count="1" /> <!-- Bloody Leviathan Gauntlets - Heavy armor -->
</item>
<item>
<ingredient id="80219" count="1" /> <!-- Bloody Leviathan Shoes -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80209" count="1" /> <!-- Bloody Leviathan Boots - Heavy armor -->
</item>
<item>
<ingredient id="80205" count="1" /> <!-- Bloody Leviathan Helmet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80210" count="1" /> <!-- Bloody Leviathan Leather Helmet - Light armor -->
</item>
<item>
<ingredient id="80208" count="1" /> <!-- Bloody Leviathan Gauntlets -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80213" count="1" /> <!-- Bloody Leviathan Leather Gloves - Light armor -->
</item>
<item>
<ingredient id="80209" count="1" /> <!-- Bloody Leviathan Boots -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80214" count="1" /> <!-- Bloody Leviathan Leather Boots - Light armor -->
</item>
<item>
<ingredient id="80215" count="1" /> <!-- Bloody Leviathan Circlet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80210" count="1" /> <!-- Bloody Leviathan Leather Helmet - Light armor -->
</item>
<item>
<ingredient id="80218" count="1" /> <!-- Bloody Leviathan Gloves -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80213" count="1" /> <!-- Bloody Leviathan Leather Gloves - Light armor -->
</item>
<item>
<ingredient id="80219" count="1" /> <!-- Bloody Leviathan Shoes -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80214" count="1" /> <!-- Bloody Leviathan Leather Boots - Light armor -->
</item>
<item>
<ingredient id="80205" count="1" /> <!-- Bloody Leviathan Helmet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80215" count="1" /> <!-- Bloody Leviathan Circlet - Robe -->
</item>
<item>
<ingredient id="80208" count="1" /> <!-- Bloody Leviathan Gauntlets -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80218" count="1" /> <!-- Bloody Leviathan Gloves - Robe -->
</item>
<item>
<ingredient id="80209" count="1" /> <!-- Bloody Leviathan Boots -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80219" count="1" /> <!-- Bloody Leviathan Shoes - Robe -->
</item>
<item>
<ingredient id="80210" count="1" /> <!-- Bloody Leviathan Leather Helmet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80215" count="1" /> <!-- Bloody Leviathan Circlet - Robe -->
</item>
<item>
<ingredient id="80213" count="1" /> <!-- Bloody Leviathan Leather Gloves -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80218" count="1" /> <!-- Bloody Leviathan Gloves - Robe -->
</item>
<item>
<ingredient id="80214" count="1" /> <!-- Bloody Leviathan Leather Boots -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80219" count="1" /> <!-- Bloody Leviathan Shoes - Robe -->
</item>
<item>
<ingredient id="80225" count="1" /> <!-- Dark Leviathan Leather Helmet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80220" count="1" /> <!-- Dark Leviathan Helmet - Heavy armor -->
</item>
<item>
<ingredient id="80228" count="1" /> <!-- Dark Leviathan Leather Gloves -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80223" count="1" /> <!-- Dark Leviathan Gauntlets - Heavy armor -->
</item>
<item>
<ingredient id="80229" count="1" /> <!-- Dark Leviathan Leather Boots -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80224" count="1" /> <!-- Dark Leviathan Boots - Heavy armor -->
</item>
<item>
<ingredient id="80230" count="1" /> <!-- Dark Leviathan Circlet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80220" count="1" /> <!-- Dark Leviathan Helmet - Heavy armor -->
</item>
<item>
<ingredient id="80233" count="1" /> <!-- Dark Leviathan Gloves -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80223" count="1" /> <!-- Dark Leviathan Gauntlets - Heavy armor -->
</item>
<item>
<ingredient id="80234" count="1" /> <!-- Dark Leviathan Shoes -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80224" count="1" /> <!-- Dark Leviathan Boots - Heavy armor -->
</item>
<item>
<ingredient id="80220" count="1" /> <!-- Dark Leviathan Helmet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80225" count="1" /> <!-- Dark Leviathan Leather Helmet - Light armor -->
</item>
<item>
<ingredient id="80223" count="1" /> <!-- Dark Leviathan Gauntlets -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80228" count="1" /> <!-- Dark Leviathan Leather Gloves - Light armor -->
</item>
<item>
<ingredient id="80224" count="1" /> <!-- Dark Leviathan Boots -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80229" count="1" /> <!-- Dark Leviathan Leather Boots - Light armor -->
</item>
<item>
<ingredient id="80230" count="1" /> <!-- Dark Leviathan Circlet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80225" count="1" /> <!-- Dark Leviathan Leather Helmet - Light armor -->
</item>
<item>
<ingredient id="80233" count="1" /> <!-- Dark Leviathan Gloves -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80228" count="1" /> <!-- Dark Leviathan Leather Gloves - Light armor -->
</item>
<item>
<ingredient id="80234" count="1" /> <!-- Dark Leviathan Shoes -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80229" count="1" /> <!-- Dark Leviathan Leather Boots - Light armor -->
</item>
<item>
<ingredient id="80220" count="1" /> <!-- Dark Leviathan Helmet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80230" count="1" /> <!-- Dark Leviathan Circlet - Robe -->
</item>
<item>
<ingredient id="80223" count="1" /> <!-- Dark Leviathan Gauntlets -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80233" count="1" /> <!-- Dark Leviathan Gloves - Robe -->
</item>
<item>
<ingredient id="80224" count="1" /> <!-- Dark Leviathan Boots -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80234" count="1" /> <!-- Dark Leviathan Shoes - Robe -->
</item>
<item>
<ingredient id="80225" count="1" /> <!-- Dark Leviathan Leather Helmet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80230" count="1" /> <!-- Dark Leviathan Circlet - Robe -->
</item>
<item>
<ingredient id="80228" count="1" /> <!-- Dark Leviathan Leather Gloves -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80233" count="1" /> <!-- Dark Leviathan Gloves - Robe -->
</item>
<item>
<ingredient id="80229" count="1" /> <!-- Dark Leviathan Leather Boots -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80234" count="1" /> <!-- Dark Leviathan Shoes - Robe -->
</item>
<item>
<ingredient id="80240" count="1" /> <!-- Supreme Leviathan Leather Helmet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80235" count="1" /> <!-- Supreme Leviathan Helmet - Heavy armor -->
</item>
<item>
<ingredient id="80243" count="1" /> <!-- Supreme Leviathan Leather Gloves -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80238" count="1" /> <!-- Supreme Leviathan Gauntlets - Heavy armor -->
</item>
<item>
<ingredient id="80244" count="1" /> <!-- Supreme Leviathan Leather Boots -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80239" count="1" /> <!-- Supreme Leviathan Boots - Heavy armor -->
</item>
<item>
<ingredient id="80245" count="1" /> <!-- Supreme Leviathan Circlet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80235" count="1" /> <!-- Supreme Leviathan Helmet - Heavy armor -->
</item>
<item>
<ingredient id="80248" count="1" /> <!-- Supreme Leviathan Gloves -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80238" count="1" /> <!-- Supreme Leviathan Gauntlets - Heavy armor -->
</item>
<item>
<ingredient id="80249" count="1" /> <!-- Supreme Leviathan Shoes -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80239" count="1" /> <!-- Supreme Leviathan Boots - Heavy armor -->
</item>
<item>
<ingredient id="80235" count="1" /> <!-- Supreme Leviathan Helmet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80240" count="1" /> <!-- Supreme Leviathan Leather Helmet - Light armor -->
</item>
<item>
<ingredient id="80238" count="1" /> <!-- Supreme Leviathan Gauntlets -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80243" count="1" /> <!-- Supreme Leviathan Leather Gloves - Light armor -->
</item>
<item>
<ingredient id="80239" count="1" /> <!-- Supreme Leviathan Boots -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80244" count="1" /> <!-- Supreme Leviathan Leather Boots - Light armor -->
</item>
<item>
<ingredient id="80245" count="1" /> <!-- Supreme Leviathan Circlet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80240" count="1" /> <!-- Supreme Leviathan Leather Helmet - Light armor -->
</item>
<item>
<ingredient id="80248" count="1" /> <!-- Supreme Leviathan Gloves -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80243" count="1" /> <!-- Supreme Leviathan Leather Gloves - Light armor -->
</item>
<item>
<ingredient id="80249" count="1" /> <!-- Supreme Leviathan Shoes -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80244" count="1" /> <!-- Supreme Leviathan Leather Boots - Light armor -->
</item>
<item>
<ingredient id="80235" count="1" /> <!-- Supreme Leviathan Helmet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80245" count="1" /> <!-- Supreme Leviathan Circlet - Robe -->
</item>
<item>
<ingredient id="80238" count="1" /> <!-- Supreme Leviathan Gauntlets -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80248" count="1" /> <!-- Supreme Leviathan Gloves - Robe -->
</item>
<item>
<ingredient id="80239" count="1" /> <!-- Supreme Leviathan Boots -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80249" count="1" /> <!-- Supreme Leviathan Shoes - Robe -->
</item>
<item>
<ingredient id="80240" count="1" /> <!-- Supreme Leviathan Leather Helmet -->
<ingredient id="57" count="19794875" /> <!-- Adena -->
<production id="80245" count="1" /> <!-- Supreme Leviathan Circlet - Robe -->
</item>
<item>
<ingredient id="80243" count="1" /> <!-- Supreme Leviathan Leather Gloves -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80248" count="1" /> <!-- Supreme Leviathan Gloves - Robe -->
</item>
<item>
<ingredient id="80244" count="1" /> <!-- Supreme Leviathan Leather Boots -->
<ingredient id="57" count="13196625" /> <!-- Adena -->
<production id="80249" count="1" /> <!-- Supreme Leviathan Shoes - Robe -->
</item>
</list>

View File

@@ -3,6 +3,7 @@
<npcs>
<npc>31126</npc> <!-- Blacksmith of Mammon -->
</npcs>
<!-- Buy Dark/ Bloody Enhancement Stone -->
<item>
<ingredient id="37801" count="10" /> <!-- Bloody Armor Enchancement Stone Fragment -->
<production id="35569" count="1" /> <!-- Bloody Armor Enchancement Stone -->

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,470 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>31126</npc> <!-- Blacksmith of Mammon -->
</npcs>
<item>
<ingredient count="1" id="80133" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35568" />
<ingredient count="40" id="36515" />
<production count="1" id="80147" /> <!-- Weapon 110 --> <!-- Bloody -->
</item>
<item>
<ingredient count="1" id="80134" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35568" />
<ingredient count="40" id="36515" />
<production count="1" id="80148" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80135" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35568" />
<ingredient count="40" id="36515" />
<production count="1" id="80149" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80136" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35568" />
<ingredient count="40" id="36515" />
<production count="1" id="80150" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80137" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35568" />
<ingredient count="40" id="36515" />
<production count="1" id="80151" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80138" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35568" />
<ingredient count="40" id="36515" />
<production count="1" id="80152" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80139" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35568" />
<ingredient count="40" id="36515" />
<production count="1" id="80153" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80140" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35568" />
<ingredient count="40" id="36515" />
<production count="1" id="80154" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80141" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35568" />
<ingredient count="40" id="36515" />
<production count="1" id="80155" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80142" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35568" />
<ingredient count="40" id="36515" />
<production count="1" id="80156" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80143" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35568" />
<ingredient count="40" id="36515" />
<production count="1" id="80157" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80144" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35568" />
<ingredient count="40" id="36515" />
<production count="1" id="80158" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80145" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35568" />
<ingredient count="40" id="36515" />
<production count="1" id="80159" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80146" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35568" />
<ingredient count="40" id="36515" />
<production count="1" id="80160" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80133" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35566" />
<ingredient count="40" id="36515" />
<production count="1" id="80161" /> <!-- Weapon 110 --> <!-- Dark -->
</item>
<item>
<ingredient count="1" id="80134" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35566" />
<ingredient count="40" id="36515" />
<production count="1" id="80162" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80135" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35566" />
<ingredient count="40" id="36515" />
<production count="1" id="80163" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80136" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35566" />
<ingredient count="40" id="36515" />
<production count="1" id="80164" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80137" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35566" />
<ingredient count="40" id="36515" />
<production count="1" id="80165" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80138" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35566" />
<ingredient count="40" id="36515" />
<production count="1" id="80166" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80139" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35566" />
<ingredient count="40" id="36515" />
<production count="1" id="80167" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80140" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35566" />
<ingredient count="40" id="36515" />
<production count="1" id="80168" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80141" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35566" />
<ingredient count="40" id="36515" />
<production count="1" id="80169" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80142" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35566" />
<ingredient count="40" id="36515" />
<production count="1" id="80170" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80143" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35566" />
<ingredient count="40" id="36515" />
<production count="1" id="80171" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80144" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35566" />
<ingredient count="40" id="36515" />
<production count="1" id="80172" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80145" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35566" />
<ingredient count="40" id="36515" />
<production count="1" id="80173" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80146" />
<ingredient count="11802262122" id="57" />
<ingredient count="3279" id="19440" />
<ingredient count="1" id="35566" />
<ingredient count="40" id="36515" />
<production count="1" id="80174" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80189" />
<ingredient count="919482097" id="57" />
<ingredient count="1965" id="19440" />
<ingredient count="10" id="35569" />
<ingredient count="2" id="36515" />
<production count="1" id="80205" /> <!-- Heavy 110 --> <!-- Bloody -->
</item>
<item>
<ingredient count="1" id="80190" />
<ingredient count="2451960000" id="57" />
<ingredient count="5239" id="19440" />
<ingredient count="20" id="35569" />
<ingredient count="4" id="36515" />
<production count="1" id="80206" /> <!-- Heavy 110 -->
</item>
<item>
<ingredient count="1" id="80191" />
<ingredient count="1532477903" id="57" />
<ingredient count="3275" id="19440" />
<ingredient count="17" id="35569" />
<ingredient count="3" id="36515" />
<production count="1" id="80207" /> <!-- Heavy 110 -->
</item>
<item>
<ingredient count="1" id="80192" />
<ingredient count="612990000" id="57" />
<ingredient count="1310" id="19440" />
<ingredient count="8" id="35569" />
<ingredient count="1" id="36515" />
<production count="1" id="80208" /> <!-- Heavy 110 -->
</item>
<item>
<ingredient count="1" id="80193" />
<ingredient count="612990000" id="57" />
<ingredient count="1310" id="19440" />
<ingredient count="8" id="35569" />
<ingredient count="1" id="36515" />
<production count="1" id="80209" /> <!-- Heavy 110 -->
</item>
<item>
<ingredient count="1" id="80195" />
<ingredient count="919482097" id="57" />
<ingredient count="1965" id="19440" />
<ingredient count="10" id="35569" />
<ingredient count="2" id="36515" />
<production count="1" id="80210" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80196" />
<ingredient count="2451960000" id="57" />
<ingredient count="5239" id="19440" />
<ingredient count="20" id="35569" />
<ingredient count="4" id="36515" />
<production count="1" id="80211" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80197" />
<ingredient count="1532477903" id="57" />
<ingredient count="3275" id="19440" />
<ingredient count="17" id="35569" />
<ingredient count="3" id="36515" />
<production count="1" id="80212" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80198" />
<ingredient count="612990000" id="57" />
<ingredient count="1310" id="19440" />
<ingredient count="8" id="35569" />
<ingredient count="1" id="36515" />
<production count="1" id="80213" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80199" />
<ingredient count="612990000" id="57" />
<ingredient count="1310" id="19440" />
<ingredient count="8" id="35569" />
<ingredient count="1" id="36515" />
<production count="1" id="80214" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80200" />
<ingredient count="919482097" id="57" />
<ingredient count="1965" id="19440" />
<ingredient count="10" id="35569" />
<ingredient count="2" id="36515" />
<production count="1" id="80215" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80201" />
<ingredient count="2451960000" id="57" />
<ingredient count="5239" id="19440" />
<ingredient count="20" id="35569" />
<ingredient count="4" id="36515" />
<production count="1" id="80216" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80202" />
<ingredient count="1532477903" id="57" />
<ingredient count="3275" id="19440" />
<ingredient count="17" id="35569" />
<ingredient count="3" id="36515" />
<production count="1" id="80217" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80203" />
<ingredient count="612990000" id="57" />
<ingredient count="1310" id="19440" />
<ingredient count="8" id="35569" />
<ingredient count="1" id="36515" />
<production count="1" id="80218" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80204" />
<ingredient count="612990000" id="57" />
<ingredient count="1310" id="19440" />
<ingredient count="8" id="35569" />
<ingredient count="1" id="36515" />
<production count="1" id="80219" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80189" />
<ingredient count="919482097" id="57" />
<ingredient count="1965" id="19440" />
<ingredient count="10" id="35567" />
<ingredient count="2" id="36515" />
<production count="1" id="80220" /> <!-- Heavy 110 --> <!-- Dark -->
</item>
<item>
<ingredient count="1" id="80190" />
<ingredient count="2451960000" id="57" />
<ingredient count="5239" id="19440" />
<ingredient count="20" id="35567" />
<ingredient count="4" id="36515" />
<production count="1" id="80221" /> <!-- Heavy 110 -->
</item>
<item>
<ingredient count="1" id="80191" />
<ingredient count="1532477903" id="57" />
<ingredient count="3275" id="19440" />
<ingredient count="17" id="35567" />
<ingredient count="3" id="36515" />
<production count="1" id="80222" /> <!-- Heavy 110 -->
</item>
<item>
<ingredient count="1" id="80192" />
<ingredient count="612990000" id="57" />
<ingredient count="1310" id="19440" />
<ingredient count="8" id="35567" />
<ingredient count="1" id="36515" />
<production count="1" id="80223" /> <!-- Heavy 110 -->
</item>
<item>
<ingredient count="1" id="80193" />
<ingredient count="612990000" id="57" />
<ingredient count="1310" id="19440" />
<ingredient count="8" id="35567" />
<ingredient count="1" id="36515" />
<production count="1" id="80224" /> <!-- Heavy 110 -->
</item>
<item>
<ingredient count="1" id="80195" />
<ingredient count="919482097" id="57" />
<ingredient count="1965" id="19440" />
<ingredient count="10" id="35567" />
<ingredient count="2" id="36515" />
<production count="1" id="80225" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80196" />
<ingredient count="2451960000" id="57" />
<ingredient count="5239" id="19440" />
<ingredient count="20" id="35567" />
<ingredient count="4" id="36515" />
<production count="1" id="80226" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80197" />
<ingredient count="1532477903" id="57" />
<ingredient count="3275" id="19440" />
<ingredient count="17" id="35567" />
<ingredient count="3" id="36515" />
<production count="1" id="80227" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80198" />
<ingredient count="612990000" id="57" />
<ingredient count="1310" id="19440" />
<ingredient count="8" id="35567" />
<ingredient count="1" id="36515" />
<production count="1" id="80228" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80199" />
<ingredient count="612990000" id="57" />
<ingredient count="1310" id="19440" />
<ingredient count="8" id="35567" />
<ingredient count="1" id="36515" />
<production count="1" id="80229" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80200" />
<ingredient count="919482097" id="57" />
<ingredient count="1965" id="19440" />
<ingredient count="10" id="35567" />
<ingredient count="2" id="36515" />
<production count="1" id="80230" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80201" />
<ingredient count="2451960000" id="57" />
<ingredient count="5239" id="19440" />
<ingredient count="20" id="35567" />
<ingredient count="4" id="36515" />
<production count="1" id="80231" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80202" />
<ingredient count="1532477903" id="57" />
<ingredient count="3275" id="19440" />
<ingredient count="17" id="35567" />
<ingredient count="3" id="36515" />
<production count="1" id="80232" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80203" />
<ingredient count="612990000" id="57" />
<ingredient count="1310" id="19440" />
<ingredient count="8" id="35567" />
<ingredient count="1" id="36515" />
<production count="1" id="80233" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80204" />
<ingredient count="612990000" id="57" />
<ingredient count="1310" id="19440" />
<ingredient count="8" id="35567" />
<ingredient count="1" id="36515" />
<production count="1" id="80234" /> <!-- Robe 110 -->
</item>
</list>

View File

@@ -1,470 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>31126</npc> <!-- Blacksmith of Mammon -->
</npcs>
<item>
<ingredient count="1" id="80147" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35566" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80175" /> <!-- Weapon 110 --> <!-- Limited -->
</item>
<item>
<ingredient count="1" id="80148" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35566" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80176" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80149" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35566" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80177" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80150" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35566" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80178" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80151" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35566" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80179" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80152" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35566" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80180" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80153" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35566" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80181" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80154" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35566" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80182" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80155" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35566" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80183" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80156" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35566" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80184" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80157" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35566" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80185" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80158" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35566" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80186" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80159" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35566" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80187" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80160" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35566" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80188" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80161" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35568" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80175" /> <!-- Weapon 110 --> <!-- Second Half -->
</item>
<item>
<ingredient count="1" id="80162" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35568" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80176" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80163" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35568" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80177" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80164" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35568" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80178" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80165" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35568" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80179" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80166" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35568" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80180" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80167" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35568" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80181" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80168" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35568" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80182" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80169" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35568" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80183" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80170" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35568" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80184" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80171" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35568" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80185" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80172" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35568" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80186" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80173" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35568" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80187" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80174" />
<ingredient count="13888958413" id="57" />
<ingredient count="30" id="35568" />
<ingredient count="47" id="36515" />
<ingredient count="3859" id="19440" />
<production count="1" id="80188" /> <!-- Weapon 110 -->
</item>
<item>
<ingredient count="1" id="80205" />
<ingredient count="809547444" id="57" />
<ingredient count="300" id="35567" />
<ingredient count="1" id="36515" />
<ingredient count="1730" id="19440" />
<production count="1" id="80235" /> <!-- Heavy 110 --> <!-- Limited -->
</item>
<item>
<ingredient count="1" id="80206" />
<ingredient count="2158800000" id="57" />
<ingredient count="600" id="35567" />
<ingredient count="4" id="36515" />
<ingredient count="4613" id="19440" />
<production count="1" id="80236" /> <!-- Heavy 110 -->
</item>
<item>
<ingredient count="1" id="80207" />
<ingredient count="1349252557" id="57" />
<ingredient count="510" id="35567" />
<ingredient count="2" id="36515" />
<ingredient count="2883" id="19440" />
<production count="1" id="80237" /> <!-- Heavy 110 -->
</item>
<item>
<ingredient count="1" id="80208" />
<ingredient count="539700000" id="57" />
<ingredient count="240" id="35567" />
<ingredient count="1" id="36515" />
<ingredient count="1153" id="19440" />
<production count="1" id="80238" /> <!-- Heavy 110 -->
</item>
<item>
<ingredient count="1" id="80209" />
<ingredient count="539700000" id="57" />
<ingredient count="240" id="35567" />
<ingredient count="1" id="36515" />
<ingredient count="1153" id="19440" />
<production count="1" id="80239" /> <!-- Heavy 110 -->
</item>
<item>
<ingredient count="1" id="80210" />
<ingredient count="809547444" id="57" />
<ingredient count="300" id="35567" />
<ingredient count="1" id="36515" />
<ingredient count="1730" id="19440" />
<production count="1" id="80240" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80211" />
<ingredient count="2158800000" id="57" />
<ingredient count="600" id="35567" />
<ingredient count="4" id="36515" />
<ingredient count="4613" id="19440" />
<production count="1" id="80241" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80212" />
<ingredient count="1349252557" id="57" />
<ingredient count="510" id="35567" />
<ingredient count="2" id="36515" />
<ingredient count="2883" id="19440" />
<production count="1" id="80242" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80213" />
<ingredient count="539700000" id="57" />
<ingredient count="240" id="35567" />
<ingredient count="1" id="36515" />
<ingredient count="1153" id="19440" />
<production count="1" id="80243" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80214" />
<ingredient count="539700000" id="57" />
<ingredient count="240" id="35567" />
<ingredient count="1" id="36515" />
<ingredient count="1153" id="19440" />
<production count="1" id="80244" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80215" />
<ingredient count="809547444" id="57" />
<ingredient count="300" id="35567" />
<ingredient count="1" id="36515" />
<ingredient count="1730" id="19440" />
<production count="1" id="80245" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80216" />
<ingredient count="2158800000" id="57" />
<ingredient count="600" id="35567" />
<ingredient count="4" id="36515" />
<ingredient count="4613" id="19440" />
<production count="1" id="80246" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80217" />
<ingredient count="1349252557" id="57" />
<ingredient count="510" id="35567" />
<ingredient count="2" id="36515" />
<ingredient count="2883" id="19440" />
<production count="1" id="80247" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80218" />
<ingredient count="539700000" id="57" />
<ingredient count="240" id="35567" />
<ingredient count="1" id="36515" />
<ingredient count="1153" id="19440" />
<production count="1" id="80248" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80219" />
<ingredient count="539700000" id="57" />
<ingredient count="240" id="35567" />
<ingredient count="1" id="36515" />
<ingredient count="1153" id="19440" />
<production count="1" id="80249" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80220" />
<ingredient count="809547444" id="57" />
<ingredient count="300" id="35569" />
<ingredient count="1" id="36515" />
<ingredient count="1730" id="19440" />
<production count="1" id="80235" /> <!-- Heavy 110 -->
</item>
<item>
<ingredient count="1" id="80221" />
<ingredient count="2158800000" id="57" />
<ingredient count="600" id="35569" />
<ingredient count="4" id="36515" />
<ingredient count="4613" id="19440" />
<production count="1" id="80236" /> <!-- Heavy 110 -->
</item>
<item>
<ingredient count="1" id="80222" />
<ingredient count="1349252557" id="57" />
<ingredient count="510" id="35569" />
<ingredient count="2" id="36515" />
<ingredient count="2883" id="19440" />
<production count="1" id="80237" /> <!-- Heavy 110 -->
</item>
<item>
<ingredient count="1" id="80223" />
<ingredient count="539700000" id="57" />
<ingredient count="240" id="35569" />
<ingredient count="1" id="36515" />
<ingredient count="1153" id="19440" />
<production count="1" id="80238" /> <!-- Heavy 110 -->
</item>
<item>
<ingredient count="1" id="80224" />
<ingredient count="539700000" id="57" />
<ingredient count="240" id="35569" />
<ingredient count="1" id="36515" />
<ingredient count="1153" id="19440" />
<production count="1" id="80239" /> <!-- Heavy 110 -->
</item>
<item>
<ingredient count="1" id="80225" />
<ingredient count="809547444" id="57" />
<ingredient count="300" id="35569" />
<ingredient count="1" id="36515" />
<ingredient count="1730" id="19440" />
<production count="1" id="80240" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80226" />
<ingredient count="2158800000" id="57" />
<ingredient count="600" id="35569" />
<ingredient count="4" id="36515" />
<ingredient count="4613" id="19440" />
<production count="1" id="80241" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80227" />
<ingredient count="1349252557" id="57" />
<ingredient count="510" id="35569" />
<ingredient count="2" id="36515" />
<ingredient count="2883" id="19440" />
<production count="1" id="80242" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80228" />
<ingredient count="539700000" id="57" />
<ingredient count="240" id="35569" />
<ingredient count="1" id="36515" />
<ingredient count="1153" id="19440" />
<production count="1" id="80243" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80229" />
<ingredient count="539700000" id="57" />
<ingredient count="240" id="35569" />
<ingredient count="1" id="36515" />
<ingredient count="1153" id="19440" />
<production count="1" id="80244" /> <!-- Light 110 -->
</item>
<item>
<ingredient count="1" id="80230" />
<ingredient count="809547444" id="57" />
<ingredient count="300" id="35569" />
<ingredient count="1" id="36515" />
<ingredient count="1730" id="19440" />
<production count="1" id="80245" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80231" />
<ingredient count="2158800000" id="57" />
<ingredient count="600" id="35569" />
<ingredient count="4" id="36515" />
<ingredient count="4613" id="19440" />
<production count="1" id="80246" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80232" />
<ingredient count="1349252557" id="57" />
<ingredient count="510" id="35569" />
<ingredient count="2" id="36515" />
<ingredient count="2883" id="19440" />
<production count="1" id="80247" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80233" />
<ingredient count="539700000" id="57" />
<ingredient count="240" id="35569" />
<ingredient count="1" id="36515" />
<ingredient count="1153" id="19440" />
<production count="1" id="80248" /> <!-- Robe 110 -->
</item>
<item>
<ingredient count="1" id="80234" />
<ingredient count="539700000" id="57" />
<ingredient count="240" id="35569" />
<ingredient count="1" id="36515" />
<ingredient count="1153" id="19440" />
<production count="1" id="80249" /> <!-- Robe 110 -->
</item>
</list>

File diff suppressed because it is too large Load Diff

View File

@@ -1,393 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>31126</npc> <!-- Blacksmith of Mammon -->
</npcs>
<!-- Enchanted -->
<!-- Heavy -->
<item>
<ingredient id="80195" count="1" />
<ingredient id="57" count="19794875" />
<production id="80189" count="1" />
</item>
<item>
<ingredient id="80198" count="1" />
<ingredient id="57" count="13196625" />
<production id="80192" count="1" />
</item>
<item>
<ingredient id="80199" count="1" />
<ingredient id="57" count="13196625" />
<production id="80193" count="1" />
</item>
<item>
<ingredient id="80200" count="1" />
<ingredient id="57" count="19794875" />
<production id="80189" count="1" />
</item>
<item>
<ingredient id="80203" count="1" />
<ingredient id="57" count="13196625" />
<production id="80192" count="1" />
</item>
<item>
<ingredient id="80204" count="1" />
<ingredient id="57" count="13196625" />
<production id="80193" count="1" />
</item>
<!-- Light -->
<item>
<ingredient id="80189" count="1" />
<ingredient id="57" count="19794875" />
<production id="80195" count="1" />
</item>
<item>
<ingredient id="80192" count="1" />
<ingredient id="57" count="13196625" />
<production id="80198" count="1" />
</item>
<item>
<ingredient id="80193" count="1" />
<ingredient id="57" count="13196625" />
<production id="80199" count="1" />
</item>
<item>
<ingredient id="80200" count="1" />
<ingredient id="57" count="19794875" />
<production id="80195" count="1" />
</item>
<item>
<ingredient id="80203" count="1" />
<ingredient id="57" count="13196625" />
<production id="80198" count="1" />
</item>
<item>
<ingredient id="80204" count="1" />
<ingredient id="57" count="13196625" />
<production id="80199" count="1" />
</item>
<!-- Robe -->
<item>
<ingredient id="80189" count="1" />
<ingredient id="57" count="19794875" />
<production id="80200" count="1" />
</item>
<item>
<ingredient id="80192" count="1" />
<ingredient id="57" count="13196625" />
<production id="80203" count="1" />
</item>
<item>
<ingredient id="80193" count="1" />
<ingredient id="57" count="13196625" />
<production id="80204" count="1" />
</item>
<item>
<ingredient id="80195" count="1" />
<ingredient id="57" count="19794875" />
<production id="80200" count="1" />
</item>
<item>
<ingredient id="80198" count="1" />
<ingredient id="57" count="13196625" />
<production id="80203" count="1" />
</item>
<item>
<ingredient id="80199" count="1" />
<ingredient id="57" count="13196625" />
<production id="80204" count="1" />
</item>
<!-- Bloody -->
<!-- Heavy -->
<item>
<ingredient id="80210" count="1" />
<ingredient id="57" count="19794875" />
<production id="80205" count="1" />
</item>
<item>
<ingredient id="80213" count="1" />
<ingredient id="57" count="13196625" />
<production id="80208" count="1" />
</item>
<item>
<ingredient id="80214" count="1" />
<ingredient id="57" count="13196625" />
<production id="80209" count="1" />
</item>
<item>
<ingredient id="80215" count="1" />
<ingredient id="57" count="19794875" />
<production id="80205" count="1" />
</item>
<item>
<ingredient id="80218" count="1" />
<ingredient id="57" count="13196625" />
<production id="80208" count="1" />
</item>
<item>
<ingredient id="80219" count="1" />
<ingredient id="57" count="13196625" />
<production id="80209" count="1" />
</item>
<!-- Light -->
<item>
<ingredient id="80205" count="1" />
<ingredient id="57" count="19794875" />
<production id="80210" count="1" />
</item>
<item>
<ingredient id="80208" count="1" />
<ingredient id="57" count="13196625" />
<production id="80213" count="1" />
</item>
<item>
<ingredient id="80209" count="1" />
<ingredient id="57" count="13196625" />
<production id="80214" count="1" />
</item>
<item>
<ingredient id="80215" count="1" />
<ingredient id="57" count="19794875" />
<production id="80210" count="1" />
</item>
<item>
<ingredient id="80218" count="1" />
<ingredient id="57" count="13196625" />
<production id="80213" count="1" />
</item>
<item>
<ingredient id="80219" count="1" />
<ingredient id="57" count="13196625" />
<production id="80214" count="1" />
</item>
<!-- Robe -->
<item>
<ingredient id="80205" count="1" />
<ingredient id="57" count="19794875" />
<production id="80215" count="1" />
</item>
<item>
<ingredient id="80208" count="1" />
<ingredient id="57" count="13196625" />
<production id="80218" count="1" />
</item>
<item>
<ingredient id="80209" count="1" />
<ingredient id="57" count="13196625" />
<production id="80219" count="1" />
</item>
<item>
<ingredient id="80210" count="1" />
<ingredient id="57" count="19794875" />
<production id="80215" count="1" />
</item>
<item>
<ingredient id="80213" count="1" />
<ingredient id="57" count="13196625" />
<production id="80218" count="1" />
</item>
<item>
<ingredient id="80214" count="1" />
<ingredient id="57" count="13196625" />
<production id="80219" count="1" />
</item>
<!-- Dark -->
<!-- Heavy -->
<item>
<ingredient id="80225" count="1" />
<ingredient id="57" count="19794875" />
<production id="80220" count="1" />
</item>
<item>
<ingredient id="80228" count="1" />
<ingredient id="57" count="13196625" />
<production id="80223" count="1" />
</item>
<item>
<ingredient id="80229" count="1" />
<ingredient id="57" count="13196625" />
<production id="80224" count="1" />
</item>
<item>
<ingredient id="80230" count="1" />
<ingredient id="57" count="19794875" />
<production id="80220" count="1" />
</item>
<item>
<ingredient id="80233" count="1" />
<ingredient id="57" count="13196625" />
<production id="80223" count="1" />
</item>
<item>
<ingredient id="80234" count="1" />
<ingredient id="57" count="13196625" />
<production id="80224" count="1" />
</item>
<!-- Light -->
<item>
<ingredient id="80220" count="1" />
<ingredient id="57" count="19794875" />
<production id="80225" count="1" />
</item>
<item>
<ingredient id="80223" count="1" />
<ingredient id="57" count="13196625" />
<production id="80228" count="1" />
</item>
<item>
<ingredient id="80224" count="1" />
<ingredient id="57" count="13196625" />
<production id="80229" count="1" />
</item>
<item>
<ingredient id="80230" count="1" />
<ingredient id="57" count="19794875" />
<production id="80225" count="1" />
</item>
<item>
<ingredient id="80233" count="1" />
<ingredient id="57" count="13196625" />
<production id="80228" count="1" />
</item>
<item>
<ingredient id="80234" count="1" />
<ingredient id="57" count="13196625" />
<production id="80229" count="1" />
</item>
<!-- Robe -->
<item>
<ingredient id="80220" count="1" />
<ingredient id="57" count="19794875" />
<production id="80230" count="1" />
</item>
<item>
<ingredient id="80223" count="1" />
<ingredient id="57" count="13196625" />
<production id="80233" count="1" />
</item>
<item>
<ingredient id="80224" count="1" />
<ingredient id="57" count="13196625" />
<production id="80234" count="1" />
</item>
<item>
<ingredient id="80225" count="1" />
<ingredient id="57" count="19794875" />
<production id="80230" count="1" />
</item>
<item>
<ingredient id="80228" count="1" />
<ingredient id="57" count="13196625" />
<production id="80233" count="1" />
</item>
<item>
<ingredient id="80229" count="1" />
<ingredient id="57" count="13196625" />
<production id="80234" count="1" />
</item>
<!-- Limited -->
<!-- Heavy -->
<item>
<ingredient id="80240" count="1" />
<ingredient id="57" count="19794875" />
<production id="80235" count="1" />
</item>
<item>
<ingredient id="80243" count="1" />
<ingredient id="57" count="13196625" />
<production id="80238" count="1" />
</item>
<item>
<ingredient id="80244" count="1" />
<ingredient id="57" count="13196625" />
<production id="80239" count="1" />
</item>
<item>
<ingredient id="80245" count="1" />
<ingredient id="57" count="19794875" />
<production id="80235" count="1" />
</item>
<item>
<ingredient id="80248" count="1" />
<ingredient id="57" count="13196625" />
<production id="80238" count="1" />
</item>
<item>
<ingredient id="80249" count="1" />
<ingredient id="57" count="13196625" />
<production id="80239" count="1" />
</item>
<!-- Light -->
<item>
<ingredient id="80235" count="1" />
<ingredient id="57" count="19794875" />
<production id="80240" count="1" />
</item>
<item>
<ingredient id="80238" count="1" />
<ingredient id="57" count="13196625" />
<production id="80243" count="1" />
</item>
<item>
<ingredient id="80239" count="1" />
<ingredient id="57" count="13196625" />
<production id="80244" count="1" />
</item>
<item>
<ingredient id="80245" count="1" />
<ingredient id="57" count="19794875" />
<production id="80240" count="1" />
</item>
<item>
<ingredient id="80248" count="1" />
<ingredient id="57" count="13196625" />
<production id="80243" count="1" />
</item>
<item>
<ingredient id="80249" count="1" />
<ingredient id="57" count="13196625" />
<production id="80244" count="1" />
</item>
<!-- Robe -->
<item>
<ingredient id="80235" count="1" />
<ingredient id="57" count="19794875" />
<production id="80245" count="1" />
</item>
<item>
<ingredient id="80238" count="1" />
<ingredient id="57" count="13196625" />
<production id="80248" count="1" />
</item>
<item>
<ingredient id="80239" count="1" />
<ingredient id="57" count="13196625" />
<production id="80249" count="1" />
</item>
<item>
<ingredient id="80240" count="1" />
<ingredient id="57" count="19794875" />
<production id="80245" count="1" />
</item>
<item>
<ingredient id="80243" count="1" />
<ingredient id="57" count="13196625" />
<production id="80248" count="1" />
</item>
<item>
<ingredient id="80244" count="1" />
<ingredient id="57" count="13196625" />
<production id="80249" count="1" />
</item>
</list>

View File

@@ -1,811 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>31126</npc> <!-- Blacksmith of Mammon -->
</npcs>
<!-- WEAPONS -->
<!-- Dark -->
<item>
<ingredient id="18069" count="1" /> <!-- Helios Shaper -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35095" count="1" chance="100" /> <!-- Dark Helios Shaper -->
</item>
<item>
<ingredient id="18070" count="1" /> <!-- Helios Cutter -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35096" count="1" chance="100" /> <!-- Dark Helios Cutter -->
</item>
<item>
<ingredient id="18071" count="1" /> <!-- Helios Slasher -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35097" count="1" chance="100" /> <!-- Dark Helios Slasher -->
</item>
<item>
<ingredient id="18072" count="1" /> <!-- Helios Avenger -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35098" count="1" chance="100" /> <!-- Dark Helios Avenger -->
</item>
<item>
<ingredient id="18073" count="1" /> <!-- Helios Fighter -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35099" count="1" chance="100" /> <!-- Dark Helios Fighter -->
</item>
<item>
<ingredient id="18074" count="1" /> <!-- Helios Stormer -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35100" count="1" chance="100" /> <!-- Dark Helios Stormer -->
</item>
<item>
<ingredient id="18075" count="1" /> <!-- Helios Thrower -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35101" count="1" chance="100" /> <!-- Dark Helios Thrower -->
</item>
<item>
<ingredient id="18076" count="1" /> <!-- Helios Shooter -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35102" count="1" chance="100" /> <!-- Dark Helios Shooter -->
</item>
<item>
<ingredient id="18077" count="1" /> <!-- Helios Buster -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35103" count="1" chance="100" /> <!-- Dark Helios Buster -->
</item>
<item>
<ingredient id="18078" count="1" /> <!-- Helios Caster -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35104" count="1" chance="100" /> <!-- Dark Helios Caster -->
</item>
<item>
<ingredient id="18079" count="1" /> <!-- Helios Retributer -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35105" count="1" chance="100" /> <!-- Dark Helios Retributer -->
</item>
<item>
<ingredient id="18080" count="1" /> <!-- Helios Dualsword -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3838" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="46054" /> <!-- Crystal (R-grade) -->
<production id="35106" count="1" chance="100" /> <!-- Dark Helios Dualsword -->
</item>
<item>
<ingredient id="18081" count="1" /> <!-- Helios Dual Dagger -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3838" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="46054" /> <!-- Crystal (R-grade) -->
<production id="35107" count="1" chance="100" /> <!-- Dark Helios Dual Dagger -->
</item>
<item>
<ingredient id="18082" count="1" /> <!-- Helios Dual Blunt Weapon -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3838" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="46054" /> <!-- Crystal (R-grade) -->
<production id="35108" count="1" chance="100" /> <!-- Dark Helios Dual Blunt Weapon -->
</item>
<!-- Bloody -->
<item>
<ingredient id="18069" count="1" /> <!-- Helios Shaper -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35193" count="1" chance="100" /> <!-- Bloody Helios Shaper -->
</item>
<item>
<ingredient id="18070" count="1" /> <!-- Helios Cutter -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35194" count="1" chance="100" /> <!-- Bloody Helios Cutter -->
</item>
<item>
<ingredient id="18071" count="1" /> <!-- Helios Slasher -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35195" count="1" chance="100" /> <!-- Bloody Helios Slasher -->
</item>
<item>
<ingredient id="18072" count="1" /> <!-- Helios Avenger -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35196" count="1" chance="100" /> <!-- Bloody Helios Avenger -->
</item>
<item>
<ingredient id="18073" count="1" /> <!-- Helios Fighter -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35197" count="1" chance="100" /> <!-- Bloody Helios Fighter -->
</item>
<item>
<ingredient id="18074" count="1" /> <!-- Helios Stormer -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35198" count="1" chance="100" /> <!-- Bloody Helios Stormer -->
</item>
<item>
<ingredient id="18075" count="1" /> <!-- Helios Thrower -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35199" count="1" chance="100" /> <!-- Bloody Helios Thrower -->
</item>
<item>
<ingredient id="18076" count="1" /> <!-- Helios Shooter -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35200" count="1" chance="100" /> <!-- Bloody Helios Shooter -->
</item>
<item>
<ingredient id="18077" count="1" /> <!-- Helios Buster -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35201" count="1" chance="100" /> <!-- Bloody Helios Buster -->
</item>
<item>
<ingredient id="18078" count="1" /> <!-- Helios Caster -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35202" count="1" chance="100" /> <!-- Bloody Helios Caster -->
</item>
<item>
<ingredient id="18079" count="1" /> <!-- Helios Retributer -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35203" count="1" chance="100" /> <!-- Bloody Helios Retributer -->
</item>
<item>
<ingredient id="18080" count="1" /> <!-- Helios Dualsword -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3090" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="37081" /> <!-- Crystal (R-grade) -->
<production id="35204" count="1" chance="100" /> <!-- Bloody Helios Dualsword -->
</item>
<item>
<ingredient id="18081" count="1" /> <!-- Helios Dual Dagger -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3090" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="37081" /> <!-- Crystal (R-grade) -->
<production id="35205" count="1" chance="100" /> <!-- Bloody Helios Dual Dagger -->
</item>
<item>
<ingredient id="18082" count="1" /> <!-- Helios Dual Blunt Weapon -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3090" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="37081" /> <!-- Crystal (R-grade) -->
<production id="35206" count="1" chance="100" /> <!-- Bloody Helios Dual Blunt Weapon -->
</item>
<!-- ARMOR -->
<!-- Bloody no Reinforced -->
<item>
<ingredient id="18083" count="1" /> <!-- Eternal Helmet - Heavy Armor -->
<ingredient id="35569" count="8" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35079" count="1" chance="100" /> <!-- Bloody Eternal Helmet - Heavy Armor -->
</item>
<item>
<ingredient id="18084" count="1" /> <!-- Eternal Breastplate - Heavy Armor -->
<ingredient id="35569" count="20" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35080" count="1" chance="100" /> <!-- Bloody Eternal Breastplate - Heavy Armor -->
</item>
<item>
<ingredient id="18085" count="1" /> <!-- Eternal Gaiters - Heavy Armor -->
<ingredient id="35569" count="17" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35081" count="1" chance="100" /> <!-- Bloody Eternal Gaiters - Heavy Armor -->
</item>
<item>
<ingredient id="18086" count="1" /> <!-- Eternal Gauntlets - Heavy Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35082" count="1" chance="100" /> <!-- Bloody Eternal Gauntlets - Heavy Armor -->
</item>
<item>
<ingredient id="18087" count="1" /> <!-- Eternal Boots - Heavy Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35083" count="1" chance="100" /> <!-- Bloody Eternal Boots - Heavy Armor -->
</item>
<item>
<ingredient id="18089" count="1" /> <!-- Eternal Leather Helmet - Light Armor -->
<ingredient id="35569" count="8" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35085" count="1" chance="100" /> <!-- Bloody Eternal Leather Helmet - Light Armor -->
</item>
<item>
<ingredient id="18090" count="1" /> <!-- Eternal Leather Armor - Light Armor -->
<ingredient id="35569" count="20" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35086" count="1" chance="100" /> <!-- Bloody Eternal Leather Armor - Light Armor -->
</item>
<item>
<ingredient id="18091" count="1" /> <!-- Eternal Leather Leggings - Light Armor -->
<ingredient id="35569" count="17" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35087" count="1" chance="100" /> <!-- Bloody Eternal Leather Leggings - Light Armor -->
</item>
<item>
<ingredient id="18092" count="1" /> <!-- Eternal Leather Gloves - Light Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35088" count="1" chance="100" /> <!-- Bloody Eternal Leather Gloves - Light Armor -->
</item>
<item>
<ingredient id="18093" count="1" /> <!-- Eternal Leather Boots - Light Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35089" count="1" chance="100" /> <!-- Bloody Eternal Leather Boots - Light Armor -->
</item>
<item>
<ingredient id="18094" count="1" /> <!-- Eternal Circlet - Robe -->
<ingredient id="35569" count="8" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35090" count="1" chance="100" /> <!-- Bloody Eternal Circlet - Robe -->
</item>
<item>
<ingredient id="18095" count="1" /> <!-- Eternal Tunic - Robe -->
<ingredient id="35569" count="20" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35091" count="1" chance="100" /> <!-- Bloody Eternal Tunic - Robe -->
</item>
<item>
<ingredient id="18096" count="1" /> <!-- Eternal Stockings - Robe -->
<ingredient id="35569" count="17" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35092" count="1" chance="100" /> <!-- Bloody Eternal Stockings - Robe -->
</item>
<item>
<ingredient id="18097" count="1" /> <!-- Eternal Gloves - Robe -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35093" count="1" chance="100" /> <!-- Bloody Eternal Gloves - Robe -->
</item>
<item>
<ingredient id="18098" count="1" /> <!-- Eternal Shoes - Robe -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35094" count="1" chance="100" /> <!-- Bloody Eternal Shoes - Robe -->
</item>
<!-- Bloody Reinforced -->
<item>
<ingredient id="19698" count="1" /> <!-- Eternal Helmet - Heavy Armor -->
<ingredient id="35569" count="8" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35033" count="1" chance="100" /> <!-- Bloody Eternal Helmet - Heavy Armor -->
</item>
<item>
<ingredient id="19699" count="1" /> <!-- Eternal Breastplate - Heavy Armor -->
<ingredient id="35569" count="20" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35034" count="1" chance="100" /> <!-- Bloody Eternal Breastplate - Heavy Armor -->
</item>
<item>
<ingredient id="19700" count="1" /> <!-- Eternal Gaiters - Heavy Armor -->
<ingredient id="35569" count="17" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35035" count="1" chance="100" /> <!-- Bloody Eternal Gaiters - Heavy Armor -->
</item>
<item>
<ingredient id="19701" count="1" /> <!-- Eternal Gauntlets - Heavy Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35036" count="1" chance="100" /> <!-- Bloody Eternal Gauntlets - Heavy Armor -->
</item>
<item>
<ingredient id="19702" count="1" /> <!-- Eternal Boots - Heavy Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35037" count="1" chance="100" /> <!-- Bloody Eternal Boots - Heavy Armor -->
</item>
<item>
<ingredient id="19912" count="1" /> <!-- Eternal Leather Helmet - Light Armor -->
<ingredient id="35569" count="8" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35053" count="1" chance="100" /> <!-- Bloody Eternal Leather Helmet - Light Armor -->
</item>
<item>
<ingredient id="19913" count="1" /> <!-- Eternal Leather Armor - Light Armor -->
<ingredient id="35569" count="20" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35054" count="1" chance="100" /> <!-- Bloody Eternal Leather Armor - Light Armor -->
</item>
<item>
<ingredient id="19914" count="1" /> <!-- Eternal Leather Leggings - Light Armor -->
<ingredient id="35569" count="17" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35055" count="1" chance="100" /> <!-- Bloody Eternal Leather Leggings - Light Armor -->
</item>
<item>
<ingredient id="19915" count="1" /> <!-- Eternal Leather Gloves - Light Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35056" count="1" chance="100" /> <!-- Bloody Eternal Leather Gloves - Light Armor -->
</item>
<item>
<ingredient id="19916" count="1" /> <!-- Eternal Leather Boots - Light Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35057" count="1" chance="100" /> <!-- Bloody Eternal Leather Boots - Light Armor -->
</item>
<item>
<ingredient id="19709" count="1" /> <!-- Eternal Circlet - Robe -->
<ingredient id="35569" count="8" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35043" count="1" chance="100" /> <!-- Bloody Eternal Circlet - Robe -->
</item>
<item>
<ingredient id="19710" count="1" /> <!-- Eternal Tunic - Robe -->
<ingredient id="35569" count="20" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35044" count="1" chance="100" /> <!-- Bloody Eternal Tunic - Robe -->
</item>
<item>
<ingredient id="19711" count="1" /> <!-- Eternal Stockings - Robe -->
<ingredient id="35569" count="17" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35045" count="1" chance="100" /> <!-- Bloody Eternal Stockings - Robe -->
</item>
<item>
<ingredient id="19712" count="1" /> <!-- Eternal Gloves - Robe -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35046" count="1" chance="100" /> <!-- Bloody Eternal Gloves - Robe -->
</item>
<item>
<ingredient id="19713" count="1" /> <!-- Eternal Shoes - Robe -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35047" count="1" chance="100" /> <!-- Bloody Eternal Shoes - Robe -->
</item>
<!-- Dark no Reinforced -->
<item>
<ingredient id="18083" count="1" /> <!-- Eternal Helmet - Heavy Armor -->
<ingredient id="35567" count="8" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35063" count="1" chance="100" /> <!-- Dark Eternal Helmet - Heavy Armor -->
</item>
<item>
<ingredient id="18084" count="1" /> <!-- Eternal Breastplate - Heavy Armor -->
<ingredient id="35567" count="20" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35064" count="1" chance="100" /> <!-- Dark Eternal Breastplate - Heavy Armor -->
</item>
<item>
<ingredient id="18085" count="1" /> <!-- Eternal Gaiters - Heavy Armor -->
<ingredient id="35567" count="17" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35065" count="1" chance="100" /> <!-- Dark Eternal Gaiters - Heavy Armor -->
</item>
<item>
<ingredient id="18086" count="1" /> <!-- Eternal Gauntlets - Heavy Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35066" count="1" chance="100" /> <!-- Dark Eternal Gauntlets - Heavy Armor -->
</item>
<item>
<ingredient id="18087" count="1" /> <!-- Eternal Boots - Heavy Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35067" count="1" chance="100" /> <!-- Dark Eternal Boots - Heavy Armor -->
</item>
<item>
<ingredient id="18089" count="1" /> <!-- Eternal Leather Helmet - Light Armor -->
<ingredient id="35567" count="8" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35069" count="1" chance="100" /> <!-- Dark Eternal Leather Helmet - Light Armor -->
</item>
<item>
<ingredient id="18090" count="1" /> <!-- Eternal Leather Armor - Light Armor -->
<ingredient id="35567" count="20" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35070" count="1" chance="100" /> <!-- Dark Eternal Leather Armor - Light Armor -->
</item>
<item>
<ingredient id="18091" count="1" /> <!-- Eternal Leather Leggings - Light Armor -->
<ingredient id="35567" count="17" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35071" count="1" chance="100" /> <!-- Dark Eternal Leather Leggings - Light Armor -->
</item>
<item>
<ingredient id="18092" count="1" /> <!-- Eternal Leather Gloves - Light Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35072" count="1" chance="100" /> <!-- Dark Eternal Leather Gloves - Light Armor -->
</item>
<item>
<ingredient id="18093" count="1" /> <!-- Eternal Leather Boots - Light Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35073" count="1" chance="100" /> <!-- Dark Eternal Leather Boots - Light Armor -->
</item>
<item>
<ingredient id="18094" count="1" /> <!-- Eternal Circlet - Robe -->
<ingredient id="35567" count="8" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35074" count="1" chance="100" /> <!-- Dark Eternal Circlet - Robe -->
</item>
<item>
<ingredient id="18095" count="1" /> <!-- Eternal Tunic - Robe -->
<ingredient id="35567" count="20" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35075" count="1" chance="100" /> <!-- Dark Eternal Tunic - Robe -->
</item>
<item>
<ingredient id="18096" count="1" /> <!-- Eternal Stockings - Robe -->
<ingredient id="35567" count="17" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35076" count="1" chance="100" /> <!-- Dark Eternal Stockings - Robe -->
</item>
<item>
<ingredient id="18097" count="1" /> <!-- Eternal Gloves - Robe -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35077" count="1" chance="100" /> <!-- Dark Eternal Gloves - Robe -->
</item>
<item>
<ingredient id="18098" count="1" /> <!-- Eternal Shoes - Robe -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35078" count="1" chance="100" /> <!-- Dark Eternal Shoes - Robe -->
</item>
<!-- Dark Reinforced -->
<item>
<ingredient id="19698" count="1" /> <!-- Eternal Helmet - Heavy Armor -->
<ingredient id="35567" count="8" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35002" count="1" chance="100" /> <!-- Dark Eternal Helmet - Heavy Armor -->
</item>
<item>
<ingredient id="19699" count="1" /> <!-- Eternal Breastplate - Heavy Armor -->
<ingredient id="35567" count="20" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35003" count="1" chance="100" /> <!-- Dark Eternal Breastplate - Heavy Armor -->
</item>
<item>
<ingredient id="19700" count="1" /> <!-- Eternal Gaiters - Heavy Armor -->
<ingredient id="35567" count="17" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35004" count="1" chance="100" /> <!-- Dark Eternal Gaiters - Heavy Armor -->
</item>
<item>
<ingredient id="19701" count="1" /> <!-- Eternal Gauntlets - Heavy Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35005" count="1" chance="100" /> <!-- Dark Eternal Gauntlets - Heavy Armor -->
</item>
<item>
<ingredient id="19702" count="1" /> <!-- Eternal Boots - Heavy Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35006" count="1" chance="100" /> <!-- Dark Eternal Boots - Heavy Armor -->
</item>
<item>
<ingredient id="19912" count="1" /> <!-- Eternal Leather Helmet - Light Armor -->
<ingredient id="35567" count="8" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35023" count="1" chance="100" /> <!-- Dark Eternal Leather Helmet - Light Armor -->
</item>
<item>
<ingredient id="19913" count="1" /> <!-- Eternal Leather Armor - Light Armor -->
<ingredient id="35567" count="20" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35024" count="1" chance="100" /> <!-- Dark Eternal Leather Armor - Light Armor -->
</item>
<item>
<ingredient id="19914" count="1" /> <!-- Eternal Leather Leggings - Light Armor -->
<ingredient id="35567" count="17" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35025" count="1" chance="100" /> <!-- Dark Eternal Leather Leggings - Light Armor -->
</item>
<item>
<ingredient id="19915" count="1" /> <!-- Eternal Leather Gloves - Light Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35026" count="1" chance="100" /> <!-- Dark Eternal Leather Gloves - Light Armor -->
</item>
<item>
<ingredient id="19916" count="1" /> <!-- Eternal Leather Boots - Light Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35027" count="1" chance="100" /> <!-- Dark Eternal Leather Boots - Light Armor -->
</item>
<item>
<ingredient id="19709" count="1" /> <!-- Eternal Circlet - Robe -->
<ingredient id="35567" count="8" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35013" count="1" chance="100" /> <!-- Dark Eternal Circlet - Robe -->
</item>
<item>
<ingredient id="19710" count="1" /> <!-- Eternal Tunic - Robe -->
<ingredient id="35567" count="20" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35014" count="1" chance="100" /> <!-- Dark Eternal Tunic - Robe -->
</item>
<item>
<ingredient id="19711" count="1" /> <!-- Eternal Stockings - Robe -->
<ingredient id="35567" count="17" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35015" count="1" chance="100" /> <!-- Dark Eternal Stockings - Robe -->
</item>
<item>
<ingredient id="19712" count="1" /> <!-- Eternal Gloves - Robe -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35016" count="1" chance="100" /> <!-- Dark Eternal Gloves - Robe -->
</item>
<item>
<ingredient id="19713" count="1" /> <!-- Eternal Shoes - Robe -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35017" count="1" chance="100" /> <!-- Dark Eternal Shoes - Robe -->
</item>
</list>

View File

@@ -1,899 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list isChanceMultisell="true" maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>31126</npc> <!-- Blacksmith of Mammon -->
</npcs>
<!-- ARMOR -->
<!-- Dark no Reinforced -->
<item>
<ingredient id="17430" count="1" /> <!-- Eternal Helmet - Heavy Armor -->
<ingredient id="35567" count="8" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35063" count="1" chance="60" /> <!-- Dark Eternal Helmet - Heavy Armor -->
<production id="17430" count="1" chance="40" /> <!-- Eternal Helmet - Heavy Armor -->
</item>
<item>
<ingredient id="17431" count="1" /> <!-- Eternal Breastplate - Heavy Armor -->
<ingredient id="35567" count="20" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35064" count="1" chance="60" /> <!-- Dark Eternal Breastplate - Heavy Armor -->
<production id="17431" count="1" chance="40" /> <!-- Eternal Breastplate - Heavy Armor -->
</item>
<item>
<ingredient id="17432" count="1" /> <!-- Eternal Gaiters - Heavy Armor -->
<ingredient id="35567" count="17" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35065" count="1" chance="60" /> <!-- Dark Eternal Gaiters - Heavy Armor -->
<production id="17432" count="1" chance="40" /> <!-- Eternal Gaiters - Heavy Armor -->
</item>
<item>
<ingredient id="17433" count="1" /> <!-- Eternal Gauntlets - Heavy Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35066" count="1" chance="60" /> <!-- Dark Eternal Gauntlets - Heavy Armor -->
<production id="17433" count="1" chance="40" /> <!-- Eternal Gauntlets - Heavy Armor -->
</item>
<item>
<ingredient id="17434" count="1" /> <!-- Eternal Boots - Heavy Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35067" count="1" chance="60" /> <!-- Dark Eternal Boots - Heavy Armor -->
<production id="17434" count="1" chance="40" /> <!-- Eternal Boots - Heavy Armor -->
</item>
<item>
<ingredient id="17436" count="1" /> <!-- Eternal Leather Helmet - Light Armor -->
<ingredient id="35567" count="8" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35069" count="1" chance="60" /> <!-- Dark Eternal Leather Helmet - Light Armor -->
<production id="17436" count="1" chance="40" /> <!-- Eternal Leather Helmet - Light Armor -->
</item>
<item>
<ingredient id="17437" count="1" /> <!-- Eternal Leather Armor - Light Armor -->
<ingredient id="35567" count="20" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35070" count="1" chance="60" /> <!-- Dark Eternal Leather Armor - Light Armor -->
<production id="17437" count="1" chance="40" /> <!-- Eternal Leather Armor - Light Armor -->
</item>
<item>
<ingredient id="17438" count="1" /> <!-- Eternal Leather Leggings - Light Armor -->
<ingredient id="35567" count="17" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35071" count="1" chance="60" /> <!-- Dark Eternal Leather Leggings - Light Armor -->
<production id="17438" count="1" chance="40" /> <!-- Eternal Leather Leggings - Light Armor -->
</item>
<item>
<ingredient id="17439" count="1" /> <!-- Eternal Leather Gloves - Light Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35072" count="1" chance="60" /> <!-- Dark Eternal Leather Gloves - Light Armor -->
<production id="17439" count="1" chance="40" /> <!-- Eternal Leather Gloves - Light Armor -->
</item>
<item>
<ingredient id="17440" count="1" /> <!-- Eternal Leather Boots - Light Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35073" count="1" chance="60" /> <!-- Dark Eternal Leather Boots - Light Armor -->
<production id="17440" count="1" chance="40" /> <!-- Eternal Leather Boots - Light Armor -->
</item>
<item>
<ingredient id="17441" count="1" /> <!-- Eternal Circlet - Robe -->
<ingredient id="35567" count="8" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35074" count="1" chance="60" /> <!-- Dark Eternal Circlet - Robe -->
<production id="17441" count="1" chance="40" /> <!-- Eternal Circlet - Robe -->
</item>
<item>
<ingredient id="17442" count="1" /> <!-- Eternal Tunic - Robe -->
<ingredient id="35567" count="20" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35075" count="1" chance="60" /> <!-- Dark Eternal Tunic - Robe -->
<production id="17442" count="1" chance="40" /> <!-- Eternal Tunic - Robe -->
</item>
<item>
<ingredient id="17443" count="1" /> <!-- Eternal Stockings - Robe -->
<ingredient id="35567" count="17" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35076" count="1" chance="60" /> <!-- Dark Eternal Stockings - Robe -->
<production id="17443" count="1" chance="40" /> <!-- Eternal Stockings - Robe -->
</item>
<item>
<ingredient id="17444" count="1" /> <!-- Eternal Gloves - Robe -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35077" count="1" chance="60" /> <!-- Dark Eternal Gloves - Robe -->
<production id="17444" count="1" chance="40" /> <!-- Eternal Gloves - Robe -->
</item>
<item>
<ingredient id="17445" count="1" /> <!-- Eternal Shoes - Robe -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35078" count="1" chance="60" /> <!-- Dark Eternal Shoes - Robe -->
<production id="17445" count="1" chance="40" /> <!-- Eternal Shoes - Robe -->
</item>
<!-- Dark Reinforced -->
<item>
<ingredient id="19570" count="1" /> <!-- Eternal Helmet - Heavy Armor -->
<ingredient id="35567" count="8" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35002" count="1" chance="60" /> <!-- Dark Eternal Helmet - Heavy Armor -->
<production id="19570" count="1" chance="40" /> <!-- Eternal Helmet - Heavy Armor -->
</item>
<item>
<ingredient id="19571" count="1" /> <!-- Eternal Breastplate - Heavy Armor -->
<ingredient id="35567" count="20" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35003" count="1" chance="60" /> <!-- Dark Eternal Breastplate - Heavy Armor -->
<production id="19571" count="1" chance="40" /> <!-- Eternal Breastplate - Heavy Armor -->
</item>
<item>
<ingredient id="19572" count="1" /> <!-- Eternal Gaiters - Heavy Armor -->
<ingredient id="35567" count="17" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35004" count="1" chance="60" /> <!-- Dark Eternal Gaiters - Heavy Armor -->
<production id="19572" count="1" chance="40" /> <!-- Eternal Gaiters - Heavy Armor -->
</item>
<item>
<ingredient id="19573" count="1" /> <!-- Eternal Gauntlets - Heavy Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35005" count="1" chance="60" /> <!-- Dark Eternal Gauntlets - Heavy Armor -->
<production id="19573" count="1" chance="40" /> <!-- Eternal Gauntlets - Heavy Armor -->
</item>
<item>
<ingredient id="19574" count="1" /> <!-- Eternal Boots - Heavy Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35006" count="1" chance="60" /> <!-- Dark Eternal Boots - Heavy Armor -->
<production id="19574" count="1" chance="40" /> <!-- Eternal Boots - Heavy Armor -->
</item>
<item>
<ingredient id="19784" count="1" /> <!-- Eternal Leather Helmet - Light Armor -->
<ingredient id="35567" count="8" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35023" count="1" chance="60" /> <!-- Dark Eternal Leather Helmet - Light Armor -->
<production id="19784" count="1" chance="40" /> <!-- Eternal Leather Helmet - Light Armor -->
</item>
<item>
<ingredient id="19785" count="1" /> <!-- Eternal Leather Armor - Light Armor -->
<ingredient id="35567" count="20" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35024" count="1" chance="60" /> <!-- Dark Eternal Leather Armor - Light Armor -->
<production id="19785" count="1" chance="40" /> <!-- Eternal Leather Armor - Light Armor -->
</item>
<item>
<ingredient id="19786" count="1" /> <!-- Eternal Leather Leggings - Light Armor -->
<ingredient id="35567" count="17" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35025" count="1" chance="60" /> <!-- Dark Eternal Leather Leggings - Light Armor -->
<production id="19786" count="1" chance="40" /> <!-- Eternal Leather Leggings - Light Armor -->
</item>
<item>
<ingredient id="19787" count="1" /> <!-- Eternal Leather Gloves - Light Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35026" count="1" chance="60" /> <!-- Dark Eternal Leather Gloves - Light Armor -->
<production id="19787" count="1" chance="40" /> <!-- Eternal Leather Gloves - Light Armor -->
</item>
<item>
<ingredient id="19788" count="1" /> <!-- Eternal Leather Boots - Light Armor -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35027" count="1" chance="60" /> <!-- Dark Eternal Leather Boots - Light Armor -->
<production id="19788" count="1" chance="40" /> <!-- Eternal Leather Boots - Light Armor -->
</item>
<item>
<ingredient id="19581" count="1" /> <!-- Eternal Circlet - Robe -->
<ingredient id="35567" count="8" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35013" count="1" chance="60" /> <!-- Dark Eternal Circlet - Robe -->
<production id="19581" count="1" chance="40" /> <!-- Eternal Circlet - Robe -->
</item>
<item>
<ingredient id="19582" count="1" /> <!-- Eternal Tunic - Robe -->
<ingredient id="35567" count="20" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35014" count="1" chance="60" /> <!-- Dark Eternal Tunic - Robe -->
<production id="19582" count="1" chance="40" /> <!-- Eternal Tunic - Robe -->
</item>
<item>
<ingredient id="19583" count="1" /> <!-- Eternal Stockings - Robe -->
<ingredient id="35567" count="17" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35015" count="1" chance="60" /> <!-- Dark Eternal Stockings - Robe -->
<production id="19583" count="1" chance="40" /> <!-- Eternal Stockings - Robe -->
</item>
<item>
<ingredient id="19584" count="1" /> <!-- Eternal Gloves - Robe -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35016" count="1" chance="60" /> <!-- Dark Eternal Gloves - Robe -->
<production id="19584" count="1" chance="40" /> <!-- Eternal Gloves - Robe -->
</item>
<item>
<ingredient id="19585" count="1" /> <!-- Eternal Shoes - Robe -->
<ingredient id="35567" count="5" /> <!-- Dark Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35017" count="1" chance="60" /> <!-- Dark Eternal Shoes - Robe -->
<production id="19585" count="1" chance="40" /> <!-- Eternal Shoes - Robe -->
</item>
<!-- Bloody no Reinforced -->
<item>
<ingredient id="17430" count="1" /> <!-- Eternal Helmet - Heavy Armor -->
<ingredient id="35569" count="8" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35079" count="1" chance="60" /> <!-- Bloody Eternal Helmet - Heavy Armor -->
<production id="17430" count="1" chance="40" /> <!-- Eternal Helmet - Heavy Armor -->
</item>
<item>
<ingredient id="17431" count="1" /> <!-- Eternal Breastplate - Heavy Armor -->
<ingredient id="35569" count="20" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35080" count="1" chance="60" /> <!-- Bloody Eternal Breastplate - Heavy Armor -->
<production id="17431" count="1" chance="40" /> <!-- Eternal Breastplate - Heavy Armor -->
</item>
<item>
<ingredient id="17432" count="1" /> <!-- Eternal Gaiters - Heavy Armor -->
<ingredient id="35569" count="17" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35081" count="1" chance="60" /> <!-- Bloody Eternal Gaiters - Heavy Armor -->
<production id="17432" count="1" chance="40" /> <!-- Eternal Gaiters - Heavy Armor -->
</item>
<item>
<ingredient id="17433" count="1" /> <!-- Eternal Gauntlets - Heavy Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35082" count="1" chance="60" /> <!-- Bloody Eternal Gauntlets - Heavy Armor -->
<production id="17433" count="1" chance="40" /> <!-- Eternal Gauntlets - Heavy Armor -->
</item>
<item>
<ingredient id="17434" count="1" /> <!-- Eternal Boots - Heavy Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35083" count="1" chance="60" /> <!-- Bloody Eternal Boots - Heavy Armor -->
<production id="17434" count="1" chance="40" /> <!-- Eternal Boots - Heavy Armor -->
</item>
<item>
<ingredient id="17436" count="1" /> <!-- Eternal Leather Helmet - Light Armor -->
<ingredient id="35569" count="8" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35085" count="1" chance="60" /> <!-- Bloody Eternal Leather Helmet - Light Armor -->
<production id="17436" count="1" chance="40" /> <!-- Eternal Leather Helmet - Light Armor -->
</item>
<item>
<ingredient id="17437" count="1" /> <!-- Eternal Leather Armor - Light Armor -->
<ingredient id="35569" count="20" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35086" count="1" chance="60" /> <!-- Bloody Eternal Leather Armor - Light Armor -->
<production id="17437" count="1" chance="40" /> <!-- Eternal Leather Armor - Light Armor -->
</item>
<item>
<ingredient id="17438" count="1" /> <!-- Eternal Leather Leggings - Light Armor -->
<ingredient id="35569" count="17" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35087" count="1" chance="60" /> <!-- Bloody Eternal Leather Leggings - Light Armor -->
<production id="17438" count="1" chance="40" /> <!-- Eternal Leather Leggings - Light Armor -->
</item>
<item>
<ingredient id="17439" count="1" /> <!-- Eternal Leather Gloves - Light Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35088" count="1" chance="60" /> <!-- Bloody Eternal Leather Gloves - Light Armor -->
<production id="17439" count="1" chance="40" /> <!-- Eternal Leather Gloves - Light Armor -->
</item>
<item>
<ingredient id="17440" count="1" /> <!-- Eternal Leather Boots - Light Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35089" count="1" chance="60" /> <!-- Bloody Eternal Leather Boots - Light Armor -->
<production id="17440" count="1" chance="40" /> <!-- Eternal Leather Boots - Light Armor -->
</item>
<item>
<ingredient id="17441" count="1" /> <!-- Eternal Circlet - Robe -->
<ingredient id="35569" count="8" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35090" count="1" chance="60" /> <!-- Bloody Eternal Circlet - Robe -->
<production id="17441" count="1" chance="40" /> <!-- Eternal Circlet - Robe -->
</item>
<item>
<ingredient id="17442" count="1" /> <!-- Eternal Tunic - Robe -->
<ingredient id="35569" count="20" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35091" count="1" chance="60" /> <!-- Bloody Eternal Tunic - Robe -->
<production id="17442" count="1" chance="40" /> <!-- Eternal Tunic - Robe -->
</item>
<item>
<ingredient id="17443" count="1" /> <!-- Eternal Stockings - Robe -->
<ingredient id="35569" count="17" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35092" count="1" chance="60" /> <!-- Bloody Eternal Stockings - Robe -->
<production id="17443" count="1" chance="40" /> <!-- Eternal Stockings - Robe -->
</item>
<item>
<ingredient id="17444" count="1" /> <!-- Eternal Gloves - Robe -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35093" count="1" chance="60" /> <!-- Bloody Eternal Gloves - Robe -->
<production id="17444" count="1" chance="40" /> <!-- Eternal Gloves - Robe -->
</item>
<item>
<ingredient id="17445" count="1" /> <!-- Eternal Shoes - Robe -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35094" count="1" chance="60" /> <!-- Bloody Eternal Shoes - Robe -->
<production id="17445" count="1" chance="40" /> <!-- Eternal Shoes - Robe -->
</item>
<!-- Bloody Reinforced -->
<item>
<ingredient id="19570" count="1" /> <!-- Eternal Helmet - Heavy Armor -->
<ingredient id="35569" count="8" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35033" count="1" chance="60" /> <!-- Bloody Eternal Helmet - Heavy Armor -->
<production id="19570" count="1" chance="40" /> <!-- Eternal Helmet - Heavy Armor -->
</item>
<item>
<ingredient id="19571" count="1" /> <!-- Eternal Breastplate - Heavy Armor -->
<ingredient id="35569" count="20" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35034" count="1" chance="60" /> <!-- Bloody Eternal Breastplate - Heavy Armor -->
<production id="19571" count="1" chance="40" /> <!-- Eternal Breastplate - Heavy Armor -->
</item>
<item>
<ingredient id="19572" count="1" /> <!-- Eternal Gaiters - Heavy Armor -->
<ingredient id="35569" count="17" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35035" count="1" chance="60" /> <!-- Bloody Eternal Gaiters - Heavy Armor -->
<production id="19572" count="1" chance="40" /> <!-- Eternal Gaiters - Heavy Armor -->
</item>
<item>
<ingredient id="19573" count="1" /> <!-- Eternal Gauntlets - Heavy Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35036" count="1" chance="60" /> <!-- Bloody Eternal Gauntlets - Heavy Armor -->
<production id="19573" count="1" chance="40" /> <!-- Eternal Gauntlets - Heavy Armor -->
</item>
<item>
<ingredient id="19574" count="1" /> <!-- Eternal Boots - Heavy Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35037" count="1" chance="60" /> <!-- Bloody Eternal Boots - Heavy Armor -->
<production id="19574" count="1" chance="40" /> <!-- Eternal Boots - Heavy Armor -->
</item>
<item>
<ingredient id="19784" count="1" /> <!-- Eternal Leather Helmet - Light Armor -->
<ingredient id="35569" count="8" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35053" count="1" chance="60" /> <!-- Bloody Eternal Leather Helmet - Light Armor -->
<production id="19784" count="1" chance="40" /> <!-- Eternal Leather Helmet - Light Armor -->
</item>
<item>
<ingredient id="19785" count="1" /> <!-- Eternal Leather Armor - Light Armor -->
<ingredient id="35569" count="20" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35054" count="1" chance="60" /> <!-- Bloody Eternal Leather Armor - Light Armor -->
<production id="19785" count="1" chance="40" /> <!-- Eternal Leather Armor - Light Armor -->
</item>
<item>
<ingredient id="19786" count="1" /> <!-- Eternal Leather Leggings - Light Armor -->
<ingredient id="35569" count="17" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35055" count="1" chance="60" /> <!-- Bloody Eternal Leather Leggings - Light Armor -->
<production id="19786" count="1" chance="40" /> <!-- Eternal Leather Leggings - Light Armor -->
</item>
<item>
<ingredient id="19787" count="1" /> <!-- Eternal Leather Gloves - Light Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35056" count="1" chance="60" /> <!-- Bloody Eternal Leather Gloves - Light Armor -->
<production id="19787" count="1" chance="40" /> <!-- Eternal Leather Gloves - Light Armor -->
</item>
<item>
<ingredient id="19788" count="1" /> <!-- Eternal Leather Boots - Light Armor -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35057" count="1" chance="60" /> <!-- Bloody Eternal Leather Boots - Light Armor -->
<production id="19788" count="1" chance="40" /> <!-- Eternal Leather Boots - Light Armor -->
</item>
<item>
<ingredient id="19581" count="1" /> <!-- Eternal Circlet - Robe -->
<ingredient id="35569" count="8" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="390" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="4685" /> <!-- Crystal (R-grade) -->
<production id="35043" count="1" chance="60" /> <!-- Bloody Eternal Circlet - Robe -->
<production id="19581" count="1" chance="40" /> <!-- Eternal Circlet - Robe -->
</item>
<item>
<ingredient id="19582" count="1" /> <!-- Eternal Tunic - Robe -->
<ingredient id="35569" count="20" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="1041" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="12494" /> <!-- Crystal (R-grade) -->
<production id="35044" count="1" chance="60" /> <!-- Bloody Eternal Tunic - Robe -->
<production id="19582" count="1" chance="40" /> <!-- Eternal Tunic - Robe -->
</item>
<item>
<ingredient id="19583" count="1" /> <!-- Eternal Stockings - Robe -->
<ingredient id="35569" count="17" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="651" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="7809" /> <!-- Crystal (R-grade) -->
<production id="35045" count="1" chance="60" /> <!-- Bloody Eternal Stockings - Robe -->
<production id="19583" count="1" chance="40" /> <!-- Eternal Stockings - Robe -->
</item>
<item>
<ingredient id="19584" count="1" /> <!-- Eternal Gloves - Robe -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35046" count="1" chance="60" /> <!-- Bloody Eternal Gloves - Robe -->
<production id="19584" count="1" chance="40" /> <!-- Eternal Gloves - Robe -->
</item>
<item>
<ingredient id="19585" count="1" /> <!-- Eternal Shoes - Robe -->
<ingredient id="35569" count="5" /> <!-- Bloody Eternal Enhancement Stone -->
<ingredient id="35562" count="120" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="60" /> <!-- Giant's Energy -->
<ingredient id="19440" count="260" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="3123" /> <!-- Crystal (R-grade) -->
<production id="35047" count="1" chance="60" /> <!-- Bloody Eternal Shoes - Robe -->
<production id="19585" count="1" chance="40" /> <!-- Eternal Shoes - Robe -->
</item>
<!-- WEAPONS -->
<!-- Dark -->
<item>
<ingredient id="17416" count="1" /> <!-- Helios Shaper -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35095" count="1" chance="60" /> <!-- Dark Helios Shaper -->
<production id="17416" count="1" chance="40" /> <!-- Helios Shaper -->
</item>
<item>
<ingredient id="17417" count="1" /> <!-- Helios Cutter -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35096" count="1" chance="60" /> <!-- Dark Helios Cutter -->
<production id="17417" count="1" chance="40" /> <!-- Helios Cutter -->
</item>
<item>
<ingredient id="17418" count="1" /> <!-- Helios Slasher -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35097" count="1" chance="60" /> <!-- Dark Helios Slasher -->
<production id="17418" count="1" chance="40" /> <!-- Helios Slasher -->
</item>
<item>
<ingredient id="17419" count="1" /> <!-- Helios Avenger -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35098" count="1" chance="60" /> <!-- Dark Helios Avenger -->
<production id="17419" count="1" chance="40" /> <!-- Helios Avenger -->
</item>
<item>
<ingredient id="17420" count="1" /> <!-- Helios Fighter -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35099" count="1" chance="60" /> <!-- Dark Helios Fighter -->
<production id="17420" count="1" chance="40" /> <!-- Helios Fighter -->
</item>
<item>
<ingredient id="17421" count="1" /> <!-- Helios Stormer -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35100" count="1" chance="60" /> <!-- Dark Helios Stormer -->
<production id="17421" count="1" chance="40" /> <!-- Helios Stormer -->
</item>
<item>
<ingredient id="17422" count="1" /> <!-- Helios Thrower -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35101" count="1" chance="60" /> <!-- Dark Helios Thrower -->
<production id="17422" count="1" chance="40" /> <!-- Helios Thrower -->
</item>
<item>
<ingredient id="17423" count="1" /> <!-- Helios Shooter -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35102" count="1" chance="60" /> <!-- Dark Helios Shooter -->
<production id="17423" count="1" chance="40" /> <!-- Helios Shooter -->
</item>
<item>
<ingredient id="17424" count="1" /> <!-- Helios Buster -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35103" count="1" chance="60" /> <!-- Dark Helios Buster -->
<production id="17424" count="1" chance="40" /> <!-- Helios Buster -->
</item>
<item>
<ingredient id="17425" count="1" /> <!-- Helios Caster -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35104" count="1" chance="60" /> <!-- Dark Helios Caster -->
<production id="17425" count="1" chance="40" /> <!-- Helios Caster -->
</item>
<item>
<ingredient id="17426" count="1" /> <!-- Helios Retributer -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35105" count="1" chance="60" /> <!-- Dark Helios Retributer -->
<production id="17426" count="1" chance="40" /> <!-- Helios Retributer -->
</item>
<item>
<ingredient id="17427" count="1" /> <!-- Helios Dualsword -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3838" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="46054" /> <!-- Crystal (R-grade) -->
<production id="35106" count="1" chance="60" /> <!-- Dark Helios Dualsword -->
<production id="17427" count="1" chance="40" /> <!-- Helios Dualsword -->
</item>
<item>
<ingredient id="17428" count="1" /> <!-- Helios Dual Dagger -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3838" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="46054" /> <!-- Crystal (R-grade) -->
<production id="35107" count="1" chance="60" /> <!-- Dark Helios Dual Dagger -->
<production id="17428" count="1" chance="40" /> <!-- Helios Dual Dagger -->
</item>
<item>
<ingredient id="17429" count="1" /> <!-- Helios Dual Blunt Weapon -->
<ingredient id="35566" count="1" /> <!-- Dark Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3838" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="46054" /> <!-- Crystal (R-grade) -->
<production id="35108" count="1" chance="60" /> <!-- Dark Helios Dual Blunt Weapon -->
<production id="17429" count="1" chance="40" /> <!-- Helios Dual Blunt Weapon -->
</item>
<!-- Bloody -->
<item>
<ingredient id="17416" count="1" /> <!-- Helios Shaper -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35193" count="1" chance="60" /> <!-- Bloody Helios Shaper -->
<production id="17416" count="1" chance="40" /> <!-- Helios Shaper -->
</item>
<item>
<ingredient id="17417" count="1" /> <!-- Helios Cutter -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35194" count="1" chance="60" /> <!-- Bloody Helios Cutter -->
<production id="17417" count="1" chance="40" /> <!-- Helios Cutter -->
</item>
<item>
<ingredient id="17418" count="1" /> <!-- Helios Slasher -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35195" count="1" chance="60" /> <!-- Bloody Helios Slasher -->
<production id="17418" count="1" chance="40" /> <!-- Helios Slasher -->
</item>
<item>
<ingredient id="17419" count="1" /> <!-- Helios Avenger -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35196" count="1" chance="60" /> <!-- Bloody Helios Avenger -->
<production id="17419" count="1" chance="40" /> <!-- Helios Avenger -->
</item>
<item>
<ingredient id="17420" count="1" /> <!-- Helios Fighter -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35197" count="1" chance="60" /> <!-- Bloody Helios Fighter -->
<production id="17420" count="1" chance="40" /> <!-- Helios Fighter -->
</item>
<item>
<ingredient id="17421" count="1" /> <!-- Helios Stormer -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35198" count="1" chance="60" /> <!-- Bloody Helios Stormer -->
<production id="17421" count="1" chance="40" /> <!-- Helios Stormer -->
</item>
<item>
<ingredient id="17422" count="1" /> <!-- Helios Thrower -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35199" count="1" chance="60" /> <!-- Bloody Helios Thrower -->
<production id="17422" count="1" chance="40" /> <!-- Helios Thrower -->
</item>
<item>
<ingredient id="17423" count="1" /> <!-- Helios Shooter -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35200" count="1" chance="60" /> <!-- Bloody Helios Shooter -->
<production id="17423" count="1" chance="40" /> <!-- Helios Shooter -->
</item>
<item>
<ingredient id="17424" count="1" /> <!-- Helios Buster -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35201" count="1" chance="60" /> <!-- Bloody Helios Buster -->
<production id="17424" count="1" chance="40" /> <!-- Helios Buster -->
</item>
<item>
<ingredient id="17425" count="1" /> <!-- Helios Caster -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35202" count="1" chance="60" /> <!-- Bloody Helios Caster -->
<production id="17425" count="1" chance="40" /> <!-- Helios Caster -->
</item>
<item>
<ingredient id="17426" count="1" /> <!-- Helios Retributer -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3198" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="38378" /> <!-- Crystal (R-grade) -->
<production id="35203" count="1" chance="60" /> <!-- Bloody Helios Retributer -->
<production id="17426" count="1" chance="40" /> <!-- Helios Retributer -->
</item>
<item>
<ingredient id="17427" count="1" /> <!-- Helios Dualsword -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3090" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="37081" /> <!-- Crystal (R-grade) -->
<production id="35204" count="1" chance="60" /> <!-- Bloody Helios Dualsword -->
<production id="17427" count="1" chance="40" /> <!-- Helios Dualsword -->
</item>
<item>
<ingredient id="17428" count="1" /> <!-- Helios Dual Dagger -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3090" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="37081" /> <!-- Crystal (R-grade) -->
<production id="35205" count="1" chance="60" /> <!-- Bloody Helios Dual Dagger -->
<production id="17428" count="1" chance="40" /> <!-- Helios Dual Dagger -->
</item>
<item>
<ingredient id="17429" count="1" /> <!-- Helios Dual Blunt Weapon -->
<ingredient id="35568" count="1" /> <!-- Bloody Helios Enhancement Stone -->
<ingredient id="35562" count="360" /> <!-- Energy of Destruction -->
<ingredient id="35563" count="180" /> <!-- Giant's Energy -->
<ingredient id="19440" count="3090" /> <!-- Gemstone (R-grade) -->
<ingredient id="17371" count="37081" /> <!-- Crystal (R-grade) -->
<production id="35206" count="1" chance="60" /> <!-- Bloody Helios Dual Blunt Weapon -->
<production id="17429" count="1" chance="40" /> <!-- Helios Dual Blunt Weapon -->
</item>
</list>