Agathion and Bracelets skill adjustments.

Contributed by robikbobik.
This commit is contained in:
MobiusDevelopment 2019-12-04 13:45:37 +00:00
parent 59ac875b35
commit 8db95b85f4
24 changed files with 1105 additions and 162 deletions

View File

@ -29,14 +29,14 @@
<!-- When equipped, opens up 4 Talisman slots. HP/MP Recovery +7%, Accuracy +1, M. Accuracy +1, Weight Limit +7,000. Cannot be exchanged, dropped, or sold in a private store. Can be stored in a private warehouse. Can be shared within account through Dimensional Merchant. -->
<set name="icon" val="icon.dimension_bracelet_i05" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="underwear" />
<set name="bodypart" val="rbracelet" />
<set name="immediate_effect" val="true" />
<set name="crystal_count" val="53" />
<set name="crystal_type" val="B" />
<set name="material" val="SILVER" />
<set name="is_tradable" val="false" />
<set name="is_dropable" val="false" />
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_freightable" val="true" />
<set name="weight" val="150" />
<set name="price" val="5400000" />
<set name="commissionItemType" val="BRACELET" />
</item>
<item id="49704" name="Talisman of Borders Fragment" type="EtcItem">
<!-- Used to create Talisman of Border. Give this item to Baggins along with a low-grade Talisman of Border, and you will receive a high-grade Talisman of Border. Cannot be dropped. -->

View File

@ -36,6 +36,14 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="time" val="21600" />
<skills>
<skill id="51028" level="1"/> <!-- Release Agathion's Seal - Pisces -->
<skill id="3267" level="1" /> <!-- Seal Agathion -->
<skill id="51030" level="1"/>
<skill id="51031" level="1"/>
<skill id="51032" level="1"/>
<skill id="51033" level="1"/>
</skills>
</item>
<item id="90903" name="Agathion Cancer" additionalName="15-day" type="Armor">
<!-- A 15-day item. Equipping it in the Bracelet's main slot summons the Agathion Cancer and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. -->
@ -50,9 +58,14 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="time" val="21600" />
<stats>
<stat type="maxMp">34</stat>
</stats>
<skills>
<skill id="51029" level="1"/> <!-- Release Agathion's Seal - Cancer -->
<skill id="3267" level="1"/> <!-- Seal Agathion -->
<skill id="51030" level="1"/>
<skill id="51031" level="1"/>
<skill id="51032" level="1"/>
<skill id="51033" level="1"/>
</skills>
</item>
<item id="90904" name="Agathion Box: Aries" additionalName="60-day" type="EtcItem">
<!-- Double-click to obtain Agathion Bracelet - Lv. 3 (60-day) and Agathion Aries (60-day). <Note>. For items obtained from a box, there are restrictions regarding movement. -->

View File

@ -191,42 +191,156 @@
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="SummonAgathion">
<npcId>13562</npcId> <!-- Agathion Pisces -->
</effect>
</effects>
</skill>
<skill id="51029" toLevel="1" name="Summon Cancer Agathion">
<!-- Release Agathion's Seal - Cancer. -->
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="SummonAgathion">
<npcId>13564</npcId> <!-- Agathion Cancer -->
</effect>
</effects>
</skill>
<skill id="51030" toLevel="1" name="Teleport: Gludio">
<!-- Teleports to Gludio. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>-14225</x>
<y>123540</y>
<z>-3121</z>
</effect>
</effects>
</skill>
<skill id="51031" toLevel="1" name="Teleport: Dion">
<!-- Teleports to Dion. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>18748</x>
<y>145437</y>
<z>-3132</z>
</effect>
</effects>
</skill>
<skill id="51032" toLevel="1" name="Teleport: Giran">
<!-- Teleports to Giran. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>82698</x>
<y>148638</y>
<z>-3473</z>
</effect>
</effects>
</skill>
<skill id="51033" toLevel="1" name="Teleport: Oren">
<!-- Teleports to Oren. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>82321</x>
<y>55139</y>
<z>-1529</z>
</effect>
</effects>
</skill>
<skill id="51034" toLevel="1" name="Teleport: Hunter's Village">
<!-- Teleports to Hunter's Village. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>116589</x>
<y>76268</y>
<z>-2734</z>
</effect>
</effects>
</skill>
<skill id="51035" toLevel="1" name="Summon Rudolph Agathion">
<!-- Release Agathion's Seal - Rudolph. -->

View File

@ -29,14 +29,14 @@
<!-- When equipped, opens up 4 Talisman slots. HP/ MP Recovery +7%, Accuracy +1, M. Accuracy +1, Weight Limit +7,000. Cannot be dropped. -->
<set name="icon" val="icon.dimension_bracelet_i05" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="underwear" />
<set name="bodypart" val="rbracelet" />
<set name="immediate_effect" val="true" />
<set name="crystal_count" val="53" />
<set name="crystal_type" val="B" />
<set name="material" val="SILVER" />
<set name="is_tradable" val="false" />
<set name="is_dropable" val="false" />
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_freightable" val="true" />
<set name="weight" val="150" />
<set name="price" val="5400000" />
<set name="commissionItemType" val="BRACELET" />
</item>
<item id="49704" name="Talisman of Borders Fragment" type="EtcItem">
<!-- Used to create Talisman of Border. Give this item to Baggins along with a low-grade Talisman of Border, and you will receive a high-grade Talisman of Border. Cannot be dropped. -->

