Fixed Soul Crystals compounding not working if items not stackable.

Contributed by CostyKiller.
This commit is contained in:
MobiusDevelopment
2021-08-14 12:28:12 +00:00
parent 5acc6f0335
commit f5c665fcee
6 changed files with 225 additions and 0 deletions

View File

@@ -510,6 +510,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46445" name="Kain's Soul Crystal - Stage 2" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -517,6 +518,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46446" name="Kain's Soul Crystal - Stage 3" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -524,6 +526,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46447" name="Kain's Soul Crystal - Stage 4" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -531,6 +534,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46448" name="Kain's Soul Crystal - Stage 5" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -538,6 +542,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46449" name="Kain's Soul Crystal - Stage 6" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -545,6 +550,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46450" name="Kain's Soul Crystal - Stage 7" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -552,6 +558,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46451" name="Kain's Soul Crystal - Stage 8" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -559,6 +566,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46452" name="Kain's Soul Crystal - Stage 9" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -566,6 +574,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46453" name="Kain's Soul Crystal - Stage 10" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -573,6 +582,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46454" name="Kain's Soul Crystal - Stage 11" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -580,6 +590,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46455" name="Kain's Soul Crystal - Stage 12" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -587,6 +598,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46456" name="Kain's Soul Crystal - Stage 13" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -594,6 +606,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46457" name="Kain's Soul Crystal - Stage 14" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -601,6 +614,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46458" name="Kain's Soul Crystal - Stage 15" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -608,6 +622,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46459" name="Mermoden's Soul Crystal - Stage 1" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -615,6 +630,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46460" name="Mermoden's Soul Crystal - Stage 2" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -622,6 +638,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46461" name="Mermoden's Soul Crystal - Stage 3" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -629,6 +646,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46462" name="Mermoden's Soul Crystal - Stage 4" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -636,6 +654,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46463" name="Mermoden's Soul Crystal - Stage 5" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -643,6 +662,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46464" name="Mermoden's Soul Crystal - Stage 6" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -650,6 +670,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46465" name="Mermoden's Soul Crystal - Stage 7" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -657,6 +678,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46466" name="Mermoden's Soul Crystal - Stage 8" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -664,6 +686,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46467" name="Mermoden's Soul Crystal - Stage 9" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -671,6 +694,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46468" name="Mermoden's Soul Crystal - Stage 10" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -678,6 +702,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46469" name="Mermoden's Soul Crystal - Stage 11" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -685,6 +710,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46470" name="Mermoden's Soul Crystal - Stage 12" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -692,6 +718,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46471" name="Mermoden's Soul Crystal - Stage 13" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -699,6 +726,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46472" name="Mermoden's Soul Crystal - Stage 14" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -706,6 +734,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46473" name="Mermoden's Soul Crystal - Stage 15" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -713,6 +742,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46474" name="Leona's Soul Crystal - Stage 1" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -720,6 +750,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46475" name="Leona's Soul Crystal - Stage 2" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -727,6 +758,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46476" name="Leona's Soul Crystal - Stage 3" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -734,6 +766,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46477" name="Leona's Soul Crystal - Stage 4" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -741,6 +774,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46478" name="Leona's Soul Crystal - Stage 5" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -748,6 +782,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46479" name="Leona's Soul Crystal - Stage 6" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -755,6 +790,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46480" name="Leona's Soul Crystal - Stage 7" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -762,6 +798,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46481" name="Leona's Soul Crystal - Stage 8" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -769,6 +806,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46482" name="Leona's Soul Crystal - Stage 9" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -776,6 +814,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46483" name="Leona's Soul Crystal - Stage 10" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -783,6 +822,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46484" name="Leona's Soul Crystal - Stage 11" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -790,6 +830,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46485" name="Leona's Soul Crystal - Stage 12" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -797,6 +838,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46486" name="Leona's Soul Crystal - Stage 13" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -804,6 +846,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46487" name="Leona's Soul Crystal - Stage 14" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -811,6 +854,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46488" name="Leona's Soul Crystal - Stage 15" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -818,6 +862,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46489" name="Pantheon's Soul Crystal - Stage 1" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -825,6 +870,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46490" name="Pantheon's Soul Crystal - Stage 2" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -832,6 +878,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46491" name="Pantheon's Soul Crystal - Stage 3" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -839,6 +886,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46492" name="Pantheon's Soul Crystal - Stage 4" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -846,6 +894,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46493" name="Pantheon's Soul Crystal - Stage 5" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -853,6 +902,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46494" name="Pantheon's Soul Crystal - Stage 6" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -860,6 +910,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46495" name="Pantheon's Soul Crystal - Stage 7" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -867,6 +918,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46496" name="Pantheon's Soul Crystal - Stage 8" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -874,6 +926,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46497" name="Pantheon's Soul Crystal - Stage 9" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -881,6 +934,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46498" name="Pantheon's Soul Crystal - Stage 10" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -888,6 +942,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46499" name="Pantheon's Soul Crystal - Stage 11" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -895,5 +950,6 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
</list>

