Working Agathion Freya item.

This commit is contained in:
MobiusDevelopment 2020-04-03 12:09:49 +00:00
parent d3815e0133
commit c96804ac6b
18 changed files with 1215 additions and 36 deletions

View File

@ -496,6 +496,7 @@
<!-- Summons Freya agathion. 30-day. Cannot be used in the Olymipad. <Active Skill>. 1. Freya's Scroll of Escape: Town of Aden / Town of Rune / Talking Island Village. Cooldown is 30 min. <Passive SKill>. 1. Freya's Mind: Mental/Paralysis Resistance + 10%, Water Resistance + 10. 2. Freya's Strength: STR/INT/CON/DEX/WIT/MEN + 1. 3. Freya's Magic: P./M. Skill MP Consumption - 3%. -->
<set name="icon" val="icon.pi_high_agathion_bracelet_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="is_clan_depositable" val="false" />
<set name="is_mailable" val="false" />
<set name="is_tradable" val="false" />
@ -504,6 +505,18 @@
<set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" />
<set name="time" val="43200" />
<skills>
<skill id="18133" level="1" /> <!-- Release Agathion's Seal - Freya -->
<skill id="18134" level="1" /> <!-- Freya's Cuteness -->
<skill id="18135" level="1" /> <!-- Freya's Cute Trick -->
<skill id="18136" level="1" /> <!-- Freya's Scroll of Escape: Town of Rune -->
<skill id="18137" level="1" /> <!-- Freya's Scroll of Escape: Town of Aden -->
<skill id="18138" level="1" /> <!-- Freya's Scroll of Escape: Talking Island -->
<skill id="18139" level="1" /> <!-- Freya's Mind -->
<skill id="18140" level="1" /> <!-- Freya's Strength -->
<skill id="18141" level="1" /> <!-- Freya's Magic -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
</skills>
</item>
<item id="40238" name="Freya's Supply Box" type="EtcItem">
<!-- Double-click to obtain a Transformation Scroll: Anakim / Zaken / Kechi / Saber Tooth Tiger / Doll Blader. Cannot be used in the Olympiad. -->

View File

@ -1163,6 +1163,15 @@
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<targetScope>SINGLE</targetScope>
<effects>
<effect name="SummonAgathion">
<npcId>13442</npcId>
</effect>
</effects>
</skill>
<skill id="18134" toLevel="1" name="Freya's Cuteness">
<!-- See Agathion's cuteness. -->
@ -1181,33 +1190,142 @@
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>44070</x>
<y>-50243</y>
<z>-791</z>
</effect>
</effects>
</skill>
<skill id="18137" toLevel="1" name="Freya's Scroll of Escape: Town of Aden">
<!-- Teleports you to the Town of Aden. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>147450</x>
<y>27064</y>
<z>-2208</z>
</effect>
</effects>
</skill>
<skill id="18138" toLevel="1" name="Freya's Scroll of Escape: Talking Island Village">
<!-- Teleports you to Talking Island Village. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>-113978</x>
<y>255847</y>
<z>-1504</z>
</effect>
</effects>
</skill>
<skill id="18139" toLevel="1" name="Freya's Mind">
<!-- Mental Attack Resistance + 10%, Paralysis Resistance + 10%, and Water Resistance + 10. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<!-- TODO: Add Confusion Resistance -->
<effect name="DefenceAttribute">
<amount>50</amount>
<attribute>WATER</attribute>
</effect>
</effects>
</skill>
<skill id="18140" toLevel="1" name="Freya's Strength">
<!-- STR/INT/CON/DEX/WIT/MEN + 1. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="StatUp">
<amount>1</amount>
<stat>STR</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>INT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>CON</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>DEX</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>WIT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>MEN</stat>
</effect>
</effects>
</skill>
<skill id="18141" toLevel="1" name="Freya's Magic">
<!-- P./M. Skill MP Consumption - 3%. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>1</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>0</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>3</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>22</magicType>
</effect>
</effects>
</skill>
<skill id="18142" toLevel="1" name="Freya's Supply Box">
<!-- Double-click to obtain a random Transformation Scroll. -->
@ -1675,17 +1793,17 @@
<stayAfterDeath>true</stayAfterDeath>
<effects>
<effect name="ExpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="SpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="PhysicalDefence">
<amount>20</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MagicalDefence">
<amount>30</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MaxHp">

View File