View File

@ -558,8 +558,8 @@
<set name="is_sellable" val="false" />
<skills>
<skill id="51025" level="4" /> <!-- Expand Primary and Secondary Agathion Slots -->
<skill id="55885" level="1"/> <!-- Agathion Bracelet Stats Increase -->
<skill id="55886" level="1"/> <!-- Agathion Bracelet Resistance Increase -->
<skill id="55885" level="2"/> <!-- Agathion Bracelet Stats Increase -->
<skill id="55886" level="2"/> <!-- Agathion Bracelet Resistance Increase -->
</skills>
</item>
<item id="71153" name="+7 Elmoreden Cloak Box" type="EtcItem">

View File

@ -36,6 +36,14 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="time" val="21600" />
<skills>
<skill id="51028" level="1"/> <!-- Release Agathion's Seal - Pisces -->
<skill id="3267" level="1" /> <!-- Seal Agathion -->
<skill id="51030" level="1"/>
<skill id="51031" level="1"/>
<skill id="51032" level="1"/>
<skill id="51033" level="1"/>
</skills>
</item>
<item id="90903" name="Agathion Cancer" additionalName="15-day" type="Armor">
<!-- A 15-day item. Equipping it in the Bracelet's main slot summons the Agathion Cancer and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. -->
@ -50,9 +58,14 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="time" val="21600" />
<stats>
<stat type="maxMp">34</stat>
</stats>
<skills>
<skill id="51029" level="1"/> <!-- Release Agathion's Seal - Cancer -->
<skill id="3267" level="1"/> <!-- Seal Agathion -->
<skill id="51030" level="1"/>
<skill id="51031" level="1"/>
<skill id="51032" level="1"/>
<skill id="51033" level="1"/>
</skills>
</item>
<item id="90904" name="Agathion Box: Aries" additionalName="60-day" type="EtcItem">
<!-- Double-click to obtain Agathion Bracelet - Lv. 3 (60-day) and Agathion Aries (60-day). <Note>. For items obtained from a box, there are restrictions regarding movement. -->

View File

@ -380,8 +380,9 @@
<set name="is_sellable" val="false" />
<skills>
<skill id="51101" level="1"/> <!-- Summon Agathion Ignis -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
<skill id="3267" level="1"/> <!-- Seal Agathion -->
<skill id="51093" level="1"/> <!-- Fire Attack +100 -->
<skill id="51089" level="1"/>
</skills>
</item>
<item id="91130" name="Agathion Nebula" type="Armor">
@ -396,8 +397,9 @@
<set name="is_sellable" val="false" />
<skills>
<skill id="51102" level="1"/> <!-- Summon Agathion Nebula -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
<skill id="3267" level="1"/> <!-- Seal Agathion -->
<skill id="51094" level="1"/> <!-- Water Attack +100 -->
<skill id="51090" level="1"/>
</skills>
</item>
<item id="91131" name="Agathion Procella" type="Armor">
@ -412,8 +414,9 @@
<set name="is_sellable" val="false" />
<skills>
<skill id="51103" level="1"/> <!-- Summon Agathion Procella -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
<skill id="3267" level="1"/> <!-- Seal Agathion -->
<skill id="51095" level="1"/> <!-- Wind Attack +100 -->
<skill id="51091" level="1"/>
</skills>
</item>
<item id="91132" name="Agathion Petram" type="Armor">
@ -428,8 +431,9 @@
<set name="is_sellable" val="false" />
<skills>
<skill id="51101" level="1"/> <!-- Summon Agathion Petram -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
<skill id="3267" level="1"/> <!-- Seal Agathion -->
<skill id="51096" level="1"/> <!-- Earth Attack +100 -->
<skill id="51092" level="1"/>
</skills>
</item>
<item id="91133" name="Improved Master Fisherman's Blessing (2 h.)" type="EtcItem">

View File