View File

@@ -6,6 +6,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46501" name="Pantheon's Soul Crystal - Stage 13" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -13,6 +14,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46502" name="Pantheon's Soul Crystal - Stage 14" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -20,6 +22,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46503" name="Pantheon's Soul Crystal - Stage 15" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -27,6 +30,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46504" name="Lionel's Soul Crystal - Stage 1" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -34,6 +38,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46505" name="Lionel's Soul Crystal - Stage 2" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -41,6 +46,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46506" name="Lionel's Soul Crystal - Stage 3" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -48,6 +54,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46507" name="Lionel's Soul Crystal - Stage 4" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -55,6 +62,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46508" name="Lionel's Soul Crystal - Stage 5" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -62,6 +70,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46509" name="Lionel's Soul Crystal - Stage 6" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -69,6 +78,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46510" name="Lionel's Soul Crystal - Stage 7" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -76,6 +86,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46511" name="Lionel's Soul Crystal - Stage 8" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -83,6 +94,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46512" name="Lionel's Soul Crystal - Stage 9" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -90,6 +102,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46513" name="Lionel's Soul Crystal - Stage 10" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -97,6 +110,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46514" name="Lionel's Soul Crystal - Stage 11" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -104,6 +118,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46515" name="Lionel's Soul Crystal - Stage 12" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -111,6 +126,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46516" name="Lionel's Soul Crystal - Stage 13" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -118,6 +134,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46517" name="Lionel's Soul Crystal - Stage 14" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -125,6 +142,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46518" name="Lionel's Soul Crystal - Stage 15" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -132,6 +150,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46519" name="Sealed Soul Crystal" additionalName="Not In Use" type="EtcItem">
<!-- A crystal that contains the soul of a monster. Double-click to summon an Evil Spirit that can be absorbed with Soul Crystal Lv. 1-4. -->

View File

