Support for Artifact item slots.

Contributed by hlwrave.
This commit is contained in:
MobiusDev
2018-10-11 18:33:37 +00:00
parent adc5bbc219
commit 866bbde935
88 changed files with 2704 additions and 1343 deletions

View File

@@ -0,0 +1,18 @@
<?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>
<item>
<ingredient count="560000000" id="57" /> <!-- Adena -->
<production count="1" id="48954" /> <!-- Artifact Book - Level 1 -->
</item>
<item>
<ingredient count="600000000" id="57" /> <!-- Adena -->
<production count="1" id="48980" /> <!-- Artifact - Attack Attribute Balance -->
</item>
<item>
<ingredient count="600000000" id="57" /> <!-- Adena -->
<production count="1" id="48981" /> <!-- Artifact - Defense Attribute Balance -->
</item>
</list>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<list isChanceMultisell="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>30098</npc> <!-- Alexandria -->
</npcs>
<item>
<ingredient count="30" id="80000" /> <!-- Artifact Fragment -->
<production count="1" id="48982" /> <!-- Artifact - Received Damage Reduction When Imobilized Balance -->
<production count="1" id="48982" chance="10" /> <!-- Artifact - Received Damage Reduction When Imobilized Balance -->
<production count="5" id="80000" chance="90" /> <!-- Artifact Fragment -->
</item>
<item>
<ingredient count="30" id="80000" /> <!-- Artifact Fragment -->
<production count="1" id="48983" /> <!-- Artifact - P. Skill Power Balance -->
<production count="1" id="48983" chance="10" /> <!-- Artifact - P. Skill Power Balance -->
<production count="5" id="80000" chance="90" /> <!-- Artifact Fragment -->
</item>
<item>
<ingredient count="30" id="80000" /> <!-- Artifact Fragment -->
<production count="1" id="48984" /> <!-- Artifact - M. Skill Power Balance -->
<production count="1" id="48984" chance="10" /> <!-- Artifact - M. Skill Power Balance -->
<production count="5" id="80000" chance="90" /> <!-- Artifact Fragment -->
</item>
</list>

View File

@@ -0,0 +1,18 @@
<?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>
<item>
<ingredient count="300" id="80000" /> <!-- Artifact Fragment -->
<production count="1" id="48982" /> <!-- Artifact - Received Damage Reduction When Imobilized Balance -->
</item>
<item>
<ingredient count="300" id="80000" /> <!-- Artifact Fragment -->
<production count="1" id="48983" /> <!-- Artifact - P. Skill Power Balance -->
</item>
<item>
<ingredient count="300" id="80000" /> <!-- Artifact Fragment -->
<production count="1" id="48984" /> <!-- Artifact - M. Skill Power Balance -->
</item>
</list>