Advertisement
SmiDmi

Fixes Dragon Vitality Replenishing Potion

Jun 29th, 2019
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.14 KB | None | 0 0
  1. ### Eclipse Workspace Patch 1.0
  2. #P L2J_Mobius_6.0_Fafurion
  3. Index: dist/game/data/stats/items/23600-23699.xml
  4. ===================================================================
  5. --- dist/game/data/stats/items/23600-23699.xml  (revision 5593)
  6. +++ dist/game/data/stats/items/23600-23699.xml  (working copy)
  7. @@ -370,11 +370,11 @@
  8.         <set name="is_private_storeable" val="false" />
  9.         <set name="is_oly_restricted" val="true" />
  10.         <set name="is_freightable" val="true" />
  11. -       <set name="shared_reuse_group" val="106" />
  12.         <set name="default_action" val="SKILL_REDUCE" />
  13.         <set name="etcitem_type" val="POTION" />
  14.         <set name="handler" val="ItemSkills" />
  15. -       <set name="is_stackable" val="true" />
  16. +       <set name="is_stackable" val="true" />     
  17. +       <set name="reuse_delay" val="60000" />
  18.         <skills>
  19.             <skill id="22849" level="1" /> <!-- Dragon Vitality Replenishing Potion -->
  20.         </skills>
  21. Index: dist/game/data/stats/skills/22800-22899.xml
  22. ===================================================================
  23. --- dist/game/data/stats/skills/22800-22899.xml (revision 5593)
  24. +++ dist/game/data/stats/skills/22800-22899.xml (working copy)
  25. @@ -647,16 +647,23 @@
  26.     </skill>
  27.     <skill id="22849" toLevel="1" name="Dragon Vitality Replenishing Potion">
  28.         <icon>icon.etc_potion_of_energy_i01</icon>
  29. -       <operateType>A1</operateType>
  30. +       <isMagic>2</isMagic> <!-- Static Skill -->
  31. +       <itemConsumeCount>1</itemConsumeCount>
  32. +       <itemConsumeId>23620</itemConsumeId> <!-- Dragon Vitality Replenishing Potion -->
  33. +       <magicLvl>1</magicLvl>
  34. +       <operateType>A1</operateType>
  35. +       <reuseDelay>60000</reuseDelay>
  36.         <magicCriticalRate>5</magicCriticalRate>
  37.         <specialLevel>-1</specialLevel>
  38.         <hitCancelTime>0</hitCancelTime>
  39. -       <magicLvl>1</magicLvl>
  40.         <staticReuse>true</staticReuse>
  41. -       <isMagic>2</isMagic>
  42. -       <reuseDelay>60000</reuseDelay>
  43.         <targetType>SELF</targetType>
  44.         <affectScope>SINGLE</affectScope>
  45. +       <effects>
  46. +           <effect name="VitalityPointUp">
  47. +               <value>17500</value>
  48. +           </effect>
  49. +       </effects>
  50.     </skill>
  51.     <skill id="22850" toLevel="1" name="Vitality Suspending Potion">
  52.         <!-- Suspends Vitality, stopping inflow of Vitality Bonus. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement