Addition of various Scroll of Escape and Box items.

Contributed by override.
This commit is contained in:
MobiusDev
2019-03-06 04:29:06 +00:00
parent ec38c853c7
commit 33f935e710
40 changed files with 1788 additions and 10 deletions

View File

@@ -827,6 +827,11 @@
<set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" />
<set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17944" level="1" /> <!-- Scroll of Escape: Talking Island Village -->
</skills>
</item>
<item id="39554" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Magmeld. -->
@@ -840,6 +845,11 @@
<set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" />
<set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17945" level="1" /> <!-- Escape - Hunter's Village Teleport -->
</skills>
</item>
<item id="39555" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Magmeld. -->
@@ -853,6 +863,11 @@
<set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" />
<set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17946" level="1" /> <!-- Scroll of Escape: Magmeld -->
</skills>
</item>
<item id="39556" name="Minstrel's Scroll of Escape: Town of Rune" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Town of Rune. -->
@@ -866,6 +881,11 @@
<set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" />
<set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17947" level="1" /> <!-- Scroll of Escape: Town of Rune -->
</skills>
</item>
<item id="39557" name="Minstrel's Scroll of Escape: Town of Aden" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Town of Aden. -->
@@ -878,6 +898,11 @@
<set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17948" level="1" /> <!-- Scroll of Escape: Town of Aden -->
</skills>
</item>
<item id="39558" name="Low-grade Talisman Ingredient Box" type="EtcItem">
<!-- Not in Use -->

View File

@@ -654,18 +654,88 @@
</skill>
<skill id="17944" toLevel="1" name="Scroll of Escape: Talking Island Village">
<!-- Teleports you to Talking Island Village. -->
<itemConsumeId>39553</itemConsumeId> <!-- Minstrel's Scroll of Escape: Talking Island -->
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>-113978</x>
<y>255847</y>
<z>-1504</z>
</effect>
</effects>
</skill>
<skill id="17945" toLevel="1" name="Scroll of Escape: Magmeld">
<!-- Teleports you to Magmeld. -->
<itemConsumeId>
<value level="1">39554</value> <!-- Bard's Scroll of Escape - Hunter's Village -->
</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>116396</x>
<y>76876</y>
<z>-2728</z>
</effect>
</effects>
</skill>
<skill id="17946" toLevel="1" name="Scroll of Escape: Magmeld">
<!-- Teleports you to Magmeld. -->
<itemConsumeId>
<value level="1">39555</value> <!-- Minstrel's Scroll of Escape: Magmeld -->
</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>207249</x>
<y>87023</y>
<z>-1024</z>
</effect>
</effects>
</skill>
<skill id="17947" toLevel="1" name="Scroll of Escape: Town of Rune">
<!-- Teleports you to the Town of Rune. -->

View File

@@ -1,10 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
<skill id="18000" toLevel="1" name="Scroll of Escape: The Cemetary">
<itemConsumeId>47062</itemConsumeId> <!-- Scroll of Escape: Cemetery -->
<itemConsumeCount>1</itemConsumeCount>
<operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>186256</x>
<y>20288</y>
<z>-3376</z>
</effect>
</effects>
</skill>
<skill id="18001" toLevel="1" name="Scroll of Escape: Guillotine Fortress">
<operateType>A1</operateType>
@@ -1271,6 +1290,9 @@
<magicLvl>85</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<effects>
<effect name="TalismanSlot">
<slots>6</slots>
</effect>
<effect name="StatUp">
<amount>5</amount>
<stat>CHA</stat>
@@ -1282,11 +1304,37 @@
<operateType>A1</operateType>
<hitTime>200</hitTime>
<reuseDelay>3000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>40049</itemConsumeId> <!-- Scroll: 1,000 SP -->
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<hitCancelTime>0</hitCancelTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="GiveSp">
<sp>1000</sp>
</effect>
</effects>
</skill>
<skill id="18099" toLevel="1" name="Scroll: 10,000 SP">
<!-- Instantly boosts 10,000 SP. -->
<operateType>A1</operateType>
<hitTime>200</hitTime>
<reuseDelay>3000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>40050</itemConsumeId> <!-- Scroll: 10,000 SP -->
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<hitCancelTime>0</hitCancelTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="GiveSp">
<sp>10000</sp>
</effect>
</effects>
</skill>
</list>

View File

@@ -187,8 +187,29 @@
<hitTime>1000</hitTime>
</skill>
<skill id="18124" toLevel="1" name="Scroll of Escape: Pagan Temple">
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>47061</itemConsumeId> <!-- Scroll of Escape: Pagan Temple -->
<operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>40420</x>
<y>-48390</y>
<z>-768</z>
</effect>
</effects>
</skill>
<skill id="18125" toLevel="1" name="Freya's Frozen Lamp">
<!-- Double-click to obtain a Freya's Wind Scroll and a Freya's Recovery Scroll. You also have a random chance to obtain either Freya's Wish Box, Sirr's Wish Box, or Snowman's Wish Box. -->

View File

@@ -165,8 +165,30 @@
<isDebuff>true</isDebuff>
</skill>
<skill id="18220" toLevel="1" name="Blazing Swamp Teleport">
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>47063</itemConsumeId> <!-- Scroll of Escape: Blazing Swamp -->
<icon>icon.skill0000</icon>
<operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>152713</x>
<y>-15085</y>
<z>-4384</z>
</effect>
</effects>
</skill>
<skill id="18221" toLevel="1" name="Invincibility">
<!-- Invincible state. -->