@ -496,6 +496,7 @@
<!-- Summons Freya agathion. 30-day. Cannot be used in the Olymipad. <Active Skill>. 1. Freya's Scroll of Escape: Town of Aden / Town of Rune / Talking Island Village. Cooldown is 30 min. <Passive SKill>. 1. Freya's Mind: Mental/Paralysis Resistance + 10%, Water Resistance + 10. 2. Freya's Strength: STR/INT/CON/DEX/WIT/MEN + 1. 3. Freya's Magic: P./M. Skill MP Consumption - 3%. -->
<set name="icon" val="icon.pi_high_agathion_bracelet_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="is_clan_depositable" val="false" />
<set name="is_mailable" val="false" />
<set name="is_tradable" val="false" />
@ -504,6 +505,18 @@
<set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" />
<set name="time" val="43200" />
<skills>
<skill id="18133" level="1" /> <!-- Release Agathion's Seal - Freya -->
<skill id="18134" level="1" /> <!-- Freya's Cuteness -->
<skill id="18135" level="1" /> <!-- Freya's Cute Trick -->
<skill id="18136" level="1" /> <!-- Freya's Scroll of Escape: Town of Rune -->
<skill id="18137" level="1" /> <!-- Freya's Scroll of Escape: Town of Aden -->
<skill id="18138" level="1" /> <!-- Freya's Scroll of Escape: Talking Island -->
<skill id="18139" level="1" /> <!-- Freya's Mind -->
<skill id="18140" level="1" /> <!-- Freya's Strength -->
<skill id="18141" level="1" /> <!-- Freya's Magic -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
</skills>
</item>
<item id="40238" name="Freya's Supply Box" type="EtcItem">
<!-- Double-click to obtain a Transformation Scroll: Anakim / Zaken / Kechi / Saber Tooth Tiger / Doll Blader. Cannot be used in the Olympiad. -->

View File

@ -1159,6 +1159,15 @@
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<targetScope>SINGLE</targetScope>
<effects>
<effect name="SummonAgathion">
<npcId>13442</npcId>
</effect>
</effects>
</skill>
<skill id="18134" toLevel="1" name="Freya's Cuteness">
<!-- See Agathion's cuteness. -->
@ -1177,33 +1186,142 @@
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>44070</x>
<y>-50243</y>
<z>-791</z>
</effect>
</effects>
</skill>
<skill id="18137" toLevel="1" name="Freya's Scroll of Escape: Town of Aden">
<!-- Teleports you to the Town of Aden. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>147450</x>
<y>27064</y>
<z>-2208</z>
</effect>
</effects>
</skill>
<skill id="18138" toLevel="1" name="Freya's Scroll of Escape: Talking Island Village">
<!-- Teleports you to Talking Island Village. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>-113978</x>
<y>255847</y>
<z>-1504</z>
</effect>
</effects>
</skill>
<skill id="18139" toLevel="1" name="Freya's Mind">
<!-- Mental Attack Resistance + 10%, Paralysis Resistance + 10%, and Water Resistance + 10. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<!-- TODO: Add Confusion Resistance -->
<effect name="DefenceAttribute">
<amount>50</amount>
<attribute>WATER</attribute>
</effect>
</effects>
</skill>
<skill id="18140" toLevel="1" name="Freya's Strength">
<!-- STR/INT/CON/DEX/WIT/MEN + 1. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="StatUp">
<amount>1</amount>
<stat>STR</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>INT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>CON</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>DEX</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>WIT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>MEN</stat>
</effect>
</effects>
</skill>
<skill id="18141" toLevel="1" name="Freya's Magic">
<!-- P./M. Skill MP Consumption - 3%. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>1</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>0</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>3</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>22</magicType>
</effect>
</effects>
</skill>
<skill id="18142" toLevel="1" name="Freya's Supply Box">
<!-- Double-click to obtain a random Transformation Scroll. -->
@ -1666,17 +1784,17 @@
<stayAfterDeath>true</stayAfterDeath>
<effects>
<effect name="ExpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="SpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="PhysicalDefence">
<amount>20</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MagicalDefence">
<amount>30</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MaxHp">

View File

@ -496,6 +496,7 @@
<!-- Summons Freya agathion. 30-day. Cannot be used in the Olymipad. <Active Skill>. 1. Freya's Scroll of Escape: Town of Aden / Town of Rune / Talking Island Village. Cooldown is 30 min. <Passive SKill>. 1. Freya's Mind: Mental/Paralysis Resistance + 10%, Water Resistance + 10. 2. Freya's Strength: STR/INT/CON/DEX/WIT/MEN + 1. 3. Freya's Magic: P./M. Skill MP Consumption - 3%. -->
<set name="icon" val="icon.pi_high_agathion_bracelet_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="is_clan_depositable" val="false" />
<set name="is_mailable" val="false" />
<set name="is_tradable" val="false" />
@ -504,6 +505,18 @@
<set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" />
<set name="time" val="43200" />
<skills>
<skill id="18133" level="1" /> <!-- Release Agathion's Seal - Freya -->
<skill id="18134" level="1" /> <!-- Freya's Cuteness -->
<skill id="18135" level="1" /> <!-- Freya's Cute Trick -->
<skill id="18136" level="1" /> <!-- Freya's Scroll of Escape: Town of Rune -->
<skill id="18137" level="1" /> <!-- Freya's Scroll of Escape: Town of Aden -->
<skill id="18138" level="1" /> <!-- Freya's Scroll of Escape: Talking Island -->
<skill id="18139" level="1" /> <!-- Freya's Mind -->
<skill id="18140" level="1" /> <!-- Freya's Strength -->
<skill id="18141" level="1" /> <!-- Freya's Magic -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
</skills>
</item>
<item id="40238" name="Freya's Supply Box" type="EtcItem">
<!-- Double-click to obtain a Transformation Scroll: Anakim / Zaken / Kechi / Saber Tooth Tiger / Doll Blader. Cannot be used in the Olympiad. -->

View File

@ -1163,6 +1163,15 @@
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<targetScope>SINGLE</targetScope>
<effects>
<effect name="SummonAgathion">
<npcId>13442</npcId>
</effect>
</effects>
</skill>
<skill id="18134" toLevel="1" name="Freya's Cuteness">
<!-- See Agathion's cuteness. -->
@ -1181,33 +1190,142 @@
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>44070</x>
<y>-50243</y>
<z>-791</z>
</effect>
</effects>
</skill>
<skill id="18137" toLevel="1" name="Freya's Scroll of Escape: Town of Aden">
<!-- Teleports you to the Town of Aden. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>147450</x>
<y>27064</y>
<z>-2208</z>
</effect>
</effects>
</skill>
<skill id="18138" toLevel="1" name="Freya's Scroll of Escape: Talking Island Village">
<!-- Teleports you to Talking Island Village. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>-113978</x>
<y>255847</y>
<z>-1504</z>
</effect>
</effects>
</skill>
<skill id="18139" toLevel="1" name="Freya's Mind">
<!-- Mental Attack Resistance + 10%, Paralysis Resistance + 10%, and Water Resistance + 10. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<!-- TODO: Add Confusion Resistance -->
<effect name="DefenceAttribute">
<amount>50</amount>
<attribute>WATER</attribute>
</effect>
</effects>
</skill>
<skill id="18140" toLevel="1" name="Freya's Strength">
<!-- STR/INT/CON/DEX/WIT/MEN + 1. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="StatUp">
<amount>1</amount>
<stat>STR</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>INT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>CON</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>DEX</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>WIT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>MEN</stat>
</effect>
</effects>
</skill>
<skill id="18141" toLevel="1" name="Freya's Magic">
<!-- P./M. Skill MP Consumption - 3%. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>1</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>0</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>3</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>22</magicType>
</effect>
</effects>
</skill>
<skill id="18142" toLevel="1" name="Freya's Supply Box">
<!-- Double-click to obtain a random Transformation Scroll. -->
@ -1670,17 +1788,17 @@
<stayAfterDeath>true</stayAfterDeath>
<effects>
<effect name="ExpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="SpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="PhysicalDefence">
<amount>20</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MagicalDefence">
<amount>30</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MaxHp">

View File

@ -496,6 +496,7 @@
<!-- Summons Freya agathion. 30-day. Cannot be used in the Olymipad. <Active Skill>. 1. Freya's Scroll of Escape: Town of Aden / Town of Rune / Talking Island Village. Cooldown is 30 min. <Passive SKill>. 1. Freya's Mind: Mental/Paralysis Resistance + 10%, Water Resistance + 10. 2. Freya's Strength: STR/INT/CON/DEX/WIT/MEN + 1. 3. Freya's Magic: P./M. Skill MP Consumption - 3%. -->
<set name="icon" val="icon.pi_high_agathion_bracelet_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="is_clan_depositable" val="false" />
<set name="is_mailable" val="false" />
<set name="is_tradable" val="false" />
@ -504,6 +505,18 @@
<set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" />
<set name="time" val="43200" />
<skills>
<skill id="18133" level="1" /> <!-- Release Agathion's Seal - Freya -->
<skill id="18134" level="1" /> <!-- Freya's Cuteness -->
<skill id="18135" level="1" /> <!-- Freya's Cute Trick -->
<skill id="18136" level="1" /> <!-- Freya's Scroll of Escape: Town of Rune -->
<skill id="18137" level="1" /> <!-- Freya's Scroll of Escape: Town of Aden -->
<skill id="18138" level="1" /> <!-- Freya's Scroll of Escape: Talking Island -->
<skill id="18139" level="1" /> <!-- Freya's Mind -->
<skill id="18140" level="1" /> <!-- Freya's Strength -->
<skill id="18141" level="1" /> <!-- Freya's Magic -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
</skills>
</item>
<item id="40238" name="Freya's Supply Box" type="EtcItem">
<!-- Double-click to obtain a Transformation Scroll: Anakim / Zaken / Kechi / Saber Tooth Tiger / Doll Blader. Cannot be used in the Olympiad. -->

View File

@ -1163,6 +1163,15 @@
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<targetScope>SINGLE</targetScope>
<effects>
<effect name="SummonAgathion">
<npcId>13442</npcId>
</effect>
</effects>
</skill>
<skill id="18134" toLevel="1" name="Freya's Cuteness">
<!-- See Agathion's cuteness. -->
@ -1181,33 +1190,142 @@
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>44070</x>
<y>-50243</y>
<z>-791</z>
</effect>
</effects>
</skill>
<skill id="18137" toLevel="1" name="Freya's Scroll of Escape: Town of Aden">
<!-- Teleports you to the Town of Aden. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>147450</x>
<y>27064</y>
<z>-2208</z>
</effect>
</effects>
</skill>
<skill id="18138" toLevel="1" name="Freya's Scroll of Escape: Talking Island Village">
<!-- Teleports you to Talking Island Village. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>-113978</x>
<y>255847</y>
<z>-1504</z>
</effect>
</effects>
</skill>
<skill id="18139" toLevel="1" name="Freya's Mind">
<!-- Mental Attack Resistance + 10%, Paralysis Resistance + 10%, and Water Resistance + 10. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<!-- TODO: Add Confusion Resistance -->
<effect name="DefenceAttribute">
<amount>50</amount>
<attribute>WATER</attribute>
</effect>
</effects>
</skill>
<skill id="18140" toLevel="1" name="Freya's Strength">
<!-- STR/INT/CON/DEX/WIT/MEN + 1. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="StatUp">
<amount>1</amount>
<stat>STR</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>INT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>CON</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>DEX</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>WIT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>MEN</stat>
</effect>
</effects>
</skill>
<skill id="18141" toLevel="1" name="Freya's Magic">
<!-- P./M. Skill MP Consumption - 3%. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>1</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>0</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>3</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>22</magicType>
</effect>
</effects>
</skill>
<skill id="18142" toLevel="1" name="Freya's Supply Box">
<!-- Double-click to obtain a random Transformation Scroll. -->
@ -1670,17 +1788,17 @@
<stayAfterDeath>true</stayAfterDeath>
<effects>
<effect name="ExpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="SpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="PhysicalDefence">
<amount>20</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MagicalDefence">
<amount>30</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MaxHp">

View File

@ -496,6 +496,7 @@
<!-- Summons Freya agathion. 30-day. Cannot be used in the Olymipad. <Active Skill>. 1. Freya's Scroll of Escape: Town of Aden/ Town of Rune/ Talking Island Village. Cooldown is 30 min. <Passive SKill>. 1. Freya's Mind: Mental/ Paralysis Resistance +10%, Water Resistance +10. 2. Freya's Strength: STR/ INT/ CON/ DEX/ WIT/ MEN +1. 3. Freya's Magic: P./ M. Skill MP Consumption -3%. -->
<set name="icon" val="icon.pi_high_agathion_bracelet_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="is_clan_depositable" val="false" />
<set name="is_mailable" val="false" />
<set name="is_tradable" val="false" />
@ -504,6 +505,18 @@
<set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" />
<set name="time" val="43200" />
<skills>
<skill id="18133" level="1" /> <!-- Release Agathion's Seal - Freya -->
<skill id="18134" level="1" /> <!-- Freya's Cuteness -->
<skill id="18135" level="1" /> <!-- Freya's Cute Trick -->
<skill id="18136" level="1" /> <!-- Freya's Scroll of Escape: Town of Rune -->
<skill id="18137" level="1" /> <!-- Freya's Scroll of Escape: Town of Aden -->
<skill id="18138" level="1" /> <!-- Freya's Scroll of Escape: Talking Island -->
<skill id="18139" level="1" /> <!-- Freya's Mind -->
<skill id="18140" level="1" /> <!-- Freya's Strength -->
<skill id="18141" level="1" /> <!-- Freya's Magic -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
</skills>
</item>
<item id="40238" name="Freya's Supply Box" type="EtcItem">
<!-- Double-click to obtain a Transformation Scroll: Anakim/ Zaken/ Kechi/ Saber Tooth Tiger/ Doll Blader. Cannot be used in the Olympiad. -->

View File

@ -1163,6 +1163,15 @@
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<targetScope>SINGLE</targetScope>
<effects>
<effect name="SummonAgathion">
<npcId>13442</npcId>
</effect>
</effects>
</skill>
<skill id="18134" toLevel="1" name="Freya's Cuteness">
<!-- See Agathion's cuteness. -->
@ -1181,33 +1190,142 @@
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>44070</x>
<y>-50243</y>
<z>-791</z>
</effect>
</effects>
</skill>
<skill id="18137" toLevel="1" name="Freya's Scroll of Escape: Town of Aden">
<!-- Teleports you to the Town of Aden. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>147450</x>
<y>27064</y>
<z>-2208</z>
</effect>
</effects>
</skill>
<skill id="18138" toLevel="1" name="Freya's Scroll of Escape: Talking Island Village">
<!-- Teleports you to Talking Island Village. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>-113978</x>
<y>255847</y>
<z>-1504</z>
</effect>
</effects>
</skill>
<skill id="18139" toLevel="1" name="Freya's Mind">
<!-- Mental Attack Resistance +10%, Paralysis Resistance +10%, and Water Resistance +10. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<!-- TODO: Add Confusion Resistance -->
<effect name="DefenceAttribute">
<amount>50</amount>
<attribute>WATER</attribute>
</effect>
</effects>
</skill>
<skill id="18140" toLevel="1" name="Freya's Strength">
<!-- STR/ INT/ CON/ DEX/ WIT/ MEN +1. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="StatUp">
<amount>1</amount>
<stat>STR</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>INT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>CON</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>DEX</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>WIT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>MEN</stat>
</effect>
</effects>
</skill>
<skill id="18141" toLevel="1" name="Freya's Magic">
<!-- P./ M. Skill MP Consumption -3%. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>1</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>0</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>3</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>22</magicType>
</effect>
</effects>
</skill>
<skill id="18142" toLevel="1" name="Freya's Supply Box">
<!-- Double-click to obtain a random Transformation Scroll. -->
@ -1670,17 +1788,17 @@
<stayAfterDeath>true</stayAfterDeath>
<effects>
<effect name="ExpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="SpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="PhysicalDefence">
<amount>20</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MagicalDefence">
<amount>30</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MaxHp">

View File

@ -496,6 +496,7 @@
<!-- Summons Freya agathion. 30-day. Cannot be used in the Olymipad. <Active Skill>. 1. Freya's Scroll of Escape: Town of Aden/ Town of Rune/ Talking Island Village. Cooldown is 30 min. <Passive SKill>. 1. Freya's Mind: Mental/ Paralysis Resistance +10%, Water Resistance +10. 2. Freya's Strength: STR/ INT/ CON/ DEX/ WIT/ MEN +1. 3. Freya's Magic: P./ M. Skill MP Consumption - 3%. -->
<set name="icon" val="icon.pi_high_agathion_bracelet_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="is_clan_depositable" val="false" />
<set name="is_mailable" val="false" />
<set name="is_tradable" val="false" />
@ -504,6 +505,18 @@
<set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" />
<set name="time" val="43200" />
<skills>
<skill id="18133" level="1" /> <!-- Release Agathion's Seal - Freya -->
<skill id="18134" level="1" /> <!-- Freya's Cuteness -->
<skill id="18135" level="1" /> <!-- Freya's Cute Trick -->
<skill id="18136" level="1" /> <!-- Freya's Scroll of Escape: Town of Rune -->
<skill id="18137" level="1" /> <!-- Freya's Scroll of Escape: Town of Aden -->
<skill id="18138" level="1" /> <!-- Freya's Scroll of Escape: Talking Island -->
<skill id="18139" level="1" /> <!-- Freya's Mind -->
<skill id="18140" level="1" /> <!-- Freya's Strength -->
<skill id="18141" level="1" /> <!-- Freya's Magic -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
</skills>
</item>
<item id="40238" name="Freya's Supply Box" type="EtcItem">
<!-- Double-click to obtain a Transformation Scroll: Anakim/ Zaken/ Kechi/ Saber Tooth Tiger/ Doll Blader. Cannot be used in the Olympiad. -->

View File