@ -191,42 +191,156 @@
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="SummonAgathion">
<npcId>13562</npcId> <!-- Agathion Pisces -->
</effect>
</effects>
</skill>
<skill id="51029" toLevel="1" name="Summon Cancer Agathion">
<!-- Release Agathion's Seal - Cancer. -->
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="SummonAgathion">
<npcId>13564</npcId> <!-- Agathion Cancer -->
</effect>
</effects>
</skill>
<skill id="51030" toLevel="1" name="Teleport: Gludio">
<!-- Teleports to Gludio. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>-14225</x>
<y>123540</y>
<z>-3121</z>
</effect>
</effects>
</skill>
<skill id="51031" toLevel="1" name="Teleport: Dion">
<!-- Teleports to Dion. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>18748</x>
<y>145437</y>
<z>-3132</z>
</effect>
</effects>
</skill>
<skill id="51032" toLevel="1" name="Teleport: Giran">
<!-- Teleports to Giran. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>82698</x>
<y>148638</y>
<z>-3473</z>
</effect>
</effects>
</skill>
<skill id="51033" toLevel="1" name="Teleport: Oren">
<!-- Teleports to Oren. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>82321</x>
<y>55139</y>
<z>-1529</z>
</effect>
</effects>
</skill>
<skill id="51034" toLevel="1" name="Teleport: Hunter's Village">
<!-- Teleports to Hunter's Village. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>116589</x>
<y>76268</y>
<z>-2734</z>
</effect>
</effects>
</skill>
<skill id="51035" toLevel="1" name="Summon Rudolph Agathion">
<!-- Release Agathion's Seal - Rudolph. -->
@ -786,27 +900,107 @@
</skill>
<skill id="51089" toLevel="1" name="Teleport to Forge of the Gods">
<!-- Teleports you to Forge of the Gods. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>169091</x>
<y>-116162</y>
<z>-2456</z>
</effect>
</effects>
</skill>
<skill id="51090" toLevel="1" name="Teleport to Garden of Eva">
<!-- Teleports you to Garden of Eva. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>82103</x>
<y>252409</y>
<z>-10588</z>
</effect>
</effects>
</skill>
<skill id="51091" toLevel="1" name="Teleport to Land of Winds">
<!-- Teleports you to Land of Winds. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>177347</x>
<y>173049</y>
<z>-1915</z>
</effect>
</effects>
</skill>
<skill id="51092" toLevel="1" name="Teleport to Wall of Argos">
<!-- Teleports you to Wall of Argos. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>165054</x>
<y>-47861</y>
<z>-3560</z>
</effect>
</effects>
</skill>
<skill id="51093" toLevel="1" name="Fire Attribute Attack">
<!-- Fire Attribute Attack +100. -->
@ -818,6 +1012,9 @@
<stayAfterDeath>true</stayAfterDeath>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpNeedAgathion" />
</conditions>
<effects>
<effect name="ElementalSpiritAttack">
<amount>100</amount>
@ -835,6 +1032,9 @@
<stayAfterDeath>true</stayAfterDeath>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpNeedAgathion" />
</conditions>
<effects>
<effect name="ElementalSpiritAttack">
<amount>100</amount>
@ -852,6 +1052,9 @@
<stayAfterDeath>true</stayAfterDeath>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpNeedAgathion" />
</conditions>
<effects>
<effect name="ElementalSpiritAttack">
<amount>100</amount>
@ -869,6 +1072,9 @@
<stayAfterDeath>true</stayAfterDeath>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpNeedAgathion" />
</conditions>
<effects>
<effect name="ElementalSpiritAttack">
<amount>100</amount>

View File

@ -477,21 +477,45 @@
<operateType>P</operateType>
<effects>
<effect name="StatUp">
<amount>1</amount>
<amount>
<value level="1">1</value>
<value level="2">1</value>
</amount>
<stat>CON</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<amount>
<value level="1">1</value>
<value level="2">1</value>
</amount>
<stat>MEN</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<amount>
<value level="1">1</value>
<value level="2">1</value>
</amount>
<stat>STR</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<amount>
<value level="1">1</value>
<value level="2">1</value>
</amount>
<stat>INT</stat>
</effect>
<effect name="StatUp">
<amount>
<value level="2">1</value>
</amount>
<stat>DEX</stat>
</effect>
<effect name="StatUp">
<amount>
<value level="2">1</value>
</amount>
<stat>WIT</stat>
</effect>
</effects>
</skill>
<skill id="55886" toLevel="2" name="Agathion Bracelet Resistance Increase">
@ -502,15 +526,19 @@
<effect name="DefenceTrait">
<DERANGEMENT>
<value level="1">5</value>
<value level="2">8</value>
</DERANGEMENT>
<SHOCK>
<value level="1">5</value>
<value level="2">8</value>
</SHOCK>
<SLEEP>
<value level="1">5</value>
<value level="2">8</value>
</SLEEP>
<PARALYZE>
<value level="1">5</value>
<value level="2">8</value>
</PARALYZE>
</effect>
</effects>

View File

@ -29,14 +29,14 @@
<!-- When equipped, opens up 4 Talisman slots. HP/ MP Recovery +7%, Accuracy +1, M. Accuracy +1, Weight Limit +7,000. Cannot be dropped. -->
<set name="icon" val="icon.dimension_bracelet_i05" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="underwear" />
<set name="bodypart" val="rbracelet" />
<set name="immediate_effect" val="true" />
<set name="crystal_count" val="53" />
<set name="crystal_type" val="B" />
<set name="material" val="SILVER" />
<set name="is_tradable" val="false" />
<set name="is_dropable" val="false" />
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_freightable" val="true" />
<set name="weight" val="150" />
<set name="price" val="5400000" />
<set name="commissionItemType" val="BRACELET" />
</item>
<item id="49704" name="Talisman of Borders Fragment" type="EtcItem">
<!-- Used to create Talisman of Border. Give this item to Baggins along with a low-grade Talisman of Border, and you will receive a high-grade Talisman of Border. Cannot be dropped. -->

View File

@ -558,8 +558,8 @@
<set name="is_sellable" val="false" />
<skills>
<skill id="51025" level="4" /> <!-- Expand Primary and Secondary Agathion Slots -->
<skill id="55885" level="1"/> <!-- Agathion Bracelet Stats Increase -->
<skill id="55886" level="1"/> <!-- Agathion Bracelet Resistance Increase -->
<skill id="55885" level="2"/> <!-- Agathion Bracelet Stats Increase -->
<skill id="55886" level="2"/> <!-- Agathion Bracelet Resistance Increase -->
</skills>
</item>
<item id="71153" name="+7 Elmoreden Cloak Box" type="EtcItem">

View File

@ -36,6 +36,14 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="time" val="21600" />
<skills>
<skill id="51028" level="1"/> <!-- Release Agathion's Seal - Pisces -->
<skill id="3267" level="1" /> <!-- Seal Agathion -->
<skill id="51030" level="1"/>
<skill id="51031" level="1"/>
<skill id="51032" level="1"/>
<skill id="51033" level="1"/>
</skills>
</item>
<item id="90903" name="Agathion Cancer" additionalName="15-day" type="Armor">
<!-- A 15-day item. Equipping it in the Bracelet's main slot summons the Agathion Cancer and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. -->
@ -50,9 +58,14 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="time" val="21600" />
<stats>
<stat type="maxMp">34</stat>
</stats>
<skills>
<skill id="51029" level="1"/> <!-- Release Agathion's Seal - Cancer -->
<skill id="3267" level="1"/> <!-- Seal Agathion -->
<skill id="51030" level="1"/>
<skill id="51031" level="1"/>
<skill id="51032" level="1"/>
<skill id="51033" level="1"/>
</skills>
</item>
<item id="90904" name="Agathion Box: Aries" additionalName="60-day" type="EtcItem">
<!-- Double-click to obtain Agathion Bracelet - Lv. 3 (60-day) and Agathion Aries (60-day). <Note>. For items obtained from a box, there are restrictions regarding movement. -->

View File

@ -380,8 +380,9 @@
<set name="is_sellable" val="false" />
<skills>
<skill id="51101" level="1"/> <!-- Summon Agathion Ignis -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
<skill id="3267" level="1"/> <!-- Seal Agathion -->
<skill id="51093" level="1"/> <!-- Fire Attack +100 -->
<skill id="51089" level="1"/>
</skills>
</item>
<item id="91130" name="Agathion Nebula" type="Armor">
@ -396,8 +397,9 @@
<set name="is_sellable" val="false" />
<skills>
<skill id="51102" level="1"/> <!-- Summon Agathion Nebula -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
<skill id="3267" level="1"/> <!-- Seal Agathion -->
<skill id="51094" level="1"/> <!-- Water Attack +100 -->
<skill id="51090" level="1"/>
</skills>
</item>
<item id="91131" name="Agathion Procella" type="Armor">
@ -412,8 +414,9 @@
<set name="is_sellable" val="false" />
<skills>
<skill id="51103" level="1"/> <!-- Summon Agathion Procella -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
<skill id="3267" level="1"/> <!-- Seal Agathion -->
<skill id="51095" level="1"/> <!-- Wind Attack +100 -->
<skill id="51091" level="1"/>
</skills>
</item>
<item id="91132" name="Agathion Petram" type="Armor">
@ -428,8 +431,9 @@
<set name="is_sellable" val="false" />
<skills>
<skill id="51101" level="1"/> <!-- Summon Agathion Petram -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
<skill id="3267" level="1"/> <!-- Seal Agathion -->
<skill id="51096" level="1"/> <!-- Earth Attack +100 -->
<skill id="51092" level="1"/>
</skills>
</item>
<item id="91133" name="Improved Master Fisherman's Blessing (2 h.)" type="EtcItem">

View File

