Anakim agathion.
Contributed by gamelike85.
This commit is contained in:
parent
d4b385cffb
commit
5f2824b7aa
@ -943,16 +943,26 @@
|
||||
<item id="46185" name="Agathion - Anakim Holy Barrier" type="Armor">
|
||||
<!-- Summons Anakim Holy Barrier, which is comprised of 5 Anakims. <Item Skill>. 1. Balanced Power: STR/INT/CON/DEX/WIT/MEN increases by 1. 2. Attribute Enchant: Fire/Water/Earth/Wind/Dark/Holy Atk. and Def. each increases by 30. 3. Anakim Blessing : Acquired XP and SP + 3%. -->
|
||||
<set name="icon" val="BranchSys3.iconItem.g_agathion_anakim" />
|
||||
<set name="icon" val="BranchSys3.iconItem.g_agathion_anakim" />
|
||||
<set name="default_action" val="EQUIP" />
|
||||
<set name="bodypart" val="lbracelet" />
|
||||
<set name="is_freightable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="weight" val="150" />
|
||||
<skills>
|
||||
<skill id="17551" level="1" /> <!-- Balanced Power -->
|
||||
<skill id="17552" level="1" /> <!-- Attribute Enchant -->
|
||||
<skill id="18442" level="1" /> <!-- Anakim Blessing -->
|
||||
<skill id="18443" level="1" /> <!-- Release Agathion's Seal - Anakaim Holy Barrier -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="46186" name="Agathion - Anakim Holy Barrier" additionalName="30-day" type="Armor">
|
||||
<!-- Summons Anakim Holy Barrier, which is comprised of 5 Anakims. <Item Skill>. 1. Balanced Power: STR/INT/CON/DEX/WIT/MEN increases by 1. 2. Attribute Enchant: Fire/Water/Earth/Wind/Dark/Holy Atk. and Def. each increases by 30. 3. Anakim Blessing : Acquired XP and SP + 3%. -->
|
||||
<set name="icon" val="BranchSys3.iconItem.g_agathion_anakim" />
|
||||
<set name="default_action" val="EQUIP" />
|
||||
<set name="bodypart" val="lbracelet" />
|
||||
<set name="weight" val="150" />
|
||||
<set name="is_clan_depositable" val="false" />
|
||||
<set name="is_mailable" val="false" />
|
||||
@ -963,25 +973,44 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="time" val="43200" />
|
||||
<skills>
|
||||
<skill id="17551" level="1" /> <!-- Balanced Power -->
|
||||
<skill id="17552" level="1" /> <!-- Attribute Enchant -->
|
||||
<skill id="18442" level="1" /> <!-- Anakim Blessing -->
|
||||
<skill id="18443" level="1" /> <!-- Release Agathion's Seal - Anakaim Holy Barrier -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="46187" name="Agathion - Anakim Holy Barrier Pack" additionalName="30-day" type="EtcItem">
|
||||
<!-- Wrapped Pack containing Agathion - Anakim Holy Barrier (30-day). -->
|
||||
<set name="icon" val="icon.event_high_oriental_park_i00" />
|
||||
<set name="default_action" val="PEEL" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="weight" val="10" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_freightable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="time" val="43200" />
|
||||
<set name="handler" val="ExtractableItems" />
|
||||
<capsuled_items>
|
||||
<item id="46186" min="1" max="1" chance="100" /> <!-- Agathion - Anakim Holy Barrier (30-day) -->
|
||||
</capsuled_items>
|
||||
</item>
|
||||
<item id="46188" name="Agathion - Anakim Holy Barrier Pack" type="EtcItem">
|
||||
<!-- Wrapped Pack containing an Agathion - Anakim Holy Barrier (30-day) or an Agathion - Anakim Holy Barrier. -->
|
||||
<set name="icon" val="icon.event_high_oriental_park_i00" />
|
||||
<set name="default_action" val="CAPSULE" />
|
||||
<set name="weight" val="10" />
|
||||
<set name="is_freightable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<skills>
|
||||
<skill id="18438" level="1" /> <!-- Agathion - Anakim Holy Barrier Pack -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="46189" name="Vampiric Style Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearace of your armor into that of a Vampiric Style. Can be used as a top or a one piece. It changes everything, making the appearance of all armor into that of a Vampiric Style. -->
|
||||
|
@ -214,9 +214,35 @@
|
||||
<reuseDelay>3600000</reuseDelay>
|
||||
</skill>
|
||||
<skill id="18438" toLevel="1" name="Agathion - Anakim Holy Barrier Pack">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<itemConsumeId>46188</itemConsumeId>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLvl>1</magicLvl>
|
||||
<isMagic>2</isMagic>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="OpEncumbered">
|
||||
<weightPercent>10</weightPercent>
|
||||
<slotsPercent>10</slotsPercent>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="RestorationRandom">
|
||||
<items>
|
||||
<item chance="50.0">
|
||||
<item id="46185" count="1" /> <!-- Agathion - Anakim Holy Barrier -->
|
||||
</item>
|
||||
<item chance="50.0">
|
||||
<item id="46186" count="1" /> <!-- Agathion - Anakim Holy Barrier (30-day) -->
|
||||
</item>
|
||||
</items>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18439" toLevel="1" name="Vampiric Style Appearance Stone Pack">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
@ -234,17 +260,34 @@
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="18442" toLevel="1" name="Anakim Blessing">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<!-- XP/SP + 3% when equipped. -->
|
||||
<icon>icon.bracelet_tersi_agathion</icon>
|
||||
<operateType>P</operateType>
|
||||
<effects>
|
||||
<effect name="ExpModify">
|
||||
<amount>3</amount>
|
||||
</effect>
|
||||
<effect name="SpModify">
|
||||
<amount>3</amount>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18443" toLevel="1" name="Release Agathion's Seal - Anakaim Holy Barrier">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<!-- Releases Agathion's Seal. -->
|
||||
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<isMagic>2</isMagic>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="SummonAgathion">
|
||||
<npcId>8550</npcId>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18444" toLevel="6" name="Physical Reflect Shirt Enchant Effect">
|
||||
<!-- P. Def. + 5%. -->
|
||||
|
@ -943,16 +943,26 @@
|
||||
<item id="46185" name="Agathion - Anakim Holy Barrier" type="Armor">
|
||||
<!-- Summons Anakim Holy Barrier, which is comprised of 5 Anakims. <Item Skill>. 1. Balanced Power: STR/INT/CON/DEX/WIT/MEN increases by 1. 2. Attribute Enchant: Fire/Water/Earth/Wind/Dark/Holy Atk. increases by 30. 3. Anakim Blessing : Acquired XP and SP + 3%. -->
|
||||
<set name="icon" val="BranchSys3.iconItem.g_agathion_anakim" />
|
||||
<set name="icon" val="BranchSys3.iconItem.g_agathion_anakim" />
|
||||
<set name="default_action" val="EQUIP" />
|
||||
<set name="bodypart" val="lbracelet" />
|
||||
<set name="is_freightable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="weight" val="150" />
|
||||
<skills>
|
||||
<skill id="17551" level="1" /> <!-- Balanced Power -->
|
||||
<skill id="17552" level="1" /> <!-- Attribute Enchant -->
|
||||
<skill id="18442" level="1" /> <!-- Anakim Blessing -->
|
||||
<skill id="18443" level="1" /> <!-- Release Agathion's Seal - Anakaim Holy Barrier -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="46186" name="Agathion - Anakim Holy Barrier" additionalName="30-day" type="Armor">
|
||||
<!-- Summons Anakim Holy Barrier, which is comprised of 5 Anakims. <Item Skill>. 1. Balanced Power: STR/INT/CON/DEX/WIT/MEN increases by 1. 2. Attribute Enchant: Fire/Water/Earth/Wind/Dark/Holy Atk. increases by 30. 3. Anakim Blessing : Acquired XP and SP + 3%. -->
|
||||
<set name="icon" val="BranchSys3.iconItem.g_agathion_anakim" />
|
||||
<set name="default_action" val="EQUIP" />
|
||||
<set name="bodypart" val="lbracelet" />
|
||||
<set name="weight" val="150" />
|
||||
<set name="is_clan_depositable" val="false" />
|
||||
<set name="is_mailable" val="false" />
|
||||
@ -963,25 +973,44 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="time" val="43200" />
|
||||
<skills>
|
||||
<skill id="17551" level="1" /> <!-- Balanced Power -->
|
||||
<skill id="17552" level="1" /> <!-- Attribute Enchant -->
|
||||
<skill id="18442" level="1" /> <!-- Anakim Blessing -->
|
||||
<skill id="18443" level="1" /> <!-- Release Agathion's Seal - Anakaim Holy Barrier -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="46187" name="Agathion - Anakim Holy Barrier Pack" additionalName="30-day" type="EtcItem">
|
||||
<!-- Wrapped Pack containing Agathion - Anakim Holy Barrier (30-day). -->
|
||||
<set name="icon" val="icon.event_high_oriental_park_i00" />
|
||||
<set name="default_action" val="PEEL" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="weight" val="10" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_freightable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="time" val="43200" />
|
||||
<set name="handler" val="ExtractableItems" />
|
||||
<capsuled_items>
|
||||
<item id="46186" min="1" max="1" chance="100" /> <!-- Agathion - Anakim Holy Barrier (30-day) -->
|
||||
</capsuled_items>
|
||||
</item>
|
||||
<item id="46188" name="Agathion - Anakim Holy Barrier Pack" type="EtcItem">
|
||||
<!-- Wrapped Pack containing an Agathion - Anakim Holy Barrier (30-day) or an Agathion - Anakim Holy Barrier. -->
|
||||
<set name="icon" val="icon.event_high_oriental_park_i00" />
|
||||
<set name="default_action" val="CAPSULE" />
|
||||
<set name="weight" val="10" />
|
||||
<set name="is_freightable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<skills>
|
||||
<skill id="18438" level="1" /> <!-- Agathion - Anakim Holy Barrier Pack -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="46189" name="Vampiric Style Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearace of your armor into that of a Vampiric Style. Can be used as a top or a one piece. It changes everything, making the appearance of all armor into that of a Vampiric Style. -->
|
||||
|
@ -214,9 +214,35 @@
|
||||
<reuseDelay>3600000</reuseDelay>
|
||||
</skill>
|
||||
<skill id="18438" toLevel="1" name="Agathion - Anakim Holy Barrier Pack">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<itemConsumeId>46188</itemConsumeId>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLvl>1</magicLvl>
|
||||
<isMagic>2</isMagic>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="OpEncumbered">
|
||||
<weightPercent>10</weightPercent>
|
||||
<slotsPercent>10</slotsPercent>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="RestorationRandom">
|
||||
<items>
|
||||
<item chance="50.0">
|
||||
<item id="46185" count="1" /> <!-- Agathion - Anakim Holy Barrier -->
|
||||
</item>
|
||||
<item chance="50.0">
|
||||
<item id="46186" count="1" /> <!-- Agathion - Anakim Holy Barrier (30-day) -->
|
||||
</item>
|
||||
</items>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18439" toLevel="1" name="Vampiric Style Appearance Stone Pack">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
@ -234,17 +260,34 @@
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="18442" toLevel="1" name="Anakim Blessing">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<!-- XP/SP + 3% when equipped. -->
|
||||
<icon>icon.bracelet_tersi_agathion</icon>
|
||||
<operateType>P</operateType>
|
||||
<effects>
|
||||
<effect name="ExpModify">
|
||||
<amount>3</amount>
|
||||
</effect>
|
||||
<effect name="SpModify">
|
||||
<amount>3</amount>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18443" toLevel="1" name="Release Agathion's Seal - Anakaim Holy Barrier">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<!-- Releases Agathion's Seal. -->
|
||||
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<isMagic>2</isMagic>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="SummonAgathion">
|
||||
<npcId>8550</npcId>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18444" toLevel="6" name="Physical Reflect Shirt Enchant Effect">
|
||||
<!-- P. Def. + 5%. -->
|
||||
|
@ -14,6 +14,8 @@
|
||||
<skill skillName="Dignity of the Exalted" skillId="19222" skillLvl="1" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Dignity of the Exalted" skillId="19222" skillLvl="2" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Dignity of the Exalted" skillId="19222" skillLvl="3" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Dignity of the Exalted" skillId="19222" skillLvl="4" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Dignity of the Exalted" skillId="19222" skillLvl="5" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Belief of the Exalted" skillId="19223" skillLvl="1" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Blessing of the Exalted" skillId="19224" skillLvl="1" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Summon Battle Potion" skillId="19225" skillLvl="1" getLevel="99" learnedByFS="true" />
|
||||
|
@ -943,16 +943,26 @@
|
||||
<item id="46185" name="Agathion - Anakim Holy Barrier" type="Armor">
|
||||
<!-- Summons Anakim Holy Barrier, which is comprised of 5 Anakims. <Item Skill>. 1. Balanced Power: STR/INT/CON/DEX/WIT/MEN increases by 1. 2. Attribute Enchant: Fire/Water/Earth/Wind/Dark/Holy Atk. increases by 30. 3. Anakim Blessing : Acquired XP and SP + 3%. -->
|
||||
<set name="icon" val="BranchSys3.iconItem.g_agathion_anakim" />
|
||||
<set name="icon" val="BranchSys3.iconItem.g_agathion_anakim" />
|
||||
<set name="default_action" val="EQUIP" />
|
||||
<set name="bodypart" val="lbracelet" />
|
||||
<set name="is_freightable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="weight" val="150" />
|
||||
<skills>
|
||||
<skill id="17551" level="1" /> <!-- Balanced Power -->
|
||||
<skill id="17552" level="1" /> <!-- Attribute Enchant -->
|
||||
<skill id="18442" level="1" /> <!-- Anakim Blessing -->
|
||||
<skill id="18443" level="1" /> <!-- Release Agathion's Seal - Anakaim Holy Barrier -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="46186" name="Agathion - Anakim Holy Barrier" additionalName="30-day" type="Armor">
|
||||
<!-- Summons Anakim Holy Barrier, which is comprised of 5 Anakims. <Item Skill>. 1. Balanced Power: STR/INT/CON/DEX/WIT/MEN increases by 1. 2. Attribute Enchant: Fire/Water/Earth/Wind/Dark/Holy Atk. increases by 30. 3. Anakim Blessing : Acquired XP and SP + 3%. -->
|
||||
<set name="icon" val="BranchSys3.iconItem.g_agathion_anakim" />
|
||||
<set name="default_action" val="EQUIP" />
|
||||
<set name="bodypart" val="lbracelet" />
|
||||
<set name="weight" val="150" />
|
||||
<set name="is_clan_depositable" val="false" />
|
||||
<set name="is_mailable" val="false" />
|
||||
@ -963,25 +973,44 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="time" val="43200" />
|
||||
<skills>
|
||||
<skill id="17551" level="1" /> <!-- Balanced Power -->
|
||||
<skill id="17552" level="1" /> <!-- Attribute Enchant -->
|
||||
<skill id="18442" level="1" /> <!-- Anakim Blessing -->
|
||||
<skill id="18443" level="1" /> <!-- Release Agathion's Seal - Anakaim Holy Barrier -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="46187" name="Agathion - Anakim Holy Barrier Pack" additionalName="30-day" type="EtcItem">
|
||||
<!-- Wrapped Pack containing Agathion - Anakim Holy Barrier (30-day). -->
|
||||
<set name="icon" val="icon.event_high_oriental_park_i00" />
|
||||
<set name="default_action" val="PEEL" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="weight" val="10" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_freightable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="time" val="43200" />
|
||||
<set name="handler" val="ExtractableItems" />
|
||||
<capsuled_items>
|
||||
<item id="46186" min="1" max="1" chance="100" /> <!-- Agathion - Anakim Holy Barrier (30-day) -->
|
||||
</capsuled_items>
|
||||
</item>
|
||||
<item id="46188" name="Agathion - Anakim Holy Barrier Pack" type="EtcItem">
|
||||
<!-- Wrapped Pack containing an Agathion - Anakim Holy Barrier (30-day) or an Agathion - Anakim Holy Barrier. -->
|
||||
<set name="icon" val="icon.event_high_oriental_park_i00" />
|
||||
<set name="default_action" val="CAPSULE" />
|
||||
<set name="weight" val="10" />
|
||||
<set name="is_freightable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<skills>
|
||||
<skill id="18438" level="1" /> <!-- Agathion - Anakim Holy Barrier Pack -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="46189" name="Vampiric Style Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearace of your armor into that of a Vampiric Style. Can be used as a top or a one piece. It changes everything, making the appearance of all armor into that of a Vampiric Style. -->
|
||||
|
@ -214,9 +214,35 @@
|
||||
<reuseDelay>3600000</reuseDelay>
|
||||
</skill>
|
||||
<skill id="18438" toLevel="1" name="Agathion - Anakim Holy Barrier Pack">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<itemConsumeId>46188</itemConsumeId>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLvl>1</magicLvl>
|
||||
<isMagic>2</isMagic>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="OpEncumbered">
|
||||
<weightPercent>10</weightPercent>
|
||||
<slotsPercent>10</slotsPercent>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="RestorationRandom">
|
||||
<items>
|
||||
<item chance="50.0">
|
||||
<item id="46185" count="1" /> <!-- Agathion - Anakim Holy Barrier -->
|
||||
</item>
|
||||
<item chance="50.0">
|
||||
<item id="46186" count="1" /> <!-- Agathion - Anakim Holy Barrier (30-day) -->
|
||||
</item>
|
||||
</items>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18439" toLevel="1" name="Vampiric Style Appearance Stone Pack">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
@ -234,17 +260,34 @@
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="18442" toLevel="1" name="Anakim Blessing">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<!-- XP/SP + 3% when equipped. -->
|
||||
<icon>icon.bracelet_tersi_agathion</icon>
|
||||
<operateType>P</operateType>
|
||||
<effects>
|
||||
<effect name="ExpModify">
|
||||
<amount>3</amount>
|
||||
</effect>
|
||||
<effect name="SpModify">
|
||||
<amount>3</amount>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18443" toLevel="1" name="Release Agathion's Seal - Anakaim Holy Barrier">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<!-- Releases Agathion's Seal. -->
|
||||
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<isMagic>2</isMagic>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="SummonAgathion">
|
||||
<npcId>8550</npcId>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18444" toLevel="6" name="Physical Reflect Shirt Enchant Effect">
|
||||
<!-- P. Def. + 5%. -->
|
||||
|
Loading…
Reference in New Issue
Block a user