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. -->