@ -192,42 +192,156 @@
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="SummonAgathion">
<npcId>13562</npcId> <!-- Agathion Pisces -->
</effect>
</effects>
</skill>
<skill id="51029" toLevel="1" name="Summon Cancer Agathion">
<!-- Release Agathion's Seal - Cancer. -->
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="SummonAgathion">
<npcId>13564</npcId> <!-- Agathion Cancer -->
</effect>
</effects>
</skill>
<skill id="51030" toLevel="1" name="Teleport: Gludio">
<!-- Teleports to Gludio. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>-14225</x>
<y>123540</y>
<z>-3121</z>
</effect>
</effects>
</skill>
<skill id="51031" toLevel="1" name="Teleport: Dion">
<!-- Teleports to Dion. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>18748</x>
<y>145437</y>
<z>-3132</z>
</effect>
</effects>
</skill>
<skill id="51032" toLevel="1" name="Teleport: Giran">
<!-- Teleports to Giran. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>82698</x>
<y>148638</y>
<z>-3473</z>
</effect>
</effects>
</skill>
<skill id="51033" toLevel="1" name="Teleport: Oren">
<!-- Teleports to Oren. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>82321</x>
<y>55139</y>
<z>-1529</z>
</effect>
</effects>
</skill>
<skill id="51034" toLevel="1" name="Teleport: Hunter's Village">
<!-- Teleports to Hunter's Village. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>116589</x>
<y>76268</y>
<z>-2734</z>
</effect>
</effects>
</skill>
<skill id="51035" toLevel="1" name="Summon Rudolph Agathion">
<!-- Release Agathion's Seal - Rudolph. -->
@ -787,27 +901,107 @@
</skill>
<skill id="51089" toLevel="1" name="Teleport to Forge of the Gods">
<!-- Teleports you to Forge of the Gods. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>169091</x>
<y>-116162</y>
<z>-2456</z>
</effect>
</effects>
</skill>
<skill id="51090" toLevel="1" name="Teleport to Garden of Eva">
<!-- Teleports you to Garden of Eva. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>82103</x>
<y>252409</y>
<z>-10588</z>
</effect>
</effects>
</skill>
<skill id="51091" toLevel="1" name="Teleport to Land of Winds">
<!-- Teleports you to Land of Winds. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>177347</x>
<y>173049</y>
<z>-1915</z>
</effect>
</effects>
</skill>
<skill id="51092" toLevel="1" name="Teleport to Wall of Argos">
<!-- Teleports you to Wall of Argos. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>165054</x>
<y>-47861</y>
<z>-3560</z>
</effect>
</effects>
</skill>
<skill id="51093" toLevel="1" name="Fire Attribute Attack">
<!-- Fire Attribute Attack +100. -->
@ -819,6 +1013,9 @@
<stayAfterDeath>true</stayAfterDeath>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpNeedAgathion" />
</conditions>
<effects>
<effect name="ElementalSpiritAttack">
<amount>100</amount>
@ -836,6 +1033,9 @@
<stayAfterDeath>true</stayAfterDeath>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpNeedAgathion" />
</conditions>
<effects>
<effect name="ElementalSpiritAttack">
<amount>100</amount>
@ -853,6 +1053,9 @@
<stayAfterDeath>true</stayAfterDeath>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpNeedAgathion" />
</conditions>
<effects>
<effect name="ElementalSpiritAttack">
<amount>100</amount>
@ -870,6 +1073,9 @@
<stayAfterDeath>true</stayAfterDeath>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpNeedAgathion" />
</conditions>
<effects>
<effect name="ElementalSpiritAttack">
<amount>100</amount>

View File

@ -477,21 +477,45 @@
<operateType>P</operateType>
<effects>
<effect name="StatUp">
<amount>1</amount>
<amount>
<value level="1">1</value>
<value level="2">1</value>
</amount>
<stat>CON</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<amount>
<value level="1">1</value>
<value level="2">1</value>
</amount>
<stat>MEN</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<amount>
<value level="1">1</value>
<value level="2">1</value>
</amount>
<stat>STR</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<amount>
<value level="1">1</value>
<value level="2">1</value>
</amount>
<stat>INT</stat>
</effect>
<effect name="StatUp">
<amount>
<value level="2">1</value>
</amount>
<stat>DEX</stat>
</effect>
<effect name="StatUp">
<amount>
<value level="2">1</value>
</amount>
<stat>WIT</stat>
</effect>
</effects>
</skill>
<skill id="55886" toLevel="2" name="Agathion Bracelet Resistance Increase">
@ -502,15 +526,19 @@
<effect name="DefenceTrait">
<DERANGEMENT>
<value level="1">5</value>
<value level="2">8</value>
</DERANGEMENT>
<SHOCK>
<value level="1">5</value>
<value level="2">8</value>
</SHOCK>
<SLEEP>
<value level="1">5</value>
<value level="2">8</value>
</SLEEP>
<PARALYZE>
<value level="1">5</value>
<value level="2">8</value>
</PARALYZE>
</effect>
</effects>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/items.xsd">
<item id="9589" name="Iron Bracelet" type="Armor">
<item id="9589" name="Talisman Bracelet Lv. 1" type="Armor">
<!-- When equipped, opens up 1 Talisman slot. -->
<set name="icon" val="icon.etc_rbracelet_c_i00" />
<set name="default_action" val="EQUIP" />
@ -13,10 +13,10 @@
<set name="price" val="1080000" />
<set name="commissionItemType" val="BRACELET" />
<skills>
<skill id="3322" level="1" /> <!-- Iron Bracelet -->
<skill id="50912" level="1" /> <!-- Talisman Bracelet Lv. 1 -->
</skills>
</item>
<item id="9590" name="Bronze Bracelet" type="Armor">
<item id="9590" name="Talisman Bracelet Lv. 2" type="Armor">
<!-- When equipped, opens up 2 Talisman slots. -->
<set name="icon" val="icon.etc_rbracelet_b_i01" />
<set name="default_action" val="EQUIP" />
@ -29,10 +29,10 @@
<set name="price" val="5400000" />
<set name="commissionItemType" val="BRACELET" />
<skills>
<skill id="3323" level="1" /> <!-- Bronze Bracelet -->
<skill id="50912" level="2" /> <!-- Talisman Bracelet Lv. 2 -->
</skills>
</item>
<item id="9591" name="Steel Bracelet" type="Armor">
<item id="9591" name="Talisman Bracelet Lv. 3" type="Armor">
<!-- When equipped, opens up 3 Talisman slots. Cannot be sold in the grocery store. -->
<set name="icon" val="icon.etc_rbracelet_a_i02" />
<set name="default_action" val="EQUIP" />
@ -45,7 +45,7 @@
<set name="price" val="27000000" />
<set name="commissionItemType" val="BRACELET" />
<skills>
<skill id="3324" level="1" /> <!-- Steel Bracelet -->
<skill id="50912" level="3" /> <!-- Talisman Bracelet Lv. 3 -->
</skills>
</item>
</list>

