Adjustments for Magic Lamp Charging Potion (91757).

This commit is contained in:
MobiusDevelopment
2021-01-16 15:27:36 +00:00
parent 4438fec9ed
commit 0d16fa3088
3 changed files with 17 additions and 5 deletions

View File

@@ -595,7 +595,7 @@
<skill id="40056" level="1" /> <!-- Scroll: Enchant Talisman of Eva -->
</skills>
</item>
<item id="91757" name="Magic Lantern Acceleration Potion" type="EtcItem">
<item id="91757" name="Magic Lamp Charging Potion" type="EtcItem">
<!-- For 1 h., magic lantern recharge rate +20%. Cooldown: 1 min. -->
<set name="icon" val="icon.etc_recall_potion2" />
<set name="default_action" val="SKILL_REDUCE" />
@@ -604,6 +604,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="91758" name="Ruby Lv. 5" additionalName="3 days" type="Armor">
<!-- Available for 3 days. Soulshot, Blessed Soulshot and Beast Soulshot damage +16%. The effect doesn't stack if two identical jewels are equipped, the higher-level jewel takes precedence. -->

View File

@@ -903,7 +903,7 @@
<set name="immediate_effect" val="true" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="54051" level="1" /> <!-- Magic Lamp Charging Potion (1-hour) -->
<skill id="40138" level="1" /> <!-- Magic Lamp Charging Potion - Event -->
</skills>
</item>
<item id="93459" name="A-grade Armor Pack - Majestic Equipment" type="EtcItem">

View File

@@ -232,9 +232,16 @@
<operateType>A1</operateType>
</skill>
<skill id="40138" toLevel="1" name="Magic Lamp Charging Potion - Event">
<!-- AUTO GENERATED SKILL TODO: FIX IT -->
<icon>icon.skill0000</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="40139" toLevel="1" name="Spellbook: Mount Wyvern">
<!-- AUTO GENERATED SKILL TODO: FIX IT -->