@@ -510,6 +510,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46445" name="Kain's Soul Crystal - Stage 2" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -517,6 +518,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46446" name="Kain's Soul Crystal - Stage 3" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -524,6 +526,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46447" name="Kain's Soul Crystal - Stage 4" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -531,6 +534,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46448" name="Kain's Soul Crystal - Stage 5" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -538,6 +542,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46449" name="Kain's Soul Crystal - Stage 6" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -545,6 +550,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46450" name="Kain's Soul Crystal - Stage 7" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -552,6 +558,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46451" name="Kain's Soul Crystal - Stage 8" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -559,6 +566,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46452" name="Kain's Soul Crystal - Stage 9" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -566,6 +574,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46453" name="Kain's Soul Crystal - Stage 10" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -573,6 +582,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46454" name="Kain's Soul Crystal - Stage 11" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -580,6 +590,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46455" name="Kain's Soul Crystal - Stage 12" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -587,6 +598,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46456" name="Kain's Soul Crystal - Stage 13" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -594,6 +606,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46457" name="Kain's Soul Crystal - Stage 14" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -601,6 +614,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46458" name="Kain's Soul Crystal - Stage 15" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -608,6 +622,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46459" name="Mermoden's Soul Crystal - Stage 1" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -615,6 +630,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46460" name="Mermoden's Soul Crystal - Stage 2" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -622,6 +638,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46461" name="Mermoden's Soul Crystal - Stage 3" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -629,6 +646,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46462" name="Mermoden's Soul Crystal - Stage 4" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -636,6 +654,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46463" name="Mermoden's Soul Crystal - Stage 5" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -643,6 +662,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46464" name="Mermoden's Soul Crystal - Stage 6" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -650,6 +670,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46465" name="Mermoden's Soul Crystal - Stage 7" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -657,6 +678,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46466" name="Mermoden's Soul Crystal - Stage 8" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -664,6 +686,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46467" name="Mermoden's Soul Crystal - Stage 9" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -671,6 +694,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46468" name="Mermoden's Soul Crystal - Stage 10" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -678,6 +702,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46469" name="Mermoden's Soul Crystal - Stage 11" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -685,6 +710,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46470" name="Mermoden's Soul Crystal - Stage 12" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -692,6 +718,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46471" name="Mermoden's Soul Crystal - Stage 13" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -699,6 +726,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46472" name="Mermoden's Soul Crystal - Stage 14" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -706,6 +734,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46473" name="Mermoden's Soul Crystal - Stage 15" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -713,6 +742,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46474" name="Leona's Soul Crystal - Stage 1" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -720,6 +750,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46475" name="Leona's Soul Crystal - Stage 2" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -727,6 +758,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46476" name="Leona's Soul Crystal - Stage 3" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -734,6 +766,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46477" name="Leona's Soul Crystal - Stage 4" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -741,6 +774,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46478" name="Leona's Soul Crystal - Stage 5" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -748,6 +782,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46479" name="Leona's Soul Crystal - Stage 6" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -755,6 +790,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46480" name="Leona's Soul Crystal - Stage 7" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -762,6 +798,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46481" name="Leona's Soul Crystal - Stage 8" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -769,6 +806,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46482" name="Leona's Soul Crystal - Stage 9" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -776,6 +814,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46483" name="Leona's Soul Crystal - Stage 10" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -783,6 +822,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46484" name="Leona's Soul Crystal - Stage 11" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -790,6 +830,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46485" name="Leona's Soul Crystal - Stage 12" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -797,6 +838,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46486" name="Leona's Soul Crystal - Stage 13" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -804,6 +846,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46487" name="Leona's Soul Crystal - Stage 14" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -811,6 +854,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46488" name="Leona's Soul Crystal - Stage 15" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -818,6 +862,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46489" name="Pantheon's Soul Crystal - Stage 1" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -825,6 +870,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46490" name="Pantheon's Soul Crystal - Stage 2" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -832,6 +878,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46491" name="Pantheon's Soul Crystal - Stage 3" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -839,6 +886,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46492" name="Pantheon's Soul Crystal - Stage 4" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -846,6 +894,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46493" name="Pantheon's Soul Crystal - Stage 5" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -853,6 +902,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46494" name="Pantheon's Soul Crystal - Stage 6" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -860,6 +910,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46495" name="Pantheon's Soul Crystal - Stage 7" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -867,6 +918,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46496" name="Pantheon's Soul Crystal - Stage 8" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -874,6 +926,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46497" name="Pantheon's Soul Crystal - Stage 9" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -881,6 +934,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46498" name="Pantheon's Soul Crystal - Stage 10" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -888,6 +942,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46499" name="Pantheon's Soul Crystal - Stage 11" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -895,5 +950,6 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
</list>

View File