View File

@ -25,18 +25,21 @@
<set name="is_sellable" val="false" />
<set name="is_stackable" val="true" />
</item>
<item id="49703" name="Bracelet of Border" type="Armor">
<item id="49703" name="Talisman Bracelet Lv. 4" type="Armor">
<!-- When equipped, opens up 4 Talisman slots. HP/ MP Recovery +7%, Accuracy +1, M. Accuracy +1, Weight Limit +7,000. Cannot be dropped. -->
<set name="icon" val="icon.dimension_bracelet_i05" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="underwear" />
<set name="bodypart" val="rbracelet" />
<set name="immediate_effect" val="true" />
<set name="crystal_count" val="53" />
<set name="crystal_type" val="B" />
<set name="material" val="SILVER" />
<set name="is_tradable" val="false" />
<set name="is_dropable" val="false" />
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_freightable" val="true" />
<set name="weight" val="150" />
<set name="price" val="5400000" />
<set name="commissionItemType" val="BRACELET" />
<skills>
<skill id="50912" level="4" /> <!-- Talisman Bracelet Lv. 4 -->
</skills>
</item>
<item id="49704" name="Talisman of Borders Fragment" type="EtcItem">
<!-- Used to create Talisman of Border. Give this item to Baggins along with a low-grade Talisman of Border, and you will receive a high-grade Talisman of Border. Cannot be dropped. -->

View File

@ -558,8 +558,8 @@
<set name="is_sellable" val="false" />
<skills>
<skill id="51025" level="4" /> <!-- Expand Primary and Secondary Agathion Slots -->
<skill id="55885" level="1"/> <!-- Agathion Bracelet Stats Increase -->
<skill id="55886" level="1"/> <!-- Agathion Bracelet Resistance Increase -->
<skill id="55885" level="2"/> <!-- Agathion Bracelet Stats Increase -->
<skill id="55886" level="2"/> <!-- Agathion Bracelet Resistance Increase -->
</skills>
</item>
<item id="71153" name="+7 Elmoreden Cloak Box" type="EtcItem">

View File

@ -36,6 +36,14 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="time" val="21600" />
<skills>
<skill id="51028" level="1"/> <!-- Release Agathion's Seal - Pisces -->
<skill id="3267" level="1" /> <!-- Seal Agathion -->
<skill id="51030" level="1"/>
<skill id="51031" level="1"/>
<skill id="51032" level="1"/>
<skill id="51033" level="1"/>
</skills>
</item>
<item id="90903" name="Agathion Cancer" additionalName="15-day" type="Armor">
<!-- A 15-day item. Equipping it in the Bracelet's main slot summons the Agathion Cancer and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. -->
@ -50,9 +58,14 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="time" val="21600" />
<stats>
<stat type="maxMp">34</stat>
</stats>
<skills>
<skill id="51029" level="1"/> <!-- Release Agathion's Seal - Cancer -->
<skill id="3267" level="1"/> <!-- Seal Agathion -->
<skill id="51030" level="1"/>
<skill id="51031" level="1"/>
<skill id="51032" level="1"/>
<skill id="51033" level="1"/>
</skills>
</item>
<item id="90904" name="Agathion Box: Aries" additionalName="60-day" type="EtcItem">
<!-- Double-click to obtain Agathion Bracelet - Lv. 3 (60-day) and Agathion Aries (60-day). <Note>. For items obtained from a box, there are restrictions regarding movement. -->

View File

