Addition of guard agathions.
Contributed by Liamxroy.
This commit is contained in:
parent
934ffdffdd
commit
582f0cc188
@ -55,6 +55,7 @@
|
||||
<item slot="hair2" /> <!-- Hair Accessories -->
|
||||
<item slot="hairall" /> <!-- Hair Accessories -->
|
||||
<item slot="back" /> <!-- Cloaks -->
|
||||
<item slot="agathion" /> <!-- Agathion Charm -->
|
||||
</enchantRate>
|
||||
<!-- Bind only full armor group to to full armor slot items. -->
|
||||
<enchantRate group="FULL_ARMOR_GROUP">
|
||||
|
@ -294,15 +294,33 @@
|
||||
</skill>
|
||||
<skill id="28065" toLevel="1" name="Zodiac Agathion Charm Book of Growth">
|
||||
<icon>icon.star_scrl_of_ench_ag</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="28066" toLevel="1" name="Ancient Zodiac Agathion Charm Book of Growth">
|
||||
<icon>icon.star_giantscrl_of_ench_ag</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="28067" toLevel="1" name="Zodiac Agathion Cube">
|
||||
<icon>icon.star_agathion_cube</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="28068" toLevel="1" name="Scroll: Enchant Cloak - Legendary">
|
||||
<operateType>A1</operateType>
|
||||
|
@ -55,6 +55,7 @@
|
||||
<item slot="hair2" /> <!-- Hair Accessories -->
|
||||
<item slot="hairall" /> <!-- Hair Accessories -->
|
||||
<item slot="back" /> <!-- Cloaks -->
|
||||
<item slot="agathion" /> <!-- Agathion Charm -->
|
||||
</enchantRate>
|
||||
<!-- Bind only full armor group to to full armor slot items. -->
|
||||
<enchantRate group="FULL_ARMOR_GROUP">
|
||||
|
@ -1587,4 +1587,43 @@
|
||||
<options level="9" option1="33438" />
|
||||
<options level="10" option1="33439" />
|
||||
</item>
|
||||
<item id="48572"> <!-- Masia's Guard Agathion Charm -->
|
||||
<options level="0" option1="40988" />
|
||||
<options level="1" option1="40989" />
|
||||
<options level="2" option1="40990" />
|
||||
<options level="3" option1="40991" />
|
||||
<options level="4" option1="40992" />
|
||||
<options level="5" option1="40993" />
|
||||
<options level="6" option1="40994" />
|
||||
<options level="7" option1="40995" />
|
||||
<options level="8" option1="40996" />
|
||||
<options level="9" option1="40997" />
|
||||
<options level="10" option1="40998" />
|
||||
</item>
|
||||
<item id="48573"> <!-- Paulina's Guard Agathion Charm -->
|
||||
<options level="0" option1="41000" />
|
||||
<options level="1" option1="41001" />
|
||||
<options level="2" option1="41002" />
|
||||
<options level="3" option1="41003" />
|
||||
<options level="4" option1="41004" />
|
||||
<options level="5" option1="41005" />
|
||||
<options level="6" option1="41006" />
|
||||
<options level="7" option1="41007" />
|
||||
<options level="8" option1="41008" />
|
||||
<options level="9" option1="41009" />
|
||||
<options level="10" option1="41010" />
|
||||
</item>
|
||||
<item id="48574"> <!-- Tersi's Guard Agathion Charm -->
|
||||
<options level="0" option1="41011" />
|
||||
<options level="1" option1="41012" />
|
||||
<options level="2" option1="41013" />
|
||||
<options level="3" option1="41014" />
|
||||
<options level="4" option1="41015" />
|
||||
<options level="5" option1="41016" />
|
||||
<options level="6" option1="41017" />
|
||||
<options level="7" option1="41018" />
|
||||
<options level="8" option1="41019" />
|
||||
<options level="9" option1="41020" />
|
||||
<options level="10" option1="41021" />
|
||||
</item>
|
||||
</list>
|
@ -918,47 +918,131 @@
|
||||
<!-- Growth Book exclusively for Guard Agathion. The book increases M. Def. and adds a Special Ability from +4. It can safely enchant Agathion to +3 and enchant up to +10. Unique Abilities level up gradually from +1. -->
|
||||
<set name="icon" val="icon.guard_scrl_of_ench_ag" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="ENCHT_AM" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="120" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<skills>
|
||||
<skill id="39234" level="1" /> <!-- Book of Growth: Guard Agathion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48571" name="Ancient Book of Growth: Guard Agathion" type="EtcItem">
|
||||
<!-- Growth Book exclusively for Guard Agathion. The book increases M. Def. and adds a Special Ability from +4. It can safely enchant Agathion to +3 and enchant up to +10. Unique Abilities level up gradually from +1. If successful, Agathion enhances randomly between +1 to +3. Cannot be used on Agathions enchanted to +7 or higher. -->
|
||||
<set name="icon" val="icon.guard_giantscrl_of_ench_ag" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="GIANT_ENCHT_AM" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="120" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<skills>
|
||||
<skill id="39235" level="1" /> <!-- Ancient Book of Growth: Guard Agathion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48572" name="Masia's Guard Agathion Charm" type="Armor">
|
||||
<!-- A charm that activates the power of Masia's Guard Agathion. Unique Abilities become active only when applied to a heavy armor set enchanted to +8 or higher. When equipped in a main slot, it summons the Agathion and activates Special Abilities. When equipped in a sub slot, only its Unique Abilities become active. -->
|
||||
<set name="icon" val="icon.agathion_masia_guard_1" />
|
||||
<set name="default_action" val="EQUIP" />
|
||||
<set name="bodypart" val="gloves" />
|
||||
<set name="bodypart" val="agathion" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="SILVER" />
|
||||
<set name="weight" val="5" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="enchant_enabled" val="7" />
|
||||
<skills>
|
||||
<skill id="39222" level="1" /> <!-- Summon Masia's Guard Agathion -->
|
||||
<skill id="39223" level="1" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="2" type="ON_ENCHANT" type_value="1" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="3" type="ON_ENCHANT" type_value="2" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="4" type="ON_ENCHANT" type_value="3" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="5" type="ON_ENCHANT" type_value="4" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="6" type="ON_ENCHANT" type_value="5" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="7" type="ON_ENCHANT" type_value="6" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="8" type="ON_ENCHANT" type_value="7" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="9" type="ON_ENCHANT" type_value="8" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="10" type="ON_ENCHANT" type_value="9" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="11" type="ON_ENCHANT" type_value="10" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39225" level="1" type="ON_ENCHANT" type_value="4" /> <!-- Masia's Guard Special Ability -->
|
||||
<skill id="39225" level="1" type="ON_ENCHANT" type_value="5" /> <!-- Masia's Guard Special Ability -->
|
||||
<skill id="39225" level="2" type="ON_ENCHANT" type_value="6" /> <!-- Masia's Guard Special Ability -->
|
||||
<skill id="39225" level="2" type="ON_ENCHANT" type_value="7" /> <!-- Masia's Guard Special Ability -->
|
||||
<skill id="39225" level="3" type="ON_ENCHANT" type_value="8" /> <!-- Masia's Guard Special Ability -->
|
||||
<skill id="39225" level="3" type="ON_ENCHANT" type_value="9" /> <!-- Masia's Guard Special Ability -->
|
||||
<skill id="39225" level="4" type="ON_ENCHANT" type_value="10" /> <!-- Masia's Guard Special Ability -->
|
||||
<skill id="35087" level="1" /> <!-- Agathion's Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48573" name="Paulina's Guard Agathion Charm" type="Armor">
|
||||
<!-- A charm that activates the power of Paulina's Guard Agathion. Unique Abilities become active only when applied to a light armor set enchanted to +8 or higher. When equipped in a main slot, it summons the Agathion and activates Special Abilities. When equipped in a sub slot, only its Unique Abilities become active. -->
|
||||
<set name="icon" val="icon.agathion_pollyne_guard_1" />
|
||||
<set name="default_action" val="EQUIP" />
|
||||
<set name="bodypart" val="gloves" />
|
||||
<set name="bodypart" val="agathion" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="SILVER" />
|
||||
<set name="weight" val="5" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="enchant_enabled" val="7" />
|
||||
<skills>
|
||||
<skill id="39226" level="1" /> <!-- Summon Paulina's Guard Agathion -->
|
||||
<skill id="39227" level="1" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="2" type="ON_ENCHANT" type_value="1" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="3" type="ON_ENCHANT" type_value="2" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="4" type="ON_ENCHANT" type_value="3" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="5" type="ON_ENCHANT" type_value="4" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="6" type="ON_ENCHANT" type_value="5" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="7" type="ON_ENCHANT" type_value="6" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="8" type="ON_ENCHANT" type_value="7" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="9" type="ON_ENCHANT" type_value="8" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="10" type="ON_ENCHANT" type_value="9" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="11" type="ON_ENCHANT" type_value="10" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39229" level="1" type="ON_ENCHANT" type_value="4" /> <!-- Paulina's Guard Special Ability -->
|
||||
<skill id="39229" level="1" type="ON_ENCHANT" type_value="5" /> <!-- Paulina's Guard Special Ability -->
|
||||
<skill id="39229" level="2" type="ON_ENCHANT" type_value="6" /> <!-- Paulina's Guard Special Ability -->
|
||||
<skill id="39229" level="2" type="ON_ENCHANT" type_value="7" /> <!-- Paulina's Guard Special Ability -->
|
||||
<skill id="39229" level="3" type="ON_ENCHANT" type_value="8" /> <!-- Paulina's Guard Special Ability -->
|
||||
<skill id="39229" level="3" type="ON_ENCHANT" type_value="9" /> <!-- Paulina's Guard Special Ability -->
|
||||
<skill id="39229" level="4" type="ON_ENCHANT" type_value="10" /> <!-- Paulina's Guard Special Ability -->
|
||||
<skill id="35087" level="1" /> <!-- Agathion's Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48574" name="Tersi's Guard Agathion Charm" type="Armor">
|
||||
<!-- A charm that activates the power of Tersi's Guard Agathion. Unique abilities become active only when applied to a robe set enchanted to +8 or higher. When equipped in a main slot, it summons the Agathion and activates Special Abilities. When equipped in a sub slot, only its Unique Abilities become active. -->
|
||||
<set name="icon" val="icon.agathion_tersi_guard_1" />
|
||||
<set name="default_action" val="EQUIP" />
|
||||
<set name="bodypart" val="gloves" />
|
||||
<set name="bodypart" val="agathion" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="SILVER" />
|
||||
<set name="weight" val="5" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="enchant_enabled" val="7" />
|
||||
<skills>
|
||||
<skill id="39330" level="1" /> <!-- Summon Tersi's Guard Agathion -->
|
||||
<skill id="39331" level="1" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="2" type="ON_ENCHANT" type_value="1" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="3" type="ON_ENCHANT" type_value="2" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="4" type="ON_ENCHANT" type_value="3" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="5" type="ON_ENCHANT" type_value="4" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="6" type="ON_ENCHANT" type_value="5" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="7" type="ON_ENCHANT" type_value="6" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="8" type="ON_ENCHANT" type_value="7" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="9" type="ON_ENCHANT" type_value="8" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="10" type="ON_ENCHANT" type_value="9" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="11" type="ON_ENCHANT" type_value="10" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39333" level="1" type="ON_ENCHANT" type_value="4" /> <!-- Tersi's Guard Special Ability -->
|
||||
<skill id="39333" level="1" type="ON_ENCHANT" type_value="5" /> <!-- Tersi's Guard Special Ability -->
|
||||
<skill id="39333" level="2" type="ON_ENCHANT" type_value="6" /> <!-- Tersi's Guard Special Ability -->
|
||||
<skill id="39333" level="2" type="ON_ENCHANT" type_value="7" /> <!-- Tersi's Guard Special Ability -->
|
||||
<skill id="39333" level="3" type="ON_ENCHANT" type_value="8" /> <!-- Tersi's Guard Special Ability -->
|
||||
<skill id="39333" level="3" type="ON_ENCHANT" type_value="9" /> <!-- Tersi's Guard Special Ability -->
|
||||
<skill id="39333" level="4" type="ON_ENCHANT" type_value="10" /> <!-- Tersi's Guard Special Ability -->
|
||||
<skill id="35087" level="1" /> <!-- Agathion's Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48575" name="Super Advanced Seed Bracelet" additionalName="Stage 2" type="Armor">
|
||||
<!-- When equipped, it activates one main Agathion slot and two auxiliary slots. Can be enchanted through Fishing Guild Leader Santiago. <Active Skill>. 1. Agathion Teleport: Provides a teleport skill to teleport to Town of Aden/ Town of Rune/ Town of Giran/ Heine (Cooldown: 30 min). <Item Skill>. 1. Increases STR/ INT/ CON/ DEX/ WIT/ MEN/ CHA/ LUC by 1. 2. Increases Fire/ Water/ Earth/ Wind/ Dark/ Holy attacks by 50 and defenses by 50. 3. Increases XP gain in Vitality state by 10%. -->
|
||||
@ -969,6 +1053,14 @@
|
||||
<set name="material" val="SILVER" />
|
||||
<set name="weight" val="150" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<skills>
|
||||
<skill id="35071" level="2" /> <!-- Expand Primary and Secondary Agathion Slots -->
|
||||
<skill id="17551" level="1" /> <!-- Balanced Power -->
|
||||
<skill id="17547" level="1" /> <!-- Agathion Teleport: Town of Aden -->
|
||||
<skill id="17548" level="1" /> <!-- Agathion Teleport: Town of Rune -->
|
||||
<skill id="17549" level="1" /> <!-- Agathion Teleport: Town of Giran-->
|
||||
<skill id="17550" level="1" /> <!-- Agathion Teleport: Heine -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48576" name="Super Advanced Seed Bracelet" additionalName="Stage 3" type="Armor">
|
||||
<!-- When equipped, it activates one main Agathion slot and three auxiliary slots. Can be enchanted through Fishing Guild Leader Santiago. <Active Skill>. 1. Agathion Teleport: Provides a teleport skill to teleport to Town of Aden/ Town of Rune/ Town of Giran/ Heine (Cooldown 30 min). <Item Skill>. 1. STR/ INT/ CON/ DEX/ WIT/ MEN/ CHA/ LUC +1. 2. Fire/ Water/ Earth/ Wind/ Dark/ Holy attacks and defenses +50. 3. XP gain in Vitality state +15%. -->
|
||||
@ -979,6 +1071,14 @@
|
||||
<set name="material" val="SILVER" />
|
||||
<set name="weight" val="150" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<skills>
|
||||
<skill id="35071" level="3" /> <!-- Expand Primary and Secondary Agathion Slots -->
|
||||
<skill id="17551" level="1" /> <!-- Balanced Power -->
|
||||
<skill id="17547" level="1" /> <!-- Agathion Teleport: Town of Aden -->
|
||||
<skill id="17548" level="1" /> <!-- Agathion Teleport: Town of Rune -->
|
||||
<skill id="17549" level="1" /> <!-- Agathion Teleport: Town of Giran-->
|
||||
<skill id="17550" level="1" /> <!-- Agathion Teleport: Heine -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48577" name="Super Advanced Seed Bracelet" additionalName="Stage 4" type="Armor">
|
||||
<!-- When equipped, it activates one main Agathion slot and four auxiliary slots. <Active Skill>. 1. Agathion Teleport: Provides a teleport skill to teleport to Town of Aden/ Town of Rune/ Town of Giran/ Heine (Cooldown 30 min). <Item Skill>. 1. STR/ INT/ CON/ DEX/ WIT/ MEN/ CHA/ LUC +1. 2. Fire/ Water/ Earth/ Wind/ Dark/ Holy attack and defense +50. 3. XP gain in Vitality state +20%. -->
|
||||
@ -989,6 +1089,14 @@
|
||||
<set name="material" val="SILVER" />
|
||||
<set name="weight" val="150" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<skills>
|
||||
<skill id="35071" level="4" /> <!-- Expand Primary and Secondary Agathion Slots -->
|
||||
<skill id="17551" level="1" /> <!-- Balanced Power -->
|
||||
<skill id="17547" level="1" /> <!-- Agathion Teleport: Town of Aden -->
|
||||
<skill id="17548" level="1" /> <!-- Agathion Teleport: Town of Rune -->
|
||||
<skill id="17549" level="1" /> <!-- Agathion Teleport: Town of Giran-->
|
||||
<skill id="17550" level="1" /> <!-- Agathion Teleport: Heine -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48578" name="Demon Slayer's Proof" type="EtcItem">
|
||||
<!-- Evidence that proves you have defeated demons and prevented Atelia refinement. Take these to Leona Blackbird. -->
|
||||
@ -1064,7 +1172,7 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="ENCHT_AM" />
|
||||
<set name="etcitem_type" val="GIANT_ENCHT_AM" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_ARMOR" />
|
||||
@ -1084,6 +1192,7 @@
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="enchant_enabled" val="10" />
|
||||
<skills>
|
||||
<skill id="35205" level="1" /> <!-- Savior's Mask Basic Effect -->
|
||||
<skill id="35207" level="1" type="ON_ENCHANT" type_value="7" /> <!-- Warrior's Circlet Enchant Effect -->
|
||||
|
@ -294,15 +294,33 @@
|
||||
</skill>
|
||||
<skill id="28065" toLevel="1" name="Zodiac Agathion Charm Book of Growth">
|
||||
<icon>icon.star_scrl_of_ench_ag</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="28066" toLevel="1" name="Ancient Zodiac Agathion Charm Book of Growth">
|
||||
<icon>icon.star_giantscrl_of_ench_ag</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="28067" toLevel="1" name="Zodiac Agathion Cube">
|
||||
<icon>icon.star_agathion_cube</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="28068" toLevel="1" name="Scroll: Enchant Cloak - Legendary">
|
||||
<operateType>A1</operateType>
|
||||
|
595
L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/39200-39299.xml
vendored
Normal file
595
L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/39200-39299.xml
vendored
Normal file
@ -0,0 +1,595 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
|
||||
<skill id="39200" toLevel="1" name="Merlot's Gift">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39201" toLevel="7" name="Dragon's Relic">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39202" toLevel="3" name="+10 Bloody Armor - Heavy Armor Capsule">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39203" toLevel="1" name="Blessed Scroll: Enchant Dragon Shirt">
|
||||
<!-- A Dragon Shirt Enchant Scroll. If enchantment to the Blessed Enchant Scroll fails, its enchant level will be reset. -->
|
||||
<icon>icon.bm_blessed_scrl_of_ench_shirt</icon>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLvl>1</magicLvl>
|
||||
<isMagic>2</isMagic>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="39204" toLevel="2" name="Mysterious Weapon Enchant Scroll">
|
||||
<!-- A Mysterious Weapon Enchant Scroll. If enchantment fails, the weapon will be destroyed. -->
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLvl>1</magicLvl>
|
||||
<isMagic>2</isMagic>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="39205" toLevel="1" name="Glowing Dragon's Attribute Potion">
|
||||
<!-- For $s1, Attack Attribute +$s2, all Attribute Resistance +$s3, and Acquired XP/ SP +$s4. Buff effects persist even after death. -->
|
||||
<icon>icon.bm_dragon_posion_special</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39206" toLevel="1" name="Royal Red Save Ticket Box">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39207" toLevel="1" name="Red Libra's Fortune Scroll">
|
||||
<!-- When used, increases Acquired XP/ SP by $s2, Acquired XP/ SP in Vitality state by $s3, and P. Atk./ M. Atk./ P. Def./ M. Def. by $s4 for $s1. Will be deleted during maintenance on Wednesday, November 29th when the Red Libra Merchants leave. -->
|
||||
<icon>icon.etc_charm_of_luck_i00</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39208" toLevel="17" name="Red Libra's Adena Gift Box">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39209" toLevel="1" name="Fried Fish">
|
||||
<icon>icon.fish_stew_buff</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39210" toLevel="1" name="Steamed Fish">
|
||||
<icon>icon.fish_stew_buff</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39211" toLevel="1" name="Grilled Fish">
|
||||
<icon>icon.fish_stew_buff</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39212" toLevel="1" name="Braised Fish">
|
||||
<icon>icon.fish_stew_buff</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39213" toLevel="1" name="Royal Fish Soup">
|
||||
<icon>icon.fish_stew_buff</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39214" toLevel="2" name="Fried Fish">
|
||||
<!-- Increases P. Atk. by $s1 for 10 min. Can be stacked with Honey Vitality Beer. -->
|
||||
<icon>
|
||||
<value level="1">icon.fishing_buff_p_dmg_1</value>
|
||||
<value level="2">icon.fishing_buff_p_dmg_2</value>
|
||||
</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39215" toLevel="2" name="Steamed Fish">
|
||||
<!-- Increases M. Atk. by $s1 for 10 min. Can be stacked with Honey Vitality Beer. -->
|
||||
<icon>
|
||||
<value level="1">icon.fishing_buff_m_dmg_1</value>
|
||||
<value level="2">icon.fishing_buff_m_dmg_2</value>
|
||||
</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39216" toLevel="2" name="Grilled Fish">
|
||||
<!-- Increases Atk. Spd./ Casting Spd. by $s1, Speed by $s2 for 10 min. Can be stacked with Honey Vitality Beer. -->
|
||||
<icon>
|
||||
<value level="1">icon.fishing_buff_pm_speed_1</value>
|
||||
<value level="2">icon.fishing_buff_pm_speed_2</value>
|
||||
</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39217" toLevel="2" name="Braised Fish">
|
||||
<!-- Increases Max HP/ MP by $s1 for 10 min. Can be stacked with Honey Vitality Beer. -->
|
||||
<icon>
|
||||
<value level="1">icon.fishing_buff_hp_mp_1</value>
|
||||
<value level="2">icon.fishing_buff_hp_mp_2</value>
|
||||
</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39218" toLevel="2" name="Royal Fish Soup">
|
||||
<!-- Increases P. Atk./ M. Atk., Atk./ Casting Spd., Max HP/ MP by $s1 for 10 min. Can be stacked with Honey Vitality Beer. -->
|
||||
<icon>
|
||||
<value level="1">icon.fishing_buff_all_1</value>
|
||||
<value level="2">icon.fishing_buff_all_2</value>
|
||||
</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39219" toLevel="1" name="Olympiad Class Winner's Rune">
|
||||
<!-- If stored in the inventory, increases Acquired Acquired XP/ SP in Vitality state by $s1, P. Def. by $s2, M. Def. by $s3, Speed by $s4, Skill Power by $s5. -->
|
||||
<icon>icon.rune_olympiad_legend_server</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39220" toLevel="1" name="Olympiad Class Runner-up's Rune">
|
||||
<!-- If stored in the inventory, increases Acquired Acquired XP/ SP in Vitality state by $s1, P. Def. by $s2, M. Def. by $s3, Speed by $s4, Skill Power by $s5. -->
|
||||
<icon>icon.rune_olympiad_legend_server</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39221" toLevel="1" name="Legend Celebration Rune">
|
||||
<!-- If stored in the inventory, increases Acquired Acquired XP/ SP in Vitality state by $s1, P. Def. by $s2, M. Def. by $s3, Speed by $s4, Skill Power by $s5. -->
|
||||
<icon>icon.rune_olympiad_legend_server</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39222" toLevel="1" name="Summon Masia's Guard Agathion">
|
||||
<!-- Summons Masia's Guard Agathion. -->
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic>
|
||||
<magicLvl>85</magicLvl>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="SummonAgathion">
|
||||
<npcId>13570</npcId> <!-- Masia's Guard-->
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39223" toLevel="11" name="Masia's Guard Unique Ability">
|
||||
<!-- Unique Ability activates only when +8 or higher heavy armor set effects are active. As Agathion grows, P. Def. increases and Skill Cooldown decreases. -->
|
||||
<icon>icon.agathion_masia_guard_1</icon>
|
||||
<operateType>P</operateType>
|
||||
<passiveConditions>
|
||||
<condition name="OpSkillAcquire">
|
||||
<!-- TODO: Enchant has to be higher than +8 13339 lvl 3-4-5 -->
|
||||
<skillId>13339</skillId> <!-- Enchant Heavy Armor Set + 6 (R-grade) -->
|
||||
<hasLearned>true</hasLearned>
|
||||
</condition>
|
||||
</passiveConditions>
|
||||
<effects>
|
||||
<effect name="PhysicalDefence">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">321</value>
|
||||
<value level="3">377</value>
|
||||
<value level="4">445</value>
|
||||
<value level="5">523</value>
|
||||
<value level="6">615</value>
|
||||
<value level="7">724</value>
|
||||
<value level="8">851</value>
|
||||
<value level="9">1002</value>
|
||||
<value level="10">1179</value>
|
||||
<value level="11">1387</value>
|
||||
</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
<effect name="Reuse">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">-1</value>
|
||||
<value level="8">-2</value>
|
||||
<value level="9">-3</value>
|
||||
<value level="10">-4</value>
|
||||
<value level="11">-5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
<magicType>0</magicType>
|
||||
</effect>
|
||||
<effect name="Reuse">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">-1</value>
|
||||
<value level="8">-2</value>
|
||||
<value level="9">-3</value>
|
||||
<value level="10">-4</value>
|
||||
<value level="11">-5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
<magicType>1</magicType>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39224" toLevel="11" name="Masia's Guard Unique Ability">
|
||||
<!-- Unique Ability activates only when +8 or higher heavy armor set effects are active. As Agathion grows, P. Def. increases and Skill Cooldown decreases. -->
|
||||
<icon>icon.agathion_masia_guard_1</icon>
|
||||
<operateType>P</operateType>
|
||||
<passiveConditions>
|
||||
<condition name="OpSkillAcquire">
|
||||
<!-- TODO: Enchant has to be higher than +8 13339 lvl 3-4-5 -->
|
||||
<skillId>13339</skillId> <!-- Enchant Heavy Armor Set + 6 (R-grade) -->
|
||||
<hasLearned>true</hasLearned>
|
||||
</condition>
|
||||
</passiveConditions>
|
||||
<effects>
|
||||
<effect name="PhysicalDefence">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">321</value>
|
||||
<value level="3">377</value>
|
||||
<value level="4">445</value>
|
||||
<value level="5">523</value>
|
||||
<value level="6">615</value>
|
||||
<value level="7">724</value>
|
||||
<value level="8">851</value>
|
||||
<value level="9">1002</value>
|
||||
<value level="10">1179</value>
|
||||
<value level="11">1387</value>
|
||||
</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
<effect name="Reuse">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">-1</value>
|
||||
<value level="8">-2</value>
|
||||
<value level="9">-3</value>
|
||||
<value level="10">-4</value>
|
||||
<value level="11">-5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
<magicType>0</magicType>
|
||||
</effect>
|
||||
<effect name="Reuse">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">-1</value>
|
||||
<value level="8">-2</value>
|
||||
<value level="9">-3</value>
|
||||
<value level="10">-4</value>
|
||||
<value level="11">-5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
<magicType>1</magicType>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39225" toLevel="4" name="Masia's Guard Special Ability">
|
||||
<!-- As Agathion grows, Fixed Damage Resistance increases. -->
|
||||
<icon>icon.agathion_masia_guard_1</icon>
|
||||
<operateType>P</operateType>
|
||||
<effects>
|
||||
<effect name="PhysicalDefence">
|
||||
<amount>
|
||||
<value level="1">321</value>
|
||||
<value level="2">321</value>
|
||||
<value level="3">321</value>
|
||||
<value level="4">321</value>
|
||||
</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39226" toLevel="1" name="Summon Paulina's Guard Agathion">
|
||||
<!-- Summons Paulina's Guard Agathion. -->
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic>
|
||||
<magicLvl>85</magicLvl>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="SummonAgathion">
|
||||
<npcId>13571</npcId> <!-- Pollyne's Guard-->
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39227" toLevel="11" name="Paulina's Guard Unique Ability">
|
||||
<!-- Unique Ability activates only when +8 or higher light armor set effects are active. As Agathion grows, P. Def. and Skill Power increases. -->
|
||||
<icon>icon.agathion_pollyne_guard_1</icon>
|
||||
<operateType>P</operateType>
|
||||
<passiveConditions>
|
||||
<condition name="OpSkillAcquire">
|
||||
<!-- TODO: Enchant has to be higher than +8 13340 lvl 3-4-5 -->
|
||||
<skillId>13340</skillId> <!-- Enchant Light Armor Set + 6 (R-grade) -->
|
||||
<hasLearned>true</hasLearned>
|
||||
</condition>
|
||||
</passiveConditions>
|
||||
<effects>
|
||||
<effect name="PhysicalDefence">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">321</value>
|
||||
<value level="3">377</value>
|
||||
<value level="4">445</value>
|
||||
<value level="5">523</value>
|
||||
<value level="6">615</value>
|
||||
<value level="7">724</value>
|
||||
<value level="8">851</value>
|
||||
<value level="9">1002</value>
|
||||
<value level="10">1179</value>
|
||||
<value level="11">1387</value>
|
||||
</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
<effect name="PvePhysicalSkillDamageBonus">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="PveMagicalSkillDamageBonus">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="PvpPhysicalSkillDamageBonus">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="PvpMagicalSkillDamageBonus">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39228" toLevel="11" name="Paulina's Guard Unique Ability">
|
||||
<!-- Unique Ability activates only when +8 or higher light armor set effects are active. As Agathion grows, P. Def. and Skill Power increases. -->
|
||||
<icon>icon.agathion_pollyne_guard_1</icon>
|
||||
<operateType>P</operateType>
|
||||
<passiveConditions>
|
||||
<condition name="OpSkillAcquire">
|
||||
<!-- TODO: Enchant has to be higher than +8 13340 lvl 3-4-5 -->
|
||||
<skillId>13340</skillId> <!-- Enchant Light Armor Set + 6 (R-grade) -->
|
||||
<hasLearned>true</hasLearned>
|
||||
</condition>
|
||||
</passiveConditions>
|
||||
<effects>
|
||||
<effect name="PhysicalDefence">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">321</value>
|
||||
<value level="3">377</value>
|
||||
<value level="4">445</value>
|
||||
<value level="5">523</value>
|
||||
<value level="6">615</value>
|
||||
<value level="7">724</value>
|
||||
<value level="8">851</value>
|
||||
<value level="9">1002</value>
|
||||
<value level="10">1179</value>
|
||||
<value level="11">1387</value>
|
||||
</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
<effect name="PvePhysicalSkillDamageBonus">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="PveMagicalSkillDamageBonus">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="PvpPhysicalSkillDamageBonus">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="PvpMagicalSkillDamageBonus">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39229" toLevel="4" name="Paulina's Guard Special Ability">
|
||||
<!-- As Agathion grows, Fixed Damage Resistance increases. -->
|
||||
<icon>icon.agathion_pollyne_guard_1</icon>
|
||||
<operateType>P</operateType>
|
||||
</skill>
|
||||
<skill id="39230" toLevel="3" name="Shining Fortune Box">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39231" toLevel="4" name="Master Fisherman's Blessing - 1-hr">
|
||||
<!-- Increases Fishing Success Rate by $s2 for $s1 h. Effect remains after death and cannot be deleted. -->
|
||||
<icon>icon.fishing_zone_ticket</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39232" toLevel="4" name="Blue Potion - Fishing XP Bonus">
|
||||
<!-- When used, increases Successful Fishing XP by $s2 for $s1. Applies to all bait. Can be stacked with Angler's Blessing. -->
|
||||
<icon>BranchIcon.etc_sign_agathion_feed_blue_i00</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39233" toLevel="1" name="Lucky Vitality Potion">
|
||||
<icon>BranchIcon.etc_sign_agathion_feed_yellow_i00</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39234" toLevel="1" name="Guard Agathion Scroll of Growth">
|
||||
<icon>icon.star_scrl_of_ench_ag</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="39235" toLevel="1" name="Ancient Guard Agathion Scroll of Growth">
|
||||
<icon>icon.star_giantscrl_of_ench_ag</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="39236" toLevel="1" name="Tipsy">
|
||||
<!-- The power of the liquor grips your mind, but you feel happy for some reason. For $s1, increases P. Atk./ M. Atk./ Atk. Spd./ Casting Spd. by $s2, Acquired XP/ SP by $s3. The effect disappears on restart. -->
|
||||
<icon>icon.bm_goblin_buff_herong</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39237" toLevel="3" name="Blackbird Clan Basic Box">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39238" toLevel="1" name="Episode Enchant Scroll">
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLvl>1</magicLvl>
|
||||
<isMagic>2</isMagic>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="39239" toLevel="1" name="Episode Special Enchant Scroll">
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLvl>1</magicLvl>
|
||||
<isMagic>2</isMagic>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="39240" toLevel="2" name="Goblin Cudgel">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39241" toLevel="13" name="Throne of Heroes 2nd Place Reward Box">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39242" toLevel="2" name="Rudolph's Red Potion">
|
||||
<!-- When used, increases Acquired XP/ SP by $s2, Acquired XP/ SP in Vitality state by $s3, and P. Atk./ P. Def./ M. Atk./ M. Def. by $s4 for $s1. -->
|
||||
<icon>
|
||||
<value level="1">BranchIcon.etc_sign_agathion_feed_red_i00</value>
|
||||
<value level="2">BranchIcon.etc_sign_agathion_feed_purple_i00</value>
|
||||
</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39243" toLevel="1" name="Warrior's Rune">
|
||||
<!-- If stored in the inventory, increases Acquired XP/ SP by $s1. -->
|
||||
<icon>icon.skill19226</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39244" toLevel="2" name="Deton's Gift Bundle">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39245" toLevel="1" name="Shining Nevit's Gold Sandglass">
|
||||
<!-- When used, increases Hunting Acquired XP/ SP by $s2 for $s1. Cannot stack with the Nevit's Gold Sandglass, Fall of the Dragon, or Dandy's Home Run Ball. Cannot stack with the effect of Agathion - XP Bottle. Cooldown is 5 min. -->
|
||||
<icon>icon.bm_nebit_bonus_time_up</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39246" toLevel="2" name="Dragon Weapon Box">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39247" toLevel="1" name="Scroll: Enchant Angel Accessory">
|
||||
<icon>icon.scrl_of_ench_acc</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="39248" toLevel="1" name="Windstorm Box">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
</list>
|
@ -1,5 +1,320 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
|
||||
<skill id="39330" toLevel="1" name="Summon Tersi's Guard Agathion">
|
||||
<!-- Summons Tersi's Guard Agathion. -->
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic>
|
||||
<magicLvl>85</magicLvl>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="SummonAgathion">
|
||||
<npcId>13572</npcId> <!-- Tersi's Guard -->
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39331" toLevel="11" name="Tersi's Guard Unique Ability">
|
||||
<!-- Unique Ability activates only when +8 or higher robe set effects are active. As Agathion grows, P. Def. and Dagger / Dual Dagger/ Bow/ Crossbow Resistance increases. -->
|
||||
<icon>icon.agathion_tersi_guard_1</icon>
|
||||
<operateType>P</operateType>
|
||||
<passiveConditions>
|
||||
<condition name="OpSkillAcquire">
|
||||
<!-- TODO: Enchant has to be higher than +8 13341 lvl 3-4-5 -->
|
||||
<skillId>13341</skillId> <!-- Enchant Robe Armor Set + 6 (R-grade) -->
|
||||
<hasLearned>true</hasLearned>
|
||||
</condition>
|
||||
</passiveConditions>
|
||||
<effects>
|
||||
<effect name="PhysicalDefence">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">321</value>
|
||||
<value level="3">377</value>
|
||||
<value level="4">445</value>
|
||||
<value level="5">523</value>
|
||||
<value level="6">615</value>
|
||||
<value level="7">724</value>
|
||||
<value level="8">851</value>
|
||||
<value level="9">1002</value>
|
||||
<value level="10">1179</value>
|
||||
<value level="11">1387</value>
|
||||
</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
<effect name="DefenceTrait">
|
||||
<DAGGER>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</DAGGER>
|
||||
<DUALDAGGER>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</DUALDAGGER>
|
||||
<BOW>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</BOW>
|
||||
<CROSSBOW>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</CROSSBOW>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39332" toLevel="11" name="Tersi's Guard Unique Ability">
|
||||
<!-- Unique Ability activates only when +8 or higher robe set effects are active. As Agathion grows, P. Def. and Dagger/ Dual Dagger/ Bow/ Crossbow Resistance increases. -->
|
||||
<icon>icon.agathion_tersi_guard_1</icon>
|
||||
<operateType>P</operateType>
|
||||
<!-- TODO: Enchant has to be higher than +8 13341 lvl 3-4-5 -->
|
||||
<effects>
|
||||
<effect name="PhysicalDefence">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">321</value>
|
||||
<value level="3">377</value>
|
||||
<value level="4">445</value>
|
||||
<value level="5">523</value>
|
||||
<value level="6">615</value>
|
||||
<value level="7">724</value>
|
||||
<value level="8">851</value>
|
||||
<value level="9">1002</value>
|
||||
<value level="10">1179</value>
|
||||
<value level="11">1387</value>
|
||||
</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
<effect name="DefenceTrait">
|
||||
<DAGGER>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</DAGGER>
|
||||
<DUALDAGGER>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</DUALDAGGER>
|
||||
<BOW>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</BOW>
|
||||
<CROSSBOW>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</CROSSBOW>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39333" toLevel="4" name="Tersi's Guard Special Ability">
|
||||
<!-- As Agathion grows, Fixed Damage Resistance increases. -->
|
||||
<icon>icon.agathion_tersi_guard_1</icon>
|
||||
<operateType>P</operateType>
|
||||
</skill>
|
||||
<skill id="39334" toLevel="1" name="Red Libra Entrance Pass - Kartia Labyrinth (Lv. 95 Party)">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39335" toLevel="1" name="Red Libra Entrance Pass - Crystal Prison (Baylor)">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39336" toLevel="1" name="Red Libra Entrance Pass - Nightmare Kamaloka">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39337" toLevel="1" name="Red Libra Entrance Pass - Embryo Command Post">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39338" toLevel="1" name="Red Libra Entrance Pass - Altar of Shilen">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39339" toLevel="1" name="Red Libra Entrance Pass - Fallen Emperor's Throne">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39340" toLevel="1" name="Red Libra Entrance Pass - Fall of Etina">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39341" toLevel="1" name="Fallen Emperor's Throne Entrance Pass">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39342" toLevel="1" name="Fall of Etina Entrance Pass">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39343" toLevel="1" name="Red Libra Specialty - Vitality Tonic">
|
||||
<icon>icon.bm_freya_potion</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39344" toLevel="1" name="Red Libra Specialty - Fishing XP Bonus">
|
||||
<!-- When used, increases Successful Fishing XP by $s2 for $s1. Applies to all bait. Can be stacked with Angler's Blessing. Will be deleted during maintenance on Wednesday, November 29th when the Red Libra Merchants leave. -->
|
||||
<icon>BranchIcon.etc_sign_agathion_feed_blue_i00</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39345" toLevel="1" name="Chronicle Token">
|
||||
<!-- If stored in the inventory, increases P. Atk./ M. Atk./ P. Def./ M. Def./ Atk. Spd./ Casting Spd./ P./ M. Critical Rate/ Max HP&MP&CP by $s1, Acquired Acquired XP/ SP in Vitality state by $s2. -->
|
||||
<icon>icon.etc_scroll_of_memory_i00</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39346" toLevel="4" name="Red Libra Supply Items">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39347" toLevel="1" name="Shining Dragon Attribute Tonic (XP)">
|
||||
<!-- Increases Attack Attribute by $s2, all Attribute Resistance by $s3, and Acquired XP/ SP by $s4 for $s1. Buffs persist after death. Will be during maintenance on January 3rd, 2018. -->
|
||||
<icon>icon.bm_dragon_posion_special</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39348" toLevel="1" name="Angler's Blessing (1-h.)">
|
||||
<!-- Increases Acquired XP/ SP on successful fishing by $s2 for $s1. Effect remains after death and cannot be forcibly removed. Will be deleted during maintenance on January 3rd, 2018. -->
|
||||
<icon>icon.fishing_zone_ticket</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39349" toLevel="2" name="Scroll: Enchant Freya Staff">
|
||||
<!-- An enchant scroll for Freya Staff. Failure to enchant destroys the weapon. -->
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39350" toLevel="3" name="Freya's Ice Rose">
|
||||
<!-- Increases Max HP/ MP/ CP by $s2, P. Atk./ M. Atk./ P. Def./ M. Def. by $s3, Atk. Spd./ Casting Spd. by $s4, Speed by $s5, Attack Attribute/ Attribute Resistance by $s6, Damage by $s7, P./ M. Skill Power by $s8, Acquired XP/ SP by $s9, and decreases Damage Received by $s10 and Skill MP Consumption by $s11 for $s1. Buffs persist after death. -->
|
||||
<icon>icon.bm_freya_ice_rose</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39351" toLevel="1" name="Merkios' Altar Entrance Pass">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39352" toLevel="1" name="Scroll: Enchant Blessed Lucien's Bracelet">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39353" toLevel="1" name="Chronicle Support Box">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39354" toLevel="1" name="Freya's Secret Box">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39355" toLevel="1" name="Freya's Ice Rose - Event">
|
||||
<!-- Increases Max HP/ MP/ CP by $s2, P. Atk./ M. Atk./ P. Def./ M. Def. by $s3, Atk. Spd./ Casting Spd. by $s4, Speed by $s5, Attack Attribute/ Attribute Resistance by $s6, Damage by $s7, P./ M. Skill Power by $s8, Acquired XP/ SP by $s9, and decreases Damage Received by $s10 and Skill MP Consumption by $s11 for $s1. Buffs persist after death. -->
|
||||
<icon>icon.bm_freya_ice_rose</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39356" toLevel="1" name="Shining Dragon Attribute Tonic (XP)">
|
||||
<!-- Increases Attack Attribute by $s2, all Attribute Resistance by $s3, and Acquired XP/ SP by $s4 for $s1. Buffs persist after death. -->
|
||||
<icon>icon.bm_dragon_posion_special</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39357" toLevel="2" name="+9 Fallen Angel's Ring Box">
|
||||
<!-- Use to obtain a Fallen Angel's Ring enchanted to +9. -->
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39358" toLevel="1" name="Scroll: Enchant Fallen Angel Accessory">
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="39359" toLevel="3" name="Infinite Bliss">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39360" toLevel="1" name="Lucky Herb Pouch">
|
||||
<!-- A herb pouch filled with luck. For $s1, increases P. Atk./ M. Atk./ Atk. Spd./ Casting Spd.. by $s2 and Acquired XP/ SP by $s3. The effect disappears on restart. -->
|
||||
<icon>icon.christmas_card_box2</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39361" toLevel="1" name="Forgotten Spellbook">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39362" toLevel="1" name="Bobsleigh Potion">
|
||||
<!-- Becomes possessed by a legendary bobsleigher's soul for $s1. Increases STR by $s2, Vitality Bonus by $s3, Acquired XP/ SP by $s3. -->
|
||||
<icon>icon.etc_oblivion_yellow_i00</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39363" toLevel="1" name="Figure Skating Potion">
|
||||
<!-- Becomes possessed by a legendary figure skater's soul for $s1. Increases CON/ MEN by $s2, Vitality Bonus by $s3, Acquired XP/ SP by $s3. -->
|
||||
<icon>icon.etc_oblivion_green_i00</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39364" toLevel="1" name="Curling Potion">
|
||||
<!-- Becomes possessed by a legendary curling athlete's soul for $s1. Increases INT by $s2, Vitality Bonus by $s3, Acquired XP/ SP by $s3. -->
|
||||
<icon>icon.etc_oblivion_blue_i00</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39365" toLevel="4" name="Summon Puppy">
|
||||
<!-- Summons a White Dog, Pink Dog, or Golden Dog. -->
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39366" toLevel="2" name="Happy Dog's Lucky Pouch">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39369" toLevel="1" name="Shilen's Scroll: Enchant Weapon (R-grade)">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39393" toLevel="1" name="Artifact Book - Level 1">
|
||||
<!-- Activates Artifact slot level 1. -->
|
||||
<icon>icon.artifact_book_00</icon>
|
||||
@ -34,4 +349,7 @@
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39397" toLevel="6" name="+5 Radiant Warrior's Circlet Box">
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
</list>
|
||||
|
@ -55,6 +55,7 @@
|
||||
<item slot="hair2" /> <!-- Hair Accessories -->
|
||||
<item slot="hairall" /> <!-- Hair Accessories -->
|
||||
<item slot="back" /> <!-- Cloaks -->
|
||||
<item slot="agathion" /> <!-- Agathion Charm -->
|
||||
</enchantRate>
|
||||
<!-- Bind only full armor group to to full armor slot items. -->
|
||||
<enchantRate group="FULL_ARMOR_GROUP">
|
||||
|
@ -1665,4 +1665,43 @@
|
||||
<options level="9" option1="33438" />
|
||||
<options level="10" option1="33439" />
|
||||
</item>
|
||||
<item id="48572"> <!-- Masia's Guard Agathion Charm -->
|
||||
<options level="0" option1="40988" />
|
||||
<options level="1" option1="40989" />
|
||||
<options level="2" option1="40990" />
|
||||
<options level="3" option1="40991" />
|
||||
<options level="4" option1="40992" />
|
||||
<options level="5" option1="40993" />
|
||||
<options level="6" option1="40994" />
|
||||
<options level="7" option1="40995" />
|
||||
<options level="8" option1="40996" />
|
||||
<options level="9" option1="40997" />
|
||||
<options level="10" option1="40998" />
|
||||
</item>
|
||||
<item id="48573"> <!-- Paulina's Guard Agathion Charm -->
|
||||
<options level="0" option1="41000" />
|
||||
<options level="1" option1="41001" />
|
||||
<options level="2" option1="41002" />
|
||||
<options level="3" option1="41003" />
|
||||
<options level="4" option1="41004" />
|
||||
<options level="5" option1="41005" />
|
||||
<options level="6" option1="41006" />
|
||||
<options level="7" option1="41007" />
|
||||
<options level="8" option1="41008" />
|
||||
<options level="9" option1="41009" />
|
||||
<options level="10" option1="41010" />
|
||||
</item>
|
||||
<item id="48574"> <!-- Tersi's Guard Agathion Charm -->
|
||||
<options level="0" option1="41011" />
|
||||
<options level="1" option1="41012" />
|
||||
<options level="2" option1="41013" />
|
||||
<options level="3" option1="41014" />
|
||||
<options level="4" option1="41015" />
|
||||
<options level="5" option1="41016" />
|
||||
<options level="6" option1="41017" />
|
||||
<options level="7" option1="41018" />
|
||||
<options level="8" option1="41019" />
|
||||
<options level="9" option1="41020" />
|
||||
<options level="10" option1="41021" />
|
||||
</item>
|
||||
</list>
|
@ -918,47 +918,131 @@
|
||||
<!-- Growth Book exclusively for Guard Agathion. The book increases M. Def. and adds a Special Ability from +4. It can safely enchant Agathion to +3 and enchant up to +10. Unique Abilities level up gradually from +1. -->
|
||||
<set name="icon" val="icon.guard_scrl_of_ench_ag" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="ENCHT_AM" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="120" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<skills>
|
||||
<skill id="39234" level="1" /> <!-- Book of Growth: Guard Agathion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48571" name="Ancient Book of Growth: Guard Agathion" type="EtcItem">
|
||||
<!-- Growth Book exclusively for Guard Agathion. The book increases M. Def. and adds a Special Ability from +4. It can safely enchant Agathion to +3 and enchant up to +10. Unique Abilities level up gradually from +1. If successful, Agathion enhances randomly between +1 to +3. Cannot be used on Agathions enchanted to +7 or higher. -->
|
||||
<set name="icon" val="icon.guard_giantscrl_of_ench_ag" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="GIANT_ENCHT_AM" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="120" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<skills>
|
||||
<skill id="39235" level="1" /> <!-- Ancient Book of Growth: Guard Agathion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48572" name="Masia's Guard Agathion Charm" type="Armor">
|
||||
<!-- A charm that activates the power of Masia's Guard Agathion. Unique Abilities become active only when applied to a heavy armor set enchanted to +8 or higher. When equipped in a main slot, it summons the Agathion and activates Special Abilities. When equipped in a sub slot, only its Unique Abilities become active. -->
|
||||
<set name="icon" val="icon.agathion_masia_guard_1" />
|
||||
<set name="default_action" val="EQUIP" />
|
||||
<set name="bodypart" val="gloves" />
|
||||
<set name="bodypart" val="agathion" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="SILVER" />
|
||||
<set name="weight" val="5" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="enchant_enabled" val="7" />
|
||||
<skills>
|
||||
<skill id="39222" level="1" /> <!-- Summon Masia's Guard Agathion -->
|
||||
<skill id="39223" level="1" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="2" type="ON_ENCHANT" type_value="1" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="3" type="ON_ENCHANT" type_value="2" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="4" type="ON_ENCHANT" type_value="3" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="5" type="ON_ENCHANT" type_value="4" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="6" type="ON_ENCHANT" type_value="5" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="7" type="ON_ENCHANT" type_value="6" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="8" type="ON_ENCHANT" type_value="7" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="9" type="ON_ENCHANT" type_value="8" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="10" type="ON_ENCHANT" type_value="9" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39223" level="11" type="ON_ENCHANT" type_value="10" /> <!-- Masia's Guard Unique Ability -->
|
||||
<skill id="39225" level="1" type="ON_ENCHANT" type_value="4" /> <!-- Masia's Guard Special Ability -->
|
||||
<skill id="39225" level="1" type="ON_ENCHANT" type_value="5" /> <!-- Masia's Guard Special Ability -->
|
||||
<skill id="39225" level="2" type="ON_ENCHANT" type_value="6" /> <!-- Masia's Guard Special Ability -->
|
||||
<skill id="39225" level="2" type="ON_ENCHANT" type_value="7" /> <!-- Masia's Guard Special Ability -->
|
||||
<skill id="39225" level="3" type="ON_ENCHANT" type_value="8" /> <!-- Masia's Guard Special Ability -->
|
||||
<skill id="39225" level="3" type="ON_ENCHANT" type_value="9" /> <!-- Masia's Guard Special Ability -->
|
||||
<skill id="39225" level="4" type="ON_ENCHANT" type_value="10" /> <!-- Masia's Guard Special Ability -->
|
||||
<skill id="35087" level="1" /> <!-- Agathion's Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48573" name="Paulina's Guard Agathion Charm" type="Armor">
|
||||
<!-- A charm that activates the power of Paulina's Guard Agathion. Unique Abilities become active only when applied to a light armor set enchanted to +8 or higher. When equipped in a main slot, it summons the Agathion and activates Special Abilities. When equipped in a sub slot, only its Unique Abilities become active. -->
|
||||
<set name="icon" val="icon.agathion_pollyne_guard_1" />
|
||||
<set name="default_action" val="EQUIP" />
|
||||
<set name="bodypart" val="gloves" />
|
||||
<set name="bodypart" val="agathion" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="SILVER" />
|
||||
<set name="weight" val="5" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="enchant_enabled" val="7" />
|
||||
<skills>
|
||||
<skill id="39226" level="1" /> <!-- Summon Paulina's Guard Agathion -->
|
||||
<skill id="39227" level="1" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="2" type="ON_ENCHANT" type_value="1" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="3" type="ON_ENCHANT" type_value="2" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="4" type="ON_ENCHANT" type_value="3" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="5" type="ON_ENCHANT" type_value="4" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="6" type="ON_ENCHANT" type_value="5" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="7" type="ON_ENCHANT" type_value="6" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="8" type="ON_ENCHANT" type_value="7" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="9" type="ON_ENCHANT" type_value="8" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="10" type="ON_ENCHANT" type_value="9" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39227" level="11" type="ON_ENCHANT" type_value="10" /> <!-- Paulina's Guard Unique Ability -->
|
||||
<skill id="39229" level="1" type="ON_ENCHANT" type_value="4" /> <!-- Paulina's Guard Special Ability -->
|
||||
<skill id="39229" level="1" type="ON_ENCHANT" type_value="5" /> <!-- Paulina's Guard Special Ability -->
|
||||
<skill id="39229" level="2" type="ON_ENCHANT" type_value="6" /> <!-- Paulina's Guard Special Ability -->
|
||||
<skill id="39229" level="2" type="ON_ENCHANT" type_value="7" /> <!-- Paulina's Guard Special Ability -->
|
||||
<skill id="39229" level="3" type="ON_ENCHANT" type_value="8" /> <!-- Paulina's Guard Special Ability -->
|
||||
<skill id="39229" level="3" type="ON_ENCHANT" type_value="9" /> <!-- Paulina's Guard Special Ability -->
|
||||
<skill id="39229" level="4" type="ON_ENCHANT" type_value="10" /> <!-- Paulina's Guard Special Ability -->
|
||||
<skill id="35087" level="1" /> <!-- Agathion's Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48574" name="Tersi's Guard Agathion Charm" type="Armor">
|
||||
<!-- A charm that activates the power of Tersi's Guard Agathion. Unique abilities become active only when applied to a robe set enchanted to +8 or higher. When equipped in a main slot, it summons the Agathion and activates Special Abilities. When equipped in a sub slot, only its Unique Abilities become active. -->
|
||||
<set name="icon" val="icon.agathion_tersi_guard_1" />
|
||||
<set name="default_action" val="EQUIP" />
|
||||
<set name="bodypart" val="gloves" />
|
||||
<set name="bodypart" val="agathion" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="SILVER" />
|
||||
<set name="weight" val="5" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="enchant_enabled" val="7" />
|
||||
<skills>
|
||||
<skill id="39330" level="1" /> <!-- Summon Tersi's Guard Agathion -->
|
||||
<skill id="39331" level="1" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="2" type="ON_ENCHANT" type_value="1" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="3" type="ON_ENCHANT" type_value="2" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="4" type="ON_ENCHANT" type_value="3" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="5" type="ON_ENCHANT" type_value="4" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="6" type="ON_ENCHANT" type_value="5" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="7" type="ON_ENCHANT" type_value="6" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="8" type="ON_ENCHANT" type_value="7" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="9" type="ON_ENCHANT" type_value="8" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="10" type="ON_ENCHANT" type_value="9" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39331" level="11" type="ON_ENCHANT" type_value="10" /> <!-- Tersi's Guard Unique Ability -->
|
||||
<skill id="39333" level="1" type="ON_ENCHANT" type_value="4" /> <!-- Tersi's Guard Special Ability -->
|
||||
<skill id="39333" level="1" type="ON_ENCHANT" type_value="5" /> <!-- Tersi's Guard Special Ability -->
|
||||
<skill id="39333" level="2" type="ON_ENCHANT" type_value="6" /> <!-- Tersi's Guard Special Ability -->
|
||||
<skill id="39333" level="2" type="ON_ENCHANT" type_value="7" /> <!-- Tersi's Guard Special Ability -->
|
||||
<skill id="39333" level="3" type="ON_ENCHANT" type_value="8" /> <!-- Tersi's Guard Special Ability -->
|
||||
<skill id="39333" level="3" type="ON_ENCHANT" type_value="9" /> <!-- Tersi's Guard Special Ability -->
|
||||
<skill id="39333" level="4" type="ON_ENCHANT" type_value="10" /> <!-- Tersi's Guard Special Ability -->
|
||||
<skill id="35087" level="1" /> <!-- Agathion's Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48575" name="Super Advanced Seed Bracelet" additionalName="Stage 2" type="Armor">
|
||||
<!-- When equipped, it activates one main Agathion slot and two auxiliary slots. Can be enchanted through Fishing Guild Leader Santiago. <Active Skill>. 1. Agathion Teleport: Provides a teleport skill to teleport to Town of Aden/ Town of Rune/ Town of Giran/ Heine (Cooldown: 30 min). <Item Skill>. 1. Increases STR/ INT/ CON/ DEX/ WIT/ MEN/ CHA/ LUC by 1. 2. Increases Fire/ Water/ Earth/ Wind/ Dark/ Holy attacks by 50 and defenses by 50. 3. Increases XP gain in Vitality state by 10%. -->
|
||||
@ -969,6 +1053,14 @@
|
||||
<set name="material" val="SILVER" />
|
||||
<set name="weight" val="150" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<skills>
|
||||
<skill id="35071" level="2" /> <!-- Expand Primary and Secondary Agathion Slots -->
|
||||
<skill id="17551" level="1" /> <!-- Balanced Power -->
|
||||
<skill id="17547" level="1" /> <!-- Agathion Teleport: Town of Aden -->
|
||||
<skill id="17548" level="1" /> <!-- Agathion Teleport: Town of Rune -->
|
||||
<skill id="17549" level="1" /> <!-- Agathion Teleport: Town of Giran-->
|
||||
<skill id="17550" level="1" /> <!-- Agathion Teleport: Heine -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48576" name="Super Advanced Seed Bracelet" additionalName="Stage 3" type="Armor">
|
||||
<!-- When equipped, it activates one main Agathion slot and three auxiliary slots. Can be enchanted through Fishing Guild Leader Santiago. <Active Skill>. 1. Agathion Teleport: Provides a teleport skill to teleport to Town of Aden/ Town of Rune/ Town of Giran/ Heine (Cooldown 30 min). <Item Skill>. 1. STR/ INT/ CON/ DEX/ WIT/ MEN/ CHA/ LUC +1. 2. Fire/ Water/ Earth/ Wind/ Dark/ Holy attacks and defenses +50. 3. XP gain in Vitality state +15%. -->
|
||||
@ -979,6 +1071,14 @@
|
||||
<set name="material" val="SILVER" />
|
||||
<set name="weight" val="150" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<skills>
|
||||
<skill id="35071" level="3" /> <!-- Expand Primary and Secondary Agathion Slots -->
|
||||
<skill id="17551" level="1" /> <!-- Balanced Power -->
|
||||
<skill id="17547" level="1" /> <!-- Agathion Teleport: Town of Aden -->
|
||||
<skill id="17548" level="1" /> <!-- Agathion Teleport: Town of Rune -->
|
||||
<skill id="17549" level="1" /> <!-- Agathion Teleport: Town of Giran-->
|
||||
<skill id="17550" level="1" /> <!-- Agathion Teleport: Heine -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48577" name="Super Advanced Seed Bracelet" additionalName="Stage 4" type="Armor">
|
||||
<!-- When equipped, it activates one main Agathion slot and four auxiliary slots. <Active Skill>. 1. Agathion Teleport: Provides a teleport skill to teleport to Town of Aden/ Town of Rune/ Town of Giran/ Heine (Cooldown 30 min). <Item Skill>. 1. STR/ INT/ CON/ DEX/ WIT/ MEN/ CHA/ LUC +1. 2. Fire/ Water/ Earth/ Wind/ Dark/ Holy attack and defense +50. 3. XP gain in Vitality state +20%. -->
|
||||
@ -989,6 +1089,14 @@
|
||||
<set name="material" val="SILVER" />
|
||||
<set name="weight" val="150" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<skills>
|
||||
<skill id="35071" level="4" /> <!-- Expand Primary and Secondary Agathion Slots -->
|
||||
<skill id="17551" level="1" /> <!-- Balanced Power -->
|
||||
<skill id="17547" level="1" /> <!-- Agathion Teleport: Town of Aden -->
|
||||
<skill id="17548" level="1" /> <!-- Agathion Teleport: Town of Rune -->
|
||||
<skill id="17549" level="1" /> <!-- Agathion Teleport: Town of Giran-->
|
||||
<skill id="17550" level="1" /> <!-- Agathion Teleport: Heine -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48578" name="Demon Slayer's Proof" type="EtcItem">
|
||||
<!-- Evidence that proves you have defeated demons and prevented Atelia refinement. Take these to Leona Blackbird. -->
|
||||
@ -1064,7 +1172,7 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="ENCHT_AM" />
|
||||
<set name="etcitem_type" val="GIANT_ENCHT_AM" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_ARMOR" />
|
||||
@ -1084,6 +1192,7 @@
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="enchant_enabled" val="10" />
|
||||
<skills>
|
||||
<skill id="35205" level="1" /> <!-- Savior's Mask Basic Effect -->
|
||||
<skill id="35207" level="1" type="ON_ENCHANT" type_value="7" /> <!-- Warrior's Circlet Enchant Effect -->
|
||||
|
@ -21,6 +21,14 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="time" val="43200" />
|
||||
<skills>
|
||||
<skill id="35071" level="1" /> <!-- Expand Primary and Secondary Agathion Slots -->
|
||||
<skill id="17551" level="1" /> <!-- Balanced Power -->
|
||||
<skill id="17547" level="1" /> <!-- Agathion Teleport: Town of Aden -->
|
||||
<skill id="17548" level="1" /> <!-- Agathion Teleport: Town of Rune -->
|
||||
<skill id="17549" level="1" /> <!-- Agathion Teleport: Town of Giran-->
|
||||
<skill id="17550" level="1" /> <!-- Agathion Teleport: Heine -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="80002" name="Blessed Antharas' Earring" additionalName="30-day" type="Armor">
|
||||
<!-- MP +59, P. Def./ M. Def. +15%, CON/ MEN+3, Earth/ Holy Attribute Resistance +30, Bleed Atk./ Def. Success Rate +50%, Shock/ Mental Atk./ Def. Success Rate +40%, Heal Received +10%, Skill MP Consumption -5%, Vampiric Rage +4%. Active skill: Immediately removes the Stun effect and resists Stun for 5 sec. These effects do not stack with identical earrings. -->
|
||||
|
@ -331,15 +331,33 @@
|
||||
</skill>
|
||||
<skill id="28065" toLevel="1" name="Zodiac Agathion Charm Book of Growth">
|
||||
<icon>icon.star_scrl_of_ench_ag</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="28066" toLevel="1" name="Ancient Zodiac Agathion Charm Book of Growth">
|
||||
<icon>icon.star_giantscrl_of_ench_ag</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="28067" toLevel="1" name="Zodiac Agathion Cube">
|
||||
<icon>icon.star_agathion_cube</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="28068" toLevel="1" name="Scroll: Enchant Cloak - Legendary">
|
||||
<operateType>A1</operateType>
|
||||
|
@ -124,40 +124,367 @@
|
||||
<skill id="39222" toLevel="1" name="Summon Masia's Guard Agathion">
|
||||
<!-- Summons Masia's Guard Agathion. -->
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic>
|
||||
<magicLvl>85</magicLvl>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="SummonAgathion">
|
||||
<npcId>13570</npcId> <!-- Masia's Guard-->
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39223" toLevel="11" name="Masia's Guard Unique Ability">
|
||||
<!-- Unique Ability activates only when +8 or higher heavy armor set effects are active. As Agathion grows, P. Def. increases and Skill Cooldown decreases. -->
|
||||
<icon>icon.agathion_masia_guard_1</icon>
|
||||
<operateType>A1</operateType>
|
||||
<operateType>P</operateType>
|
||||
<passiveConditions>
|
||||
<condition name="OpSkillAcquire">
|
||||
<!-- TODO: Enchant has to be higher than +8 13339 lvl 3-4-5 -->
|
||||
<skillId>13339</skillId> <!-- Enchant Heavy Armor Set + 6 (R-grade) -->
|
||||
<hasLearned>true</hasLearned>
|
||||
</condition>
|
||||
</passiveConditions>
|
||||
<effects>
|
||||
<effect name="PhysicalDefence">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">321</value>
|
||||
<value level="3">377</value>
|
||||
<value level="4">445</value>
|
||||
<value level="5">523</value>
|
||||
<value level="6">615</value>
|
||||
<value level="7">724</value>
|
||||
<value level="8">851</value>
|
||||
<value level="9">1002</value>
|
||||
<value level="10">1179</value>
|
||||
<value level="11">1387</value>
|
||||
</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
<effect name="Reuse">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">-1</value>
|
||||
<value level="8">-2</value>
|
||||
<value level="9">-3</value>
|
||||
<value level="10">-4</value>
|
||||
<value level="11">-5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
<magicType>0</magicType>
|
||||
</effect>
|
||||
<effect name="Reuse">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">-1</value>
|
||||
<value level="8">-2</value>
|
||||
<value level="9">-3</value>
|
||||
<value level="10">-4</value>
|
||||
<value level="11">-5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
<magicType>1</magicType>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39224" toLevel="11" name="Masia's Guard Unique Ability">
|
||||
<!-- Unique Ability activates only when +8 or higher heavy armor set effects are active. As Agathion grows, P. Def. increases and Skill Cooldown decreases. -->
|
||||
<icon>icon.agathion_masia_guard_1</icon>
|
||||
<operateType>A1</operateType>
|
||||
<operateType>P</operateType>
|
||||
<passiveConditions>
|
||||
<condition name="OpSkillAcquire">
|
||||
<!-- TODO: Enchant has to be higher than +8 13339 lvl 3-4-5 -->
|
||||
<skillId>13339</skillId> <!-- Enchant Heavy Armor Set + 6 (R-grade) -->
|
||||
<hasLearned>true</hasLearned>
|
||||
</condition>
|
||||
</passiveConditions>
|
||||
<effects>
|
||||
<effect name="PhysicalDefence">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">321</value>
|
||||
<value level="3">377</value>
|
||||
<value level="4">445</value>
|
||||
<value level="5">523</value>
|
||||
<value level="6">615</value>
|
||||
<value level="7">724</value>
|
||||
<value level="8">851</value>
|
||||
<value level="9">1002</value>
|
||||
<value level="10">1179</value>
|
||||
<value level="11">1387</value>
|
||||
</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
<effect name="Reuse">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">-1</value>
|
||||
<value level="8">-2</value>
|
||||
<value level="9">-3</value>
|
||||
<value level="10">-4</value>
|
||||
<value level="11">-5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
<magicType>0</magicType>
|
||||
</effect>
|
||||
<effect name="Reuse">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">-1</value>
|
||||
<value level="8">-2</value>
|
||||
<value level="9">-3</value>
|
||||
<value level="10">-4</value>
|
||||
<value level="11">-5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
<magicType>1</magicType>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39225" toLevel="4" name="Masia's Guard Special Ability">
|
||||
<!-- As Agathion grows, Fixed Damage Resistance increases. -->
|
||||
<icon>icon.agathion_masia_guard_1</icon>
|
||||
<operateType>A1</operateType>
|
||||
<operateType>P</operateType>
|
||||
<effects>
|
||||
<effect name="PhysicalDefence">
|
||||
<amount>
|
||||
<value level="1">321</value>
|
||||
<value level="2">321</value>
|
||||
<value level="3">321</value>
|
||||
<value level="4">321</value>
|
||||
</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39226" toLevel="1" name="Summon Paulina's Guard Agathion">
|
||||
<!-- Summons Paulina's Guard Agathion. -->
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic>
|
||||
<magicLvl>85</magicLvl>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="SummonAgathion">
|
||||
<npcId>13571</npcId> <!-- Pollyne's Guard-->
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39227" toLevel="11" name="Paulina's Guard Unique Ability">
|
||||
<!-- Unique Ability activates only when +8 or higher light armor set effects are active. As Agathion grows, P. Def. and Skill Power increases. -->
|
||||
<icon>icon.agathion_pollyne_guard_1</icon>
|
||||
<operateType>A1</operateType>
|
||||
<operateType>P</operateType>
|
||||
<passiveConditions>
|
||||
<condition name="OpSkillAcquire">
|
||||
<!-- TODO: Enchant has to be higher than +8 13340 lvl 3-4-5 -->
|
||||
<skillId>13340</skillId> <!-- Enchant Light Armor Set + 6 (R-grade) -->
|
||||
<hasLearned>true</hasLearned>
|
||||
</condition>
|
||||
</passiveConditions>
|
||||
<effects>
|
||||
<effect name="PhysicalDefence">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">321</value>
|
||||
<value level="3">377</value>
|
||||
<value level="4">445</value>
|
||||
<value level="5">523</value>
|
||||
<value level="6">615</value>
|
||||
<value level="7">724</value>
|
||||
<value level="8">851</value>
|
||||
<value level="9">1002</value>
|
||||
<value level="10">1179</value>
|
||||
<value level="11">1387</value>
|
||||
</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
<effect name="PvePhysicalSkillDamageBonus">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="PveMagicalSkillDamageBonus">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="PvpPhysicalSkillDamageBonus">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="PvpMagicalSkillDamageBonus">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39228" toLevel="11" name="Paulina's Guard Unique Ability">
|
||||
<!-- Unique Ability activates only when +8 or higher light armor set effects are active. As Agathion grows, P. Def. and Skill Power increases. -->
|
||||
<icon>icon.agathion_pollyne_guard_1</icon>
|
||||
<operateType>A1</operateType>
|
||||
<operateType>P</operateType>
|
||||
<passiveConditions>
|
||||
<condition name="OpSkillAcquire">
|
||||
<!-- TODO: Enchant has to be higher than +8 13340 lvl 3-4-5 -->
|
||||
<skillId>13340</skillId> <!-- Enchant Light Armor Set + 6 (R-grade) -->
|
||||
<hasLearned>true</hasLearned>
|
||||
</condition>
|
||||
</passiveConditions>
|
||||
<effects>
|
||||
<effect name="PhysicalDefence">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">321</value>
|
||||
<value level="3">377</value>
|
||||
<value level="4">445</value>
|
||||
<value level="5">523</value>
|
||||
<value level="6">615</value>
|
||||
<value level="7">724</value>
|
||||
<value level="8">851</value>
|
||||
<value level="9">1002</value>
|
||||
<value level="10">1179</value>
|
||||
<value level="11">1387</value>
|
||||
</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
<effect name="PvePhysicalSkillDamageBonus">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="PveMagicalSkillDamageBonus">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="PvpPhysicalSkillDamageBonus">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="PvpMagicalSkillDamageBonus">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39229" toLevel="4" name="Paulina's Guard Special Ability">
|
||||
<!-- As Agathion grows, Fixed Damage Resistance increases. -->
|
||||
<icon>icon.agathion_pollyne_guard_1</icon>
|
||||
<operateType>A1</operateType>
|
||||
<operateType>P</operateType>
|
||||
</skill>
|
||||
<skill id="39230" toLevel="3" name="Shining Fortune Box">
|
||||
<operateType>A1</operateType>
|
||||
@ -178,11 +505,23 @@
|
||||
</skill>
|
||||
<skill id="39234" toLevel="1" name="Guard Agathion Scroll of Growth">
|
||||
<icon>icon.star_scrl_of_ench_ag</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="39235" toLevel="1" name="Ancient Guard Agathion Scroll of Growth">
|
||||
<icon>icon.star_giantscrl_of_ench_ag</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="39236" toLevel="1" name="Tipsy">
|
||||
<!-- The power of the liquor grips your mind, but you feel happy for some reason. For $s1, increases P. Atk./ M. Atk./ Atk. Spd./ Casting Spd. by $s2, Acquired XP/ SP by $s3. The effect disappears on restart. -->
|
||||
|
@ -3,21 +3,183 @@
|
||||
<skill id="39330" toLevel="1" name="Summon Tersi's Guard Agathion">
|
||||
<!-- Summons Tersi's Guard Agathion. -->
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic>
|
||||
<magicLvl>85</magicLvl>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="SummonAgathion">
|
||||
<npcId>13572</npcId> <!-- Tersi's Guard -->
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39331" toLevel="11" name="Tersi's Guard Unique Ability">
|
||||
<!-- Unique Ability activates only when +8 or higher robe set effects are active. As Agathion grows, P. Def. and Dagger / Dual Dagger/ Bow/ Crossbow Resistance increases. -->
|
||||
<icon>icon.agathion_tersi_guard_1</icon>
|
||||
<operateType>A1</operateType>
|
||||
<operateType>P</operateType>
|
||||
<passiveConditions>
|
||||
<condition name="OpSkillAcquire">
|
||||
<!-- TODO: Enchant has to be higher than +8 13341 lvl 3-4-5 -->
|
||||
<skillId>13341</skillId> <!-- Enchant Robe Armor Set + 6 (R-grade) -->
|
||||
<hasLearned>true</hasLearned>
|
||||
</condition>
|
||||
</passiveConditions>
|
||||
<effects>
|
||||
<effect name="PhysicalDefence">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">321</value>
|
||||
<value level="3">377</value>
|
||||
<value level="4">445</value>
|
||||
<value level="5">523</value>
|
||||
<value level="6">615</value>
|
||||
<value level="7">724</value>
|
||||
<value level="8">851</value>
|
||||
<value level="9">1002</value>
|
||||
<value level="10">1179</value>
|
||||
<value level="11">1387</value>
|
||||
</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
<effect name="DefenceTrait">
|
||||
<DAGGER>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</DAGGER>
|
||||
<DUALDAGGER>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</DUALDAGGER>
|
||||
<BOW>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</BOW>
|
||||
<CROSSBOW>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</CROSSBOW>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39332" toLevel="11" name="Tersi's Guard Unique Ability">
|
||||
<!-- Unique Ability activates only when +8 or higher robe set effects are active. As Agathion grows, P. Def. and Dagger/ Dual Dagger/ Bow/ Crossbow Resistance increases. -->
|
||||
<icon>icon.agathion_tersi_guard_1</icon>
|
||||
<operateType>A1</operateType>
|
||||
<operateType>P</operateType>
|
||||
<!-- TODO: Enchant has to be higher than +8 13341 lvl 3-4-5 -->
|
||||
<effects>
|
||||
<effect name="PhysicalDefence">
|
||||
<amount>
|
||||
<value level="1">0</value>
|
||||
<value level="2">321</value>
|
||||
<value level="3">377</value>
|
||||
<value level="4">445</value>
|
||||
<value level="5">523</value>
|
||||
<value level="6">615</value>
|
||||
<value level="7">724</value>
|
||||
<value level="8">851</value>
|
||||
<value level="9">1002</value>
|
||||
<value level="10">1179</value>
|
||||
<value level="11">1387</value>
|
||||
</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
<effect name="DefenceTrait">
|
||||
<DAGGER>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</DAGGER>
|
||||
<DUALDAGGER>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</DUALDAGGER>
|
||||
<BOW>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</BOW>
|
||||
<CROSSBOW>
|
||||
<value level="1">0</value>
|
||||
<value level="2">0</value>
|
||||
<value level="3">0</value>
|
||||
<value level="4">0</value>
|
||||
<value level="5">0</value>
|
||||
<value level="6">0</value>
|
||||
<value level="7">1</value>
|
||||
<value level="8">2</value>
|
||||
<value level="9">3</value>
|
||||
<value level="10">4</value>
|
||||
<value level="11">5</value>
|
||||
</CROSSBOW>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39333" toLevel="4" name="Tersi's Guard Special Ability">
|
||||
<!-- As Agathion grows, Fixed Damage Resistance increases. -->
|
||||
<icon>icon.agathion_tersi_guard_1</icon>
|
||||
<operateType>A1</operateType>
|
||||
<operateType>P</operateType>
|
||||
</skill>
|
||||
<skill id="39334" toLevel="1" name="Red Libra Entrance Pass - Kartia Labyrinth (Lv. 95 Party)">
|
||||
<operateType>A1</operateType>
|
||||
|
Loading…
Reference in New Issue
Block a user