Implementation of extra My Teleport Book items (90404 and 90821).
This commit is contained in:
@@ -55,12 +55,16 @@
|
||||
<set name="icon" val="icon.bookmark_book_i00" />
|
||||
<set name="default_action" val="CALL_SKILL" />
|
||||
<set name="weight" val="5" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_freightable" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="39252" level="1" /> <!-- Increase number of teleport slots. -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="90405" name="My Teleport Scroll" additionalName="For XP" type="EtcItem">
|
||||
<!-- Can be used to teleport to a previously saved location. -->
|
||||
|
||||
@@ -351,10 +351,16 @@
|
||||
<set name="icon" val="icon.bookmark_book_i00" />
|
||||
<set name="default_action" val="CALL_SKILL" />
|
||||
<set name="weight" val="5" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_freightable" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="39301" level="1" /> <!-- Increase number of teleport slots. -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="90822" name="Sealed Doll of Border - Baium" additionalName="30 days" type="EtcItem">
|
||||
<!-- Double-click to obtain a Doll of Border - Baium (30-day). -->
|
||||
|
||||
@@ -1814,7 +1814,25 @@
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39252" toLevel="1" name="My Teleport Book">
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>90404</itemConsumeId> <!-- My Teleport Book -->
|
||||
<magicLevel>1</magicLevel>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CanBookmarkAddSlot">
|
||||
<teleportBookmarkSlots>1</teleportBookmarkSlots>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="AddTeleportBookmarkSlot">
|
||||
<amount>1</amount>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39253" toLevel="1" name="Chef's Fish Stew - Victory">
|
||||
<!-- For $s1, HP/ MP Recovery Rate +$s2, P./ M. Accuracy +$s3, P./ M. Evasion +$s4, damage to monsters +$s5, Atk./ Casting Spd. +$s6, P. Critical Rate/ M. Skill Critical Rate +$s7, P. Critical Damage/ M. Skill Critical Damage +$s8. The effect remains after death. -->
|
||||
|
||||
@@ -7,7 +7,25 @@
|
||||
<skill id="39301" toLevel="1" name="My Teleport Book">
|
||||
<!-- Number of Unoccupied Teleport Devices +1. -->
|
||||
<icon>icon.bookmark_book_i00</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>90821</itemConsumeId> <!-- My Teleport Book -->
|
||||
<magicLevel>1</magicLevel>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CanBookmarkAddSlot">
|
||||
<teleportBookmarkSlots>1</teleportBookmarkSlots>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="AddTeleportBookmarkSlot">
|
||||
<amount>1</amount>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39302" toLevel="3" name="Baium Doll's Sorcery">
|
||||
<!-- A doll imbued with Baium's power. <Effect> Skill Cooldown $s1 P. Def. $s2 M. Def. $s2 Silence Resistance $s3 Fear Resistance $s3 Paralysis Resistance $s4 Knockdown Resistance $s4 Pull Resistance $s4 -->
|
||||
|
||||
Reference in New Issue
Block a user