@@ -6,6 +6,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46501" name="Pantheon's Soul Crystal - Stage 13" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -13,6 +14,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46502" name="Pantheon's Soul Crystal - Stage 14" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -20,6 +22,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46503" name="Pantheon's Soul Crystal - Stage 15" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -27,6 +30,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46504" name="Lionel's Soul Crystal - Stage 1" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -34,6 +38,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46505" name="Lionel's Soul Crystal - Stage 2" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -41,6 +46,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46506" name="Lionel's Soul Crystal - Stage 3" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -48,6 +54,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46507" name="Lionel's Soul Crystal - Stage 4" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -55,6 +62,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46508" name="Lionel's Soul Crystal - Stage 5" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -62,6 +70,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46509" name="Lionel's Soul Crystal - Stage 6" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -69,6 +78,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46510" name="Lionel's Soul Crystal - Stage 7" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -76,6 +86,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46511" name="Lionel's Soul Crystal - Stage 8" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -83,6 +94,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46512" name="Lionel's Soul Crystal - Stage 9" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -90,6 +102,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46513" name="Lionel's Soul Crystal - Stage 10" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -97,6 +110,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46514" name="Lionel's Soul Crystal - Stage 11" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -104,6 +118,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46515" name="Lionel's Soul Crystal - Stage 12" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -111,6 +126,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46516" name="Lionel's Soul Crystal - Stage 13" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -118,6 +134,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46517" name="Lionel's Soul Crystal - Stage 14" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -125,6 +142,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46518" name="Lionel's Soul Crystal - Stage 15" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -132,6 +150,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46519" name="Sealed Soul Crystal" additionalName="Not In Use" type="EtcItem">
<!-- A crystal that contains the soul of a monster. Double-click to summon an Evil Spirit that can be absorbed with Soul Crystal Lv. 1-4. -->

View File

@@ -510,6 +510,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46445" name="Kain's Soul Crystal - Stage 2" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -517,6 +518,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46446" name="Kain's Soul Crystal - Stage 3" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -524,6 +526,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46447" name="Kain's Soul Crystal - Stage 4" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -531,6 +534,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46448" name="Kain's Soul Crystal - Stage 5" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -538,6 +542,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46449" name="Kain's Soul Crystal - Stage 6" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -545,6 +550,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46450" name="Kain's Soul Crystal - Stage 7" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -552,6 +558,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46451" name="Kain's Soul Crystal - Stage 8" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -559,6 +566,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46452" name="Kain's Soul Crystal - Stage 9" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -566,6 +574,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46453" name="Kain's Soul Crystal - Stage 10" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -573,6 +582,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46454" name="Kain's Soul Crystal - Stage 11" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -580,6 +590,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46455" name="Kain's Soul Crystal - Stage 12" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -587,6 +598,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46456" name="Kain's Soul Crystal - Stage 13" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -594,6 +606,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46457" name="Kain's Soul Crystal - Stage 14" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -601,6 +614,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46458" name="Kain's Soul Crystal - Stage 15" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -608,6 +622,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46459" name="Mermoden's Soul Crystal - Stage 1" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -615,6 +630,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46460" name="Mermoden's Soul Crystal - Stage 2" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -622,6 +638,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46461" name="Mermoden's Soul Crystal - Stage 3" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -629,6 +646,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46462" name="Mermoden's Soul Crystal - Stage 4" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -636,6 +654,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46463" name="Mermoden's Soul Crystal - Stage 5" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -643,6 +662,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46464" name="Mermoden's Soul Crystal - Stage 6" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -650,6 +670,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46465" name="Mermoden's Soul Crystal - Stage 7" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -657,6 +678,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46466" name="Mermoden's Soul Crystal - Stage 8" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -664,6 +686,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46467" name="Mermoden's Soul Crystal - Stage 9" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -671,6 +694,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46468" name="Mermoden's Soul Crystal - Stage 10" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -678,6 +702,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46469" name="Mermoden's Soul Crystal - Stage 11" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -685,6 +710,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46470" name="Mermoden's Soul Crystal - Stage 12" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -692,6 +718,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46471" name="Mermoden's Soul Crystal - Stage 13" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -699,6 +726,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46472" name="Mermoden's Soul Crystal - Stage 14" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -706,6 +734,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46473" name="Mermoden's Soul Crystal - Stage 15" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -713,6 +742,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46474" name="Leona's Soul Crystal - Stage 1" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -720,6 +750,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46475" name="Leona's Soul Crystal - Stage 2" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -727,6 +758,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46476" name="Leona's Soul Crystal - Stage 3" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -734,6 +766,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46477" name="Leona's Soul Crystal - Stage 4" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -741,6 +774,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46478" name="Leona's Soul Crystal - Stage 5" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -748,6 +782,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46479" name="Leona's Soul Crystal - Stage 6" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -755,6 +790,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46480" name="Leona's Soul Crystal - Stage 7" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -762,6 +798,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46481" name="Leona's Soul Crystal - Stage 8" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -769,6 +806,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46482" name="Leona's Soul Crystal - Stage 9" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -776,6 +814,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46483" name="Leona's Soul Crystal - Stage 10" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -783,6 +822,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46484" name="Leona's Soul Crystal - Stage 11" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -790,6 +830,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46485" name="Leona's Soul Crystal - Stage 12" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -797,6 +838,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46486" name="Leona's Soul Crystal - Stage 13" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -804,6 +846,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46487" name="Leona's Soul Crystal - Stage 14" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -811,6 +854,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46488" name="Leona's Soul Crystal - Stage 15" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -818,6 +862,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46489" name="Pantheon's Soul Crystal - Stage 1" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -825,6 +870,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46490" name="Pantheon's Soul Crystal - Stage 2" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -832,6 +878,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46491" name="Pantheon's Soul Crystal - Stage 3" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -839,6 +886,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46492" name="Pantheon's Soul Crystal - Stage 4" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -846,6 +894,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46493" name="Pantheon's Soul Crystal - Stage 5" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -853,6 +902,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46494" name="Pantheon's Soul Crystal - Stage 6" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -860,6 +910,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46495" name="Pantheon's Soul Crystal - Stage 7" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -867,6 +918,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46496" name="Pantheon's Soul Crystal - Stage 8" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -874,6 +926,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46497" name="Pantheon's Soul Crystal - Stage 9" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -881,6 +934,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46498" name="Pantheon's Soul Crystal - Stage 10" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -888,6 +942,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46499" name="Pantheon's Soul Crystal - Stage 11" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -895,5 +950,6 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
</list>

