Luxury shop special item adjustments.

Contributed by Minzee.
This commit is contained in:
MobiusDevelopment
2020-07-14 03:34:33 +00:00
parent 498ccf5feb
commit aa00e84ce5
4 changed files with 71 additions and 24 deletions

View File

@@ -1,22 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>30097</npc> <!-- Galladucci -->
</npcs>
<item>
<!-- Crystal (D-Grade) -->
<ingredient count="320" id="1458" />
<!-- Adena -->
<ingredient count="50000" id="57" />
<!-- Scroll: Enchant Weapon (D-Grade) -->
<production count="1" id="955" />
</item>
<item>
<!-- Crystal (C-Grade) -->
<ingredient count="368" id="1459" />
<!-- Adena -->
<ingredient count="330000" id="57" />
<!-- Scroll: Enchant Weapon (C-Grade) -->
<production count="1" id="951" />
</item>
</list>

View File

@@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>30098</npc> <!-- Alexandria -->
</npcs>
<!-- Luxury Shop - Special Items -->
<item>
<ingredient id="1459" count="100"/> <!-- Crystal: C-Grade -->
<ingredient id="1458" count="500"/> <!-- Crystal: D-Grade -->
<production id="4636" count="1"/> <!-- Red Soul Crystal - Stage 7 -->
</item>
<item>
<ingredient id="1459" count="100"/> <!-- Crystal: C-Grade -->
<ingredient id="1458" count="500"/> <!-- Crystal: D-Grade -->
<production id="4647" count="1"/> <!-- Green Soul Crystal - Stage 7 -->
</item>
<item>
<ingredient id="1459" count="100"/> <!-- Crystal: C-Grade -->
<ingredient id="1458" count="500"/> <!-- Crystal: D-Grade -->
<production id="4658" count="1"/> <!-- Blue Soul Crystal - Stage 7 -->
</item>
<item>
<ingredient id="1459" count="120"/> <!-- Crystal: C-Grade -->
<ingredient id="1458" count="567"/> <!-- Crystal: D-Grade -->
<production id="4637" count="1"/> <!-- Red Soul Crystal - Stage 8 -->
</item>
<item>
<ingredient id="1459" count="120"/> <!-- Crystal: C-Grade -->
<ingredient id="1458" count="567"/> <!-- Crystal: D-Grade -->
<production id="4648" count="1"/> <!-- Green Soul Crystal - Stage 8 -->
</item>
<item>
<ingredient id="1459" count="120"/> <!-- Crystal: C-Grade -->
<ingredient id="1458" count="567"/> <!-- Crystal: D-Grade -->
<production id="4659" count="1"/><!-- Blue Soul Crystal - Stage 8 -->
</item>
<item>
<ingredient id="1460" count="44"/> <!-- Crystal: B-Grade -->
<ingredient id="1459" count="135"/> <!-- Crystal: C-Grade -->
<production id="4638" count="1"/> <!-- Red Soul Crystal - Stage 9 -->
</item>
<item>
<ingredient id="1460" count="44"/> <!-- Crystal: B-Grade -->
<ingredient id="1459" count="135"/> <!-- Crystal: C-Grade -->
<production id="4649" count="1"/> <!-- Green Soul Crystal - Stage 9 -->
</item>
<item>
<ingredient id="1460" count="44"/> <!-- Crystal: B-Grade -->
<ingredient id="1459" count="135"/> <!-- Crystal: C-Grade -->
<production id="4660" count="1"/> <!-- Blue Soul Crystal - Stage 9 -->
</item>
<item>
<ingredient id="1460" count="50"/> <!-- Crystal: B-Grade -->
<ingredient id="1459" count="150"/> <!-- Crystal: C-Grade -->
<production id="4639" count="1"/> <!-- Red Soul Crystal - Stage 10 -->
</item>
<item>
<ingredient id="1460" count="50"/> <!-- Crystal: B-Grade -->
<ingredient id="1459" count="150"/> <!-- Crystal: C-Grade -->
<production id="4650" count="1"/> <!-- Green Soul Crystal - Stage 10 -->
</item>
<item>
<ingredient id="1460" count="50"/> <!-- Crystal: B-Grade -->
<ingredient id="1459" count="150"/> <!-- Crystal: C-Grade -->
<production id="4661" count="1"/> <!-- Blue Soul Crystal - Stage 10 -->
</item>
</list>