Fixed Improved Scroll of Escape (49087).

Contributed by SmiDmi.
This commit is contained in:
MobiusDevelopment
2019-07-20 17:41:11 +00:00
parent 817bb6f740
commit 486e8b9540
10 changed files with 228 additions and 5 deletions

View File

@@ -1178,7 +1178,13 @@
<set name="default_action" val="SKILL_REDUCE" />
<set name="material" val="PAPER" />
<set name="weight" val="120" />
<set name="price" val="20000" />
<set name="is_stackable" val="true" />
<set name="handler" val="ItemSkills" />
<set name="commissionItemType" val="SCROLL_OTHER" />
<skills>
<skill id="39075" level="1" /> <!-- Improved Scroll of Escape -->
</skills>
</item>
<item id="49088" name="Gold Medal" type="EtcItem">
<!-- Shiny medal. Any trader will pay good money for such thing. Cannot drop or destroy. -->

View File

@@ -1229,8 +1229,23 @@
</effects>
</skill>
<skill id="39075" toLevel="1" name="Improved Scroll of Escape">
<operateType>A1</operateType>
<hitTime>1000</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>49087</itemConsumeId> <!-- Improved Scroll of Escape -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Escape">
<escapeType>TOWN</escapeType>
</effect>
</effects>
</skill>
<skill id="39076" toLevel="1" name="Fish Stew - The Guild's Gratitude.">
<!-- For 20 min. XP/SP +10% while hunting. -->