@ -1163,6 +1163,15 @@
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<targetScope>SINGLE</targetScope>
<effects>
<effect name="SummonAgathion">
<npcId>13442</npcId>
</effect>
</effects>
</skill>
<skill id="18134" toLevel="1" name="Freya's Cuteness">
<!-- See Agathion's cuteness. -->
@ -1181,33 +1190,142 @@
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>44070</x>
<y>-50243</y>
<z>-791</z>
</effect>
</effects>
</skill>
<skill id="18137" toLevel="1" name="Freya's Scroll of Escape: Town of Aden">
<!-- Teleports you to the Town of Aden. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>147450</x>
<y>27064</y>
<z>-2208</z>
</effect>
</effects>
</skill>
<skill id="18138" toLevel="1" name="Freya's Scroll of Escape: Talking Island Village">
<!-- Teleports you to Talking Island Village. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>-113978</x>
<y>255847</y>
<z>-1504</z>
</effect>
</effects>
</skill>
<skill id="18139" toLevel="1" name="Freya's Mind">
<!-- Mental Attack Resistance +10%, Paralysis Resistance +10%, and Water Resistance +10. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<!-- TODO: Add Confusion Resistance -->
<effect name="DefenceAttribute">
<amount>50</amount>
<attribute>WATER</attribute>
</effect>
</effects>
</skill>
<skill id="18140" toLevel="1" name="Freya's Strength">
<!-- STR/ INT/ CON/ DEX/ WIT/ MEN +1. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="StatUp">
<amount>1</amount>
<stat>STR</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>INT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>CON</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>DEX</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>WIT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>MEN</stat>
</effect>
</effects>
</skill>
<skill id="18141" toLevel="1" name="Freya's Magic">
<!-- P./ M. Skill MP Consumption -3%. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>1</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>0</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>3</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>22</magicType>
</effect>
</effects>
</skill>
<skill id="18142" toLevel="1" name="Freya's Supply Box">
<!-- Double-click to obtain a random Transformation Scroll. -->
@ -1670,17 +1788,17 @@
<stayAfterDeath>true</stayAfterDeath>
<effects>
<effect name="ExpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="SpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="PhysicalDefence">
<amount>20</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MagicalDefence">
<amount>30</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MaxHp">

View File

@ -496,6 +496,7 @@
<!-- Summons Freya agathion. 30-day. Cannot be used in the Olymipad. <Active Skill>. 1. Freya's Scroll of Escape - Town of Aden/ Town of Rune/ Talking Island Village. Cooldown is 30 min. <Passive SKill>. 1. Freya's Mind: Mental/ Paralysis Resistance +10%, Water Resistance +10. 2. Freya's Strength: STR/ INT/ CON/ DEX/ WIT/ MEN +1. 3. Freya's Magic: P./ M. Skill MP Consumption -3%. -->
<set name="icon" val="icon.pi_high_agathion_bracelet_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="is_clan_depositable" val="false" />
<set name="is_mailable" val="false" />
<set name="is_tradable" val="false" />
@ -504,6 +505,18 @@
<set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" />
<set name="time" val="43200" />
<skills>
<skill id="18133" level="1" /> <!-- Release Agathion's Seal - Freya -->
<skill id="18134" level="1" /> <!-- Freya's Cuteness -->
<skill id="18135" level="1" /> <!-- Freya's Cute Trick -->
<skill id="18136" level="1" /> <!-- Freya's Scroll of Escape: Town of Rune -->
<skill id="18137" level="1" /> <!-- Freya's Scroll of Escape: Town of Aden -->
<skill id="18138" level="1" /> <!-- Freya's Scroll of Escape: Talking Island -->
<skill id="18139" level="1" /> <!-- Freya's Mind -->
<skill id="18140" level="1" /> <!-- Freya's Strength -->
<skill id="18141" level="1" /> <!-- Freya's Magic -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
</skills>
</item>
<item id="40238" name="Freya's Supply Box" type="EtcItem">
<!-- Double-click to obtain a Transformation Scroll: Anakim/ Zaken/ Kechi/ Saber Tooth Tiger/ Doll Blader. Cannot be used in the Olympiad. -->

View File

@ -1163,6 +1163,15 @@
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<targetScope>SINGLE</targetScope>
<effects>
<effect name="SummonAgathion">
<npcId>13442</npcId>
</effect>
</effects>
</skill>
<skill id="18134" toLevel="1" name="Freya's Cuteness">
<!-- See Agathion's cuteness. -->
@ -1181,33 +1190,142 @@
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>44070</x>
<y>-50243</y>
<z>-791</z>
</effect>
</effects>
</skill>
<skill id="18137" toLevel="1" name="Freya's Scroll of Escape: Town of Aden">
<!-- Teleports you to the Town of Aden. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>147450</x>
<y>27064</y>
<z>-2208</z>
</effect>
</effects>
</skill>
<skill id="18138" toLevel="1" name="Freya's Scroll of Escape: Talking Island Village">
<!-- Teleports you to Talking Island Village. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>-113978</x>
<y>255847</y>
<z>-1504</z>
</effect>
</effects>
</skill>
<skill id="18139" toLevel="1" name="Freya's Mind">
<!-- Mental Attack Resistance +10%, Paralysis Resistance +10%, and Water Resistance +10. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<!-- TODO: Add Confusion Resistance -->
<effect name="DefenceAttribute">
<amount>50</amount>
<attribute>WATER</attribute>
</effect>
</effects>
</skill>
<skill id="18140" toLevel="1" name="Freya's Strength">
<!-- STR/ INT/ CON/ DEX/ WIT/ MEN +1. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="StatUp">
<amount>1</amount>
<stat>STR</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>INT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>CON</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>DEX</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>WIT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>MEN</stat>
</effect>
</effects>
</skill>
<skill id="18141" toLevel="1" name="Freya's Magic">
<!-- P./ M. Skill MP Consumption -3%. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>1</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>0</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>3</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>22</magicType>
</effect>
</effects>
</skill>
<skill id="18142" toLevel="1" name="Freya's Supply Box">
<!-- Double-click to obtain a random Transformation Scroll. -->
@ -1670,17 +1788,17 @@
<stayAfterDeath>true</stayAfterDeath>
<effects>
<effect name="ExpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="SpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="PhysicalDefence">
<amount>20</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MagicalDefence">
<amount>30</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MaxHp">