View File

@@ -6,6 +6,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46501" name="Pantheon's Soul Crystal - Stage 13" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -13,6 +14,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46502" name="Pantheon's Soul Crystal - Stage 14" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -20,6 +22,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46503" name="Pantheon's Soul Crystal - Stage 15" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -27,6 +30,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46504" name="Lionel's Soul Crystal - Stage 1" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -34,6 +38,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46505" name="Lionel's Soul Crystal - Stage 2" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -41,6 +46,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46506" name="Lionel's Soul Crystal - Stage 3" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -48,6 +54,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46507" name="Lionel's Soul Crystal - Stage 4" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -55,6 +62,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46508" name="Lionel's Soul Crystal - Stage 5" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -62,6 +70,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46509" name="Lionel's Soul Crystal - Stage 6" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. <Enchanting>. Compound with Soul Crystal of the same level. -->
@@ -69,6 +78,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46510" name="Lionel's Soul Crystal - Stage 7" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -76,6 +86,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46511" name="Lionel's Soul Crystal - Stage 8" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow crystal effect to weapons. The higher level is, the more powerful crystal effect is activated. <Using>. Visit a town blacksmith to imbue your equipment with a crystal effect. -->
@@ -83,6 +94,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46512" name="Lionel's Soul Crystal - Stage 9" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -90,6 +102,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46513" name="Lionel's Soul Crystal - Stage 10" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -97,6 +110,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46514" name="Lionel's Soul Crystal - Stage 11" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -104,6 +118,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46515" name="Lionel's Soul Crystal - Stage 12" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -111,6 +126,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46516" name="Lionel's Soul Crystal - Stage 13" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -118,6 +134,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46517" name="Lionel's Soul Crystal - Stage 14" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -125,6 +142,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46518" name="Lionel's Soul Crystal - Stage 15" type="EtcItem">
<!-- Crystal containing the soul of a monster. Can bestow special abilities to weapons. -->
@@ -132,6 +150,7 @@
<set name="etcitem_type" val="ENSOUL_STONE" />
<set name="weight" val="20" />
<set name="material" val="CRYSTAL" />
<set name="is_stackable" val="true" />
</item>
<item id="46519" name="Sealed Soul Crystal" additionalName="Not In Use" type="EtcItem">
<!-- A crystal that contains the soul of a monster. Double-click to summon an Evil Spirit that can be absorbed with Soul Crystal Lv. 1-4. -->