Implementation for Magic Lamp Charging Potion (91757).

This commit is contained in:
MobiusDevelopment
2021-01-14 05:38:37 +00:00
parent 0007463ff1
commit 4f72922c4b
2 changed files with 13 additions and 1 deletions

View File

@@ -897,6 +897,11 @@
<set name="is_dropable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_stackable" val="true" />
<set name="immediate_effect" val="true" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="54051" level="1" /> <!-- Magic Lamp Charging Potion (1-hour) -->
</skills>
</item>
<item id="93459" name="A-grade Armor Pack - Majestic Equipment" type="EtcItem">
<!-- Double-click to obtain one of the untradable items at random: Majestic Heavy Armor/ Light Armor/ Robe. -->

View File

@@ -829,9 +829,16 @@
<skill id="54051" toLevel="1" name="Magic Lamp Charging Potion (1-hour)">
<!-- Magic Lantern recharge speed +20%. -->
<icon>icon.etc_recall_potion2</icon>
<operateType>A1</operateType>
<operateType>A2</operateType>
<abnormalType>MAGIC_LAMP_RATE</abnormalType>
<abnormalTime>3600</abnormalTime>
<isMagic>4</isMagic>
<reuseDelay>60000</reuseDelay>
<effects>
<effect name="MagicLampExpRate">
<amount>20</amount>
</effect>
</effects>
</skill>
<skill id="54052" toLevel="1" name="Scroll: PK - Event">
<operateType>A1</operateType>