Enchant item additions for Adventurer's Talisman.

Contributed by MacuK.
This commit is contained in:
MobiusDevelopment 2021-09-23 21:44:31 +00:00
parent 2e0993646a
commit 8b36f6521a
4 changed files with 24 additions and 1 deletions

View File

@ -357,6 +357,11 @@
<item id="91550" /> <!-- Frintezza's Necklace -->
</enchant>
<!-- Adventurer's Talisman -->
<enchant id="95688" maxEnchant="1" safeEnchant="1">
<item id="91937" />
</enchant>
<!-- Enchant Spirit - Zodiac Agathion -->
<enchant id="48046" maxEnchant="10" safeEnchant="3">
<item id="93128" /> <!-- Agathion Ignis -->

View File

@ -153,6 +153,11 @@
<current enchant="9" chance="20" />
</enchantRateGroup>
<!-- Adventurer's Talisman -->
<enchantRateGroup name="TALISMAN_ADVENTURERS">
<current enchant="0" chance="100" />
</enchantRateGroup>
<!-- Hair Accesory enchant group. -->
<enchantRateGroup name="CIRCLET_GROUP">
<current enchant="0" chance="60" />
@ -238,6 +243,10 @@
<enchantRate group="TALISMAN_AUTHORITY">
<item itemId="91061" /> <!-- Talisman of Authority -->
</enchantRate>
<!-- Adventurer's Talisman -->
<enchantRate group="TALISMAN_ADVENTURERS">
<item itemId="91937" /> <!-- Adventurer's Talisman -->
</enchantRate>
<!-- Circlets Group -->
<enchantRate group="CIRCLET_GROUP">
<item slot="hair" /> <!-- Hair Accessories -->

View File

@ -410,7 +410,7 @@
</enchant>
<!-- Adventurer's Talisman -->
<enchant id="95688" maxEnchant="10" safeEnchant="1">
<enchant id="95688" maxEnchant="1" safeEnchant="1">
<item id="91937" />
</enchant>

View File

@ -153,6 +153,11 @@
<current enchant="9" chance="20" />
</enchantRateGroup>
<!-- Adventurer's Talisman -->
<enchantRateGroup name="TALISMAN_ADVENTURERS">
<current enchant="0" chance="100" />
</enchantRateGroup>
<!-- Hair Accesory enchant group. -->
<enchantRateGroup name="CIRCLET_GROUP">
<current enchant="0" chance="60" />
@ -238,6 +243,10 @@
<enchantRate group="TALISMAN_AUTHORITY">
<item itemId="91061" /> <!-- Talisman of Authority -->
</enchantRate>
<!-- Adventurer's Talisman -->
<enchantRate group="TALISMAN_ADVENTURERS">
<item itemId="91937" /> <!-- Adventurer's Talisman -->
</enchantRate>
<!-- Circlets Group -->
<enchantRate group="CIRCLET_GROUP">
<item slot="hair" /> <!-- Hair Accessories -->