Fixed and organized EnchantItemGroups data.
Contributed by manax182.
This commit is contained in:
@@ -97,6 +97,34 @@
|
|||||||
<current enchant="9" chance="20" />
|
<current enchant="9" chance="20" />
|
||||||
</enchantRateGroup>
|
</enchantRateGroup>
|
||||||
|
|
||||||
|
<!-- Talismans enchant group. -->
|
||||||
|
<enchantRateGroup name="TALISMANS_GROUP">
|
||||||
|
<current enchant="0" chance="60" />
|
||||||
|
<current enchant="1" chance="50" />
|
||||||
|
<current enchant="2" chance="40" />
|
||||||
|
<current enchant="3" chance="35" />
|
||||||
|
<current enchant="4" chance="30" />
|
||||||
|
<current enchant="5" chance="28" />
|
||||||
|
<current enchant="6" chance="26" />
|
||||||
|
<current enchant="7" chance="24" />
|
||||||
|
<current enchant="8" chance="22" />
|
||||||
|
<current enchant="9" chance="20" />
|
||||||
|
</enchantRateGroup>
|
||||||
|
|
||||||
|
<!-- Hair Accesory enchant group. -->
|
||||||
|
<enchantRateGroup name="CIRCLET_GROUP">
|
||||||
|
<current enchant="0" chance="60" />
|
||||||
|
<current enchant="1" chance="50" />
|
||||||
|
<current enchant="2" chance="40" />
|
||||||
|
<current enchant="3" chance="35" />
|
||||||
|
<current enchant="4" chance="30" />
|
||||||
|
<current enchant="5" chance="28" />
|
||||||
|
<current enchant="6" chance="26" />
|
||||||
|
<current enchant="7" chance="24" />
|
||||||
|
<current enchant="8" chance="22" />
|
||||||
|
<current enchant="9" chance="20" />
|
||||||
|
</enchantRateGroup>
|
||||||
|
|
||||||
<!-- Default scrolls enchanting route line. -->
|
<!-- Default scrolls enchanting route line. -->
|
||||||
<enchantScrollGroup id="0">
|
<enchantScrollGroup id="0">
|
||||||
<!-- Bind armor group to all item slots except full armor. -->
|
<!-- Bind armor group to all item slots except full armor. -->
|
||||||
@@ -112,10 +140,6 @@
|
|||||||
<item slot="rfinger;lfinger" /> <!-- Right finger, Left finger: Rings -->
|
<item slot="rfinger;lfinger" /> <!-- Right finger, Left finger: Rings -->
|
||||||
<item slot="belt" /> <!-- Belt: Belts -->
|
<item slot="belt" /> <!-- Belt: Belts -->
|
||||||
<item slot="shirt" /> <!-- Shirt: Shirts -->
|
<item slot="shirt" /> <!-- Shirt: Shirts -->
|
||||||
<item slot="hair" /> <!-- Hair Accessories -->
|
|
||||||
<item slot="hair2" /> <!-- Hair Accessories -->
|
|
||||||
<item slot="hairall" /> <!-- Hair Accessories -->
|
|
||||||
<item slot="talisman" /> <!-- Talisman -->
|
|
||||||
<item slot="back" /> <!-- Cloaks -->
|
<item slot="back" /> <!-- Cloaks -->
|
||||||
<item slot="rbracelet" /> <!-- Bracelet -->
|
<item slot="rbracelet" /> <!-- Bracelet -->
|
||||||
<item slot="lbracelet" /> <!-- Evolved Agathion Bracelet -->
|
<item slot="lbracelet" /> <!-- Evolved Agathion Bracelet -->
|
||||||
@@ -156,5 +180,15 @@
|
|||||||
<enchantRate group="ZODIACS_AGATHION">
|
<enchantRate group="ZODIACS_AGATHION">
|
||||||
<item slot="agathion" /> <!-- Agathion: agathion -->
|
<item slot="agathion" /> <!-- Agathion: agathion -->
|
||||||
</enchantRate>
|
</enchantRate>
|
||||||
|
<!-- Talismans Group-->
|
||||||
|
<enchantRate group="TALISMANS_GROUP">
|
||||||
|
<item slot="talisman" /> <!-- Talisman -->
|
||||||
|
</enchantRate>
|
||||||
|
<!-- Circlets Group -->
|
||||||
|
<enchantRate group="CIRCLET_GROUP">
|
||||||
|
<item slot="hair" /> <!-- Hair Accessories -->
|
||||||
|
<item slot="hair2" /> <!-- Hair Accessories -->
|
||||||
|
<item slot="hairall" /> <!-- Hair Accessories -->
|
||||||
|
</enchantRate>
|
||||||
</enchantScrollGroup>
|
</enchantScrollGroup>
|
||||||
</list>
|
</list>
|
@@ -97,6 +97,34 @@
|
|||||||
<current enchant="9" chance="20" />
|
<current enchant="9" chance="20" />
|
||||||
</enchantRateGroup>
|
</enchantRateGroup>
|
||||||
|
|
||||||
|
<!-- Talismans enchant group. -->
|
||||||
|
<enchantRateGroup name="TALISMANS_GROUP">
|
||||||
|
<current enchant="0" chance="60" />
|
||||||
|
<current enchant="1" chance="50" />
|
||||||
|
<current enchant="2" chance="40" />
|
||||||
|
<current enchant="3" chance="35" />
|
||||||
|
<current enchant="4" chance="30" />
|
||||||
|
<current enchant="5" chance="28" />
|
||||||
|
<current enchant="6" chance="26" />
|
||||||
|
<current enchant="7" chance="24" />
|
||||||
|
<current enchant="8" chance="22" />
|
||||||
|
<current enchant="9" chance="20" />
|
||||||
|
</enchantRateGroup>
|
||||||
|
|
||||||
|
<!-- Hair Accesory enchant group. -->
|
||||||
|
<enchantRateGroup name="CIRCLET_GROUP">
|
||||||
|
<current enchant="0" chance="60" />
|
||||||
|
<current enchant="1" chance="50" />
|
||||||
|
<current enchant="2" chance="40" />
|
||||||
|
<current enchant="3" chance="35" />
|
||||||
|
<current enchant="4" chance="30" />
|
||||||
|
<current enchant="5" chance="28" />
|
||||||
|
<current enchant="6" chance="26" />
|
||||||
|
<current enchant="7" chance="24" />
|
||||||
|
<current enchant="8" chance="22" />
|
||||||
|
<current enchant="9" chance="20" />
|
||||||
|
</enchantRateGroup>
|
||||||
|
|
||||||
<!-- Default scrolls enchanting route line. -->
|
<!-- Default scrolls enchanting route line. -->
|
||||||
<enchantScrollGroup id="0">
|
<enchantScrollGroup id="0">
|
||||||
<!-- Bind armor group to all item slots except full armor. -->
|
<!-- Bind armor group to all item slots except full armor. -->
|
||||||
@@ -112,10 +140,6 @@
|
|||||||
<item slot="rfinger;lfinger" /> <!-- Right finger, Left finger: Rings -->
|
<item slot="rfinger;lfinger" /> <!-- Right finger, Left finger: Rings -->
|
||||||
<item slot="belt" /> <!-- Belt: Belts -->
|
<item slot="belt" /> <!-- Belt: Belts -->
|
||||||
<item slot="shirt" /> <!-- Shirt: Shirts -->
|
<item slot="shirt" /> <!-- Shirt: Shirts -->
|
||||||
<item slot="hair" /> <!-- Hair Accessories -->
|
|
||||||
<item slot="hair2" /> <!-- Hair Accessories -->
|
|
||||||
<item slot="hairall" /> <!-- Hair Accessories -->
|
|
||||||
<item slot="talisman" /> <!-- Talisman -->
|
|
||||||
<item slot="back" /> <!-- Cloaks -->
|
<item slot="back" /> <!-- Cloaks -->
|
||||||
<item slot="rbracelet" /> <!-- Bracelet -->
|
<item slot="rbracelet" /> <!-- Bracelet -->
|
||||||
<item slot="lbracelet" /> <!-- Evolved Agathion Bracelet -->
|
<item slot="lbracelet" /> <!-- Evolved Agathion Bracelet -->
|
||||||
@@ -156,5 +180,15 @@
|
|||||||
<enchantRate group="ZODIACS_AGATHION">
|
<enchantRate group="ZODIACS_AGATHION">
|
||||||
<item slot="agathion" /> <!-- Agathion: agathion -->
|
<item slot="agathion" /> <!-- Agathion: agathion -->
|
||||||
</enchantRate>
|
</enchantRate>
|
||||||
|
<!-- Talismans Group-->
|
||||||
|
<enchantRate group="TALISMANS_GROUP">
|
||||||
|
<item slot="talisman" /> <!-- Talisman -->
|
||||||
|
</enchantRate>
|
||||||
|
<!-- Circlets Group -->
|
||||||
|
<enchantRate group="CIRCLET_GROUP">
|
||||||
|
<item slot="hair" /> <!-- Hair Accessories -->
|
||||||
|
<item slot="hair2" /> <!-- Hair Accessories -->
|
||||||
|
<item slot="hairall" /> <!-- Hair Accessories -->
|
||||||
|
</enchantRate>
|
||||||
</enchantScrollGroup>
|
</enchantScrollGroup>
|
||||||
</list>
|
</list>
|
Reference in New Issue
Block a user