Initial changes.

This commit is contained in:
MobiusDevelopment
2020-10-25 00:08:31 +00:00
parent e7ea71710f
commit 2e8ffbde5c
5043 changed files with 192969 additions and 245412 deletions

View File

@@ -35,7 +35,31 @@
<current enchant="20-29" chance="20" />
<current enchant="30-65535" chance="0" />
</enchantRateGroup>
<!-- Evolved Agathion enchant group. -->
<enchantRateGroup name="AGATHION_CHARM">
<current enchant="0-4" chance="66.67" />
<current enchant="5-6" chance="33" />
<current enchant="7-10" chance="20" />
<current enchant="11-65535" chance="0" />
</enchantRateGroup>
<!-- Brooch enchant group. -->
<enchantRateGroup name="BROOCH_GROUP">
<current enchant="0-4" chance="66.67" />
<current enchant="5-6" chance="33" />
<current enchant="7-10" chance="20" />
<current enchant="11-65535" chance="0" />
</enchantRateGroup>
<!-- Artifact Book enchant group. -->
<enchantRateGroup name="ARTIFACT_BOOK_GROUP">
<current enchant="0-4" chance="66.67" />
<current enchant="5-6" chance="33" />
<current enchant="7-10" chance="20" />
<current enchant="11-65535" chance="0" />
</enchantRateGroup>
<!-- Default scrolls enchanting route line. -->
<enchantScrollGroup id="0">
<!-- Bind armor group to all item slots except full armor. -->
@@ -55,8 +79,21 @@
<item slot="hair2" /> <!-- Hair Accessories -->
<item slot="hairall" /> <!-- Hair Accessories -->
<item slot="back" /> <!-- Cloaks -->
<item slot="rbracelet" /> <!-- Bracelet -->
<item slot="lbracelet" /> <!-- Evolved Agathion Bracelet -->
</enchantRate>
<!-- Agathion Charm -->
<enchantRate group="AGATHION_CHARM">
<item slot="agathion" /> <!-- Agathion Charm -->
</enchantRate>
<!-- Brooch -->
<enchantRate group="BROOCH_GROUP">
<item slot="brooch" /> <!-- Brooch -->
</enchantRate>
<!-- Artifact -->
<enchantRate group="ARTIFACT_BOOK_GROUP">
<item slot="artifactbook" /> <!-- Artifact Book -->
</enchantRate>
<!-- Bind only full armor group to to full armor slot items. -->
<enchantRate group="FULL_ARMOR_GROUP">
<item slot="fullarmor" /> <!-- Full Armor: Full armor pants are included. -->