View File

@ -496,6 +496,7 @@
<!-- Summons Freya agathion. 30-day. Cannot be used in the Olymipad. <Active Skill>. 1. Freya's Scroll of Escape - Town of Aden/ Town of Rune/ Talking Island Village. Cooldown is 30 min. <Passive SKill>. 1. Freya's Mind: Mental/ Paralysis Resistance +10%, Water Resistance +10. 2. Freya's Strength: STR/ INT/ CON/ DEX/ WIT/ MEN +1. 3. Freya's Magic: P./ M. Skill MP Consumption -3%. -->
<set name="icon" val="icon.pi_high_agathion_bracelet_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="is_clan_depositable" val="false" />
<set name="is_mailable" val="false" />
<set name="is_tradable" val="false" />
@ -504,6 +505,18 @@
<set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" />
<set name="time" val="43200" />
<skills>
<skill id="18133" level="1" /> <!-- Release Agathion's Seal - Freya -->
<skill id="18134" level="1" /> <!-- Freya's Cuteness -->
<skill id="18135" level="1" /> <!-- Freya's Cute Trick -->
<skill id="18136" level="1" /> <!-- Freya's Scroll of Escape: Town of Rune -->
<skill id="18137" level="1" /> <!-- Freya's Scroll of Escape: Town of Aden -->
<skill id="18138" level="1" /> <!-- Freya's Scroll of Escape: Talking Island -->
<skill id="18139" level="1" /> <!-- Freya's Mind -->
<skill id="18140" level="1" /> <!-- Freya's Strength -->
<skill id="18141" level="1" /> <!-- Freya's Magic -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
</skills>
</item>
<item id="40238" name="Freya's Supply Box" type="EtcItem">
<!-- Double-click to obtain a Transformation Scroll: Anakim/ Zaken/ Kechi/ Saber Tooth Tiger/ Doll Blader. Cannot be used in the Olympiad. -->

View File

@ -1163,6 +1163,15 @@
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<targetScope>SINGLE</targetScope>
<effects>
<effect name="SummonAgathion">
<npcId>13442</npcId>
</effect>
</effects>
</skill>
<skill id="18134" toLevel="1" name="Freya's Cuteness">
<!-- See Agathion's cuteness. -->
@ -1181,33 +1190,142 @@
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>44070</x>
<y>-50243</y>
<z>-791</z>
</effect>
</effects>
</skill>
<skill id="18137" toLevel="1" name="Freya's Scroll of Escape: Town of Aden">
<!-- Teleports you to the Town of Aden. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>147450</x>
<y>27064</y>
<z>-2208</z>
</effect>
</effects>
</skill>
<skill id="18138" toLevel="1" name="Freya's Scroll of Escape: Talking Island Village">
<!-- Teleports you to Talking Island Village. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>-113978</x>
<y>255847</y>
<z>-1504</z>
</effect>
</effects>
</skill>
<skill id="18139" toLevel="1" name="Freya's Mind">
<!-- Confusion Resistance +10%, Water Resistance +10. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<!-- TODO: Add Confusion Resistance -->
<effect name="DefenceAttribute">
<amount>50</amount>
<attribute>WATER</attribute>
</effect>
</effects>
</skill>
<skill id="18140" toLevel="1" name="Freya's Strength">
<!-- STR/ INT/ CON/ DEX/ WIT/ MEN +1. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="StatUp">
<amount>1</amount>
<stat>STR</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>INT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>CON</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>DEX</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>WIT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>MEN</stat>
</effect>
</effects>
</skill>
<skill id="18141" toLevel="1" name="Freya's Magic">
<!-- P./ M. Skill MP Consumption -3%. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>1</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>0</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>3</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>22</magicType>
</effect>
</effects>
</skill>
<skill id="18142" toLevel="1" name="Freya's Supply Box">
<!-- Double-click to obtain a random Transformation Scroll. -->
@ -1670,17 +1788,17 @@
<stayAfterDeath>true</stayAfterDeath>
<effects>
<effect name="ExpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="SpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="PhysicalDefence">
<amount>20</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MagicalDefence">
<amount>30</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MaxHp">

