Fixed alternative Shining Nevit's Gold Hourglass (81013).

This commit is contained in:
MobiusDevelopment 2021-01-05 11:58:14 +00:00
parent 3c94ec8792
commit c6eea49b4f
2 changed files with 25 additions and 2 deletions

View File

@ -206,7 +206,7 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="handler" val="ItemSkills" /> <set name="handler" val="ItemSkills" />
<skills> <skills>
<skill id="39245" level="1" /> <!-- Shining Nevit's Gold Hourglass --> <skill id="39503" level="1" /> <!-- Shining Nevit's Gold Hourglass -->
</skills> </skills>
</item> </item>
<item id="81014" name="Potion of Appearance for PA Event - Bear" type="EtcItem"> <item id="81014" name="Potion of Appearance for PA Event - Bear" type="EtcItem">

View File

@ -24,9 +24,32 @@
<skill id="39503" toLevel="1" name="Shining Nevit's Gold Hourglass"> <skill id="39503" toLevel="1" name="Shining Nevit's Gold Hourglass">
<!-- During hunting acquired XP/ SP +$s2 for $s1. Cannot stack with the Nevit's Gold Hourglass, Fall of the Dragon, or Dandy's Home Run Ball. Cooldown is 5 min. --> <!-- During hunting acquired XP/ SP +$s2 for $s1. Cannot stack with the Nevit's Gold Hourglass, Fall of the Dragon, or Dandy's Home Run Ball. Cooldown is 5 min. -->
<icon>icon.bm_nebit_bonus_time_up</icon> <icon>icon.bm_nebit_bonus_time_up</icon>
<operateType>A1</operateType> <operateType>A2</operateType>
<abnormalType>SHINING_HOURGLASS</abnormalType>
<abnormalTime>1800</abnormalTime>
<isMagic>4</isMagic> <isMagic>4</isMagic>
<reuseDelay>300000</reuseDelay> <reuseDelay>300000</reuseDelay>
<hitCancelTime>0</hitCancelTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<itemConsumeId>81013</itemConsumeId> <!-- Shining Nevit's Gold Hourglass -->
<itemConsumeCount>1</itemConsumeCount>
<effects>
<effect name="ExpModify">
<amount>100</amount>
</effect>
<effect name="SpModify">
<amount>100</amount>
</effect>
<effect name="DispelBySlot">
<dispel>
<value level="1">VOTE,1;BUFF_PCCAFE_EXP1,1</value>
</dispel>
</effect>
<effect name="BlockAbnormalSlot">
<slot>VOTE;BUFF_PCCAFE_EXP1</slot>
</effect>
</effects>
</skill> </skill>
<skill id="39504" toLevel="1" name="Year-End Super Reward Chest"> <skill id="39504" toLevel="1" name="Year-End Super Reward Chest">
<operateType>A1</operateType> <operateType>A1</operateType>