@ -380,8 +380,9 @@
<set name="is_sellable" val="false" />
<skills>
<skill id="51101" level="1"/> <!-- Summon Agathion Ignis -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
<skill id="3267" level="1"/> <!-- Seal Agathion -->
<skill id="51093" level="1"/> <!-- Fire Attack +100 -->
<skill id="51089" level="1"/>
</skills>
</item>
<item id="91130" name="Agathion Nebula" type="Armor">
@ -396,8 +397,9 @@
<set name="is_sellable" val="false" />
<skills>
<skill id="51102" level="1"/> <!-- Summon Agathion Nebula -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
<skill id="3267" level="1"/> <!-- Seal Agathion -->
<skill id="51094" level="1"/> <!-- Water Attack +100 -->
<skill id="51090" level="1"/>
</skills>
</item>
<item id="91131" name="Agathion Procella" type="Armor">
@ -412,8 +414,9 @@
<set name="is_sellable" val="false" />
<skills>
<skill id="51103" level="1"/> <!-- Summon Agathion Procella -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
<skill id="3267" level="1"/> <!-- Seal Agathion -->
<skill id="51095" level="1"/> <!-- Wind Attack +100 -->
<skill id="51091" level="1"/>
</skills>
</item>
<item id="91132" name="Agathion Petram" type="Armor">
@ -428,8 +431,9 @@
<set name="is_sellable" val="false" />
<skills>
<skill id="51101" level="1"/> <!-- Summon Agathion Petram -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
<skill id="3267" level="1"/> <!-- Seal Agathion -->
<skill id="51096" level="1"/> <!-- Earth Attack +100 -->
<skill id="51092" level="1"/>
</skills>
</item>
<item id="91133" name="Improved Master Fisherman's Blessing (2 h.)" type="EtcItem">

View File

@ -341,9 +341,15 @@
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="rbracelet" />
<set name="immediate_effect" val="true" />
<set name="crystal_count" val="53" />
<set name="crystal_type" val="B" />
<set name="material" val="SILVER" />
<set name="is_dropable" val="false" />
<set name="is_sellable" val="false" />
<set name="weight" val="150" />
<set name="price" val="5400000" />
<set name="commissionItemType" val="BRACELET" />
<skills>
<skill id="50912" level="5" /> <!-- Talisman Bracelet Lv. 5 -->
</skills>
</item>
<item id="92032" name="Talisman Bracelet Lv. 6" type="Armor">
<!-- Activates 6 talisman slots. <Attributes>. HP/ MP Recovery Rate +15%, P./ M. Accuracy +2, Weight Limit +7000. -->
@ -351,9 +357,15 @@
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="rbracelet" />
<set name="immediate_effect" val="true" />
<set name="crystal_count" val="53" />
<set name="crystal_type" val="B" />
<set name="material" val="SILVER" />
<set name="is_dropable" val="false" />
<set name="is_sellable" val="false" />
<set name="weight" val="150" />
<set name="price" val="5400000" />
<set name="commissionItemType" val="BRACELET" />
<skills>
<skill id="50912" level="6" /> <!-- Talisman Bracelet Lv. 6 -->
</skills>
</item>
<item id="92033" name="Magic Fire" additionalName="Event" type="EtcItem">
<!-- For 1 h., magic lantern's recovery rate +100%. Cooldown: 1 min. Required level: 1-75. -->

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
<skill id="50912" toLevel="6" name="Talisman Bracelet">
<!-- Unlocks 1 talisman slot. -->
<icon>
<value level="1">icon.dimension_bracelet_i00</value>
<value level="2">icon.dimension_bracelet_i01</value>
@ -11,6 +10,59 @@
<value level="6">icon.dimension_bracelet_i05</value>
</icon>
<operateType>P</operateType>
<magicCriticalRate>5</magicCriticalRate>
<effects>
<effect name="TalismanSlot">
<slots>
<value level="1">1</value>
<value level="2">2</value>
<value level="3">3</value>
<value level="4">4</value>
<value level="5">5</value>
<value level="6">6</value>
</slots>
</effect>
<effect name="MpRegen">
<amount>
<value level="4">7</value>
<value level="5">10</value>
<value level="6">15</value>
</amount>
<mode>PER</mode>
</effect>
<effect name="HpRegen">
<amount>
<value level="4">7</value>
<value level="5">10</value>
<value level="6">15</value>
</amount>
<mode>PER</mode>
</effect>
<effect name="MagicAccuracy">
<amount>
<value level="4">1</value>
<value level="5">1</value>
<value level="6">2</value>
</amount>
<mode>DIFF</mode>
</effect>
<effect name="Accuracy">
<amount>
<value level="4">1</value>
<value level="5">1</value>
<value level="6">2</value>
</amount>
<mode>DIFF</mode>
</effect>
<effect name="WeightLimit">
<amount>
<value level="4">7000</value>
<value level="5">7000</value>
<value level="6">7000</value>
</amount>
<mode>DIFF</mode>
</effect>
</effects>
</skill>
<skill id="50913" toLevel="11" name="Talisman of Eva">
<!-- Talisman with sealed energy of Eva. M. Def. +$s1, Max MP +$s2. -->

View File