View File

@ -496,6 +496,7 @@
<!-- Summons Freya agathion. 30-day. Cannot be used in the Olymipad. <Active Skill>. 1. Freya's Scroll of Escape: Town of Aden / Town of Rune / Talking Island Village. Cooldown is 30 min. <Passive SKill>. 1. Freya's Mind: Mental/Paralysis Resistance + 10%, Water Resistance + 10. 2. Freya's Strength: STR/INT/CON/DEX/WIT/MEN + 1. 3. Freya's Magic: P./M. Skill MP Consumption - 3%. -->
<set name="icon" val="icon.pi_high_agathion_bracelet_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="is_clan_depositable" val="false" />
<set name="is_mailable" val="false" />
<set name="is_tradable" val="false" />
@ -504,6 +505,18 @@
<set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" />
<set name="time" val="43200" />
<skills>
<skill id="18133" level="1" /> <!-- Release Agathion's Seal - Freya -->
<skill id="18134" level="1" /> <!-- Freya's Cuteness -->
<skill id="18135" level="1" /> <!-- Freya's Cute Trick -->
<skill id="18136" level="1" /> <!-- Freya's Scroll of Escape: Town of Rune -->
<skill id="18137" level="1" /> <!-- Freya's Scroll of Escape: Town of Aden -->
<skill id="18138" level="1" /> <!-- Freya's Scroll of Escape: Talking Island -->
<skill id="18139" level="1" /> <!-- Freya's Mind -->
<skill id="18140" level="1" /> <!-- Freya's Strength -->
<skill id="18141" level="1" /> <!-- Freya's Magic -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
</skills>
</item>
<item id="40238" name="Freya's Supply Box" type="EtcItem">
<!-- Double-click to obtain a Transformation Scroll: Anakim / Zaken / Kechi / Saber Tooth Tiger / Doll Blader. Cannot be used in the Olympiad. -->

View File

@ -1163,6 +1163,15 @@
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<targetScope>SINGLE</targetScope>
<effects>
<effect name="SummonAgathion">
<npcId>13442</npcId>
</effect>
</effects>
</skill>
<skill id="18134" toLevel="1" name="Freya's Cuteness">
<!-- See Agathion's cuteness. -->
@ -1181,33 +1190,142 @@
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>44070</x>
<y>-50243</y>
<z>-791</z>
</effect>
</effects>
</skill>
<skill id="18137" toLevel="1" name="Freya's Scroll of Escape: Town of Aden">
<!-- Teleports you to the Town of Aden. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>147450</x>
<y>27064</y>
<z>-2208</z>
</effect>
</effects>
</skill>
<skill id="18138" toLevel="1" name="Freya's Scroll of Escape: Talking Island Village">
<!-- Teleports you to Talking Island Village. Agathion's Seal must be released. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<reuseDelay>1800000</reuseDelay>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
</conditions>
<effects>
<effect name="Teleport">
<x>-113978</x>
<y>255847</y>
<z>-1504</z>
</effect>
</effects>
</skill>
<skill id="18139" toLevel="1" name="Freya's Mind">
<!-- Mental Attack Resistance + 10%, Paralysis Resistance + 10%, and Water Resistance + 10. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<!-- TODO: Add Confusion Resistance -->
<effect name="DefenceAttribute">
<amount>50</amount>
<attribute>WATER</attribute>
</effect>
</effects>
</skill>
<skill id="18140" toLevel="1" name="Freya's Strength">
<!-- STR/INT/CON/DEX/WIT/MEN + 1. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="StatUp">
<amount>1</amount>
<stat>STR</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>INT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>CON</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>DEX</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>WIT</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>MEN</stat>
</effect>
</effects>
</skill>
<skill id="18141" toLevel="1" name="Freya's Magic">
<!-- P./M. Skill MP Consumption - 3%. -->
<icon>icon.freya_power_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>1</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>0</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>3</magicType>
</effect>
<effect name="MagicMpCost">
<amount>-3</amount>
<mode>PER</mode>
<magicType>22</magicType>
</effect>
</effects>
</skill>
<skill id="18142" toLevel="1" name="Freya's Supply Box">
<!-- Double-click to obtain a random Transformation Scroll. -->
@ -1670,17 +1788,17 @@
<stayAfterDeath>true</stayAfterDeath>
<effects>
<effect name="ExpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="SpModify">
<amount>30</amount>
<amount>10</amount>
</effect>
<effect name="PhysicalDefence">
<amount>20</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MagicalDefence">
<amount>30</amount>
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="MaxHp">