Addition of Scroll of Escape Herphah and Joachim.

This commit is contained in:
MobiusDevelopment
2020-12-15 06:20:11 +00:00
parent 4243e3a284
commit faeee7d385
5 changed files with 91 additions and 3 deletions

View File

@@ -744,6 +744,10 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_stackable" val="true" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="39535" level="1" /> <!-- Scroll of Escape: Herphah -->
</skills>
</item>
<item id="80858" name="Scroll of Escape: Joachim" type="EtcItem">
<!-- Teleports you to where Joachim is. -->
@@ -756,6 +760,10 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_stackable" val="true" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="39536" level="1" /> <!-- Scroll of Escape: Joachim -->
</skills>
</item>
<item id="80859" name="Blood-thirsty Akamanah Shaper" type="Weapon">
<!-- Weapon born from Demonic Sword Akamanah. Upgrade through Kaysia in the Town of Oren. Max HP can increase by more than 150,000. Cannot be crystallized, enchanted, augmented, changed or assigned an attribute. -->

View File

@@ -496,11 +496,47 @@
<operateType>A1</operateType>
<isMagic>4</isMagic>
<hitTime>200</hitTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<itemConsumeId>80857</itemConsumeId> <!-- Scroll of Escape: Herphah -->
<itemConsumeCount>1</itemConsumeCount>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>146536</x>
<y>26824</y>
<z>-2207</z>
</effect>
</effects>
</skill>
<skill id="39536" toLevel="1" name="Scroll of Escape: Joachim">
<operateType>A1</operateType>
<isMagic>4</isMagic>
<hitTime>200</hitTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<itemConsumeId>80858</itemConsumeId> <!-- Scroll of Escape: Joachim -->
<itemConsumeCount>1</itemConsumeCount>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>146520</x>
<y>26744</y>
<z>-2207</z>
</effect>
</effects>
</skill>
<skill id="39537" toLevel="1" name="Zariche's Sealed Box">
<operateType>A1</operateType>