@ -197,42 +197,156 @@
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="SummonAgathion">
<npcId>13562</npcId> <!-- Agathion Pisces -->
</effect>
</effects>
</skill>
<skill id="51029" toLevel="1" name="Summon Cancer Agathion">
<!-- Release Agathion's Seal - Cancer. -->
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLvl>85</magicLvl>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="SummonAgathion">
<npcId>13564</npcId> <!-- Agathion Cancer -->
</effect>
</effects>
</skill>
<skill id="51030" toLevel="1" name="Teleport: Gludio">
<!-- Teleports to Gludio. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>-14225</x>
<y>123540</y>
<z>-3121</z>
</effect>
</effects>
</skill>
<skill id="51031" toLevel="1" name="Teleport: Dion">
<!-- Teleports to Dion. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>18748</x>
<y>145437</y>
<z>-3132</z>
</effect>
</effects>
</skill>
<skill id="51032" toLevel="1" name="Teleport: Giran">
<!-- Teleports to Giran. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>82698</x>
<y>148638</y>
<z>-3473</z>
</effect>
</effects>
</skill>
<skill id="51033" toLevel="1" name="Teleport: Oren">
<!-- Teleports to Oren. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>82321</x>
<y>55139</y>
<z>-1529</z>
</effect>
</effects>
</skill>
<skill id="51034" toLevel="1" name="Teleport: Hunter's Village">
<!-- Teleports to Hunter's Village. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>116589</x>
<y>76268</y>
<z>-2734</z>
</effect>
</effects>
</skill>
<skill id="51035" toLevel="1" name="Summon Rudolph Agathion">
<!-- Release Agathion's Seal - Rudolph. -->
@ -793,27 +907,107 @@
</skill>
<skill id="51089" toLevel="1" name="Teleport to Forge of the Gods">
<!-- Teleports you to Forge of the Gods. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>169091</x>
<y>-116162</y>
<z>-2456</z>
</effect>
</effects>
</skill>
<skill id="51090" toLevel="1" name="Teleport to Garden of Eva">
<!-- Teleports you to Garden of Eva. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>82103</x>
<y>252409</y>
<z>-10588</z>
</effect>
</effects>
</skill>
<skill id="51091" toLevel="1" name="Teleport to Land of Winds">
<!-- Teleports you to Land of Winds. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>177347</x>
<y>173049</y>
<z>-1915</z>
</effect>
</effects>
</skill>
<skill id="51092" toLevel="1" name="Teleport to Wall of Argos">
<!-- Teleports you to Wall of Argos. -->
<operateType>A1</operateType>
<hitTime>3000</hitTime>
<hitTime>30000</hitTime>
<reuseDelay>600000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpNeedAgathion" />
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>165054</x>
<y>-47861</y>
<z>-3560</z>
</effect>
</effects>
</skill>
<skill id="51093" toLevel="1" name="Fire Attribute Attack">
<!-- Fire Attribute Attack +100. -->
@ -825,6 +1019,9 @@
<stayAfterDeath>true</stayAfterDeath>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpNeedAgathion" />
</conditions>
<effects>
<effect name="ElementalSpiritAttack">
<amount>100</amount>
@ -842,6 +1039,9 @@
<stayAfterDeath>true</stayAfterDeath>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpNeedAgathion" />
</conditions>
<effects>
<effect name="ElementalSpiritAttack">
<amount>100</amount>
@ -859,6 +1059,9 @@
<stayAfterDeath>true</stayAfterDeath>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpNeedAgathion" />
</conditions>
<effects>
<effect name="ElementalSpiritAttack">
<amount>100</amount>
@ -876,6 +1079,9 @@
<stayAfterDeath>true</stayAfterDeath>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpNeedAgathion" />
</conditions>
<effects>
<effect name="ElementalSpiritAttack">
<amount>100</amount>

View File

@ -477,21 +477,45 @@
<operateType>P</operateType>
<effects>
<effect name="StatUp">
<amount>1</amount>
<amount>
<value level="1">1</value>
<value level="2">1</value>
</amount>
<stat>CON</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<amount>
<value level="1">1</value>
<value level="2">1</value>
</amount>
<stat>MEN</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<amount>
<value level="1">1</value>
<value level="2">1</value>
</amount>
<stat>STR</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<amount>
<value level="1">1</value>
<value level="2">1</value>
</amount>
<stat>INT</stat>
</effect>
<effect name="StatUp">
<amount>
<value level="2">1</value>
</amount>
<stat>DEX</stat>
</effect>
<effect name="StatUp">
<amount>
<value level="2">1</value>
</amount>
<stat>WIT</stat>
</effect>
</effects>
</skill>
<skill id="55886" toLevel="2" name="Agathion Bracelet Resistance Increase">
@ -502,19 +526,19 @@
<effect name="DefenceTrait">
<DERANGEMENT>
<value level="1">5</value>
<value level="2">7</value>
<value level="2">8</value>
</DERANGEMENT>
<SHOCK>
<value level="1">5</value>
<value level="2">7</value>
<value level="2">8</value>
</SHOCK>
<SLEEP>
<value level="1">5</value>
<value level="2">7</value>
<value level="2">8</value>
</SLEEP>
<PARALYZE>
<value level="1">5</value>
<value level="2">7</value>
<value level="2">8</value>
</PARALYZE>
</effect>
</effects>