SmiDmi

Escort's Supply Box

Jul 30th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.56 KB | None | 0 0
  1. ### Eclipse Workspace Patch 1.0
  2. #P L2J_Mobius_6.0_Fafurion
  3. Index: dist/game/data/stats/items/36300-36399.xml
  4. ===================================================================
  5. --- dist/game/data/stats/items/36300-36399.xml  (revision 5722)
  6. +++ dist/game/data/stats/items/36300-36399.xml  (working copy)
  7. @@ -1023,7 +1023,14 @@
  8.         <set name="is_sellable" val="false" />
  9.         <set name="is_private_storeable" val="false" />
  10.         <set name="is_commissionable" val="false" />
  11. -       <set name="is_stackable" val="true" />
  12. +       <set name="is_stackable" val="true" /> 
  13. +       <set name="default_action" val="CAPSULE" />
  14. +       <set name="immediate_effect" val="true" />
  15. +       <set name="commissionItemType" val="OTHER_ITEM" />
  16. +       <set name="handler" val="ItemSkills" />
  17. +       <skills>
  18. +           <skill id="9823" level="1" /> <!-- Escort's Supply Box -->
  19. +       </skills>
  20.     </item>
  21.     <item id="36395" name="Golden Chest (Reward)" type="EtcItem">
  22.         <!-- You can get a gift that Amadeo Cadmus, the king of Aden, prepared for your return. You can sometimes get a Luminous Golden Chest. -->
  23. Index: dist/game/data/stats/skills/09800-09899.xml
  24. ===================================================================
  25. --- dist/game/data/stats/skills/09800-09899.xml (revision 5722)
  26. +++ dist/game/data/stats/skills/09800-09899.xml (working copy)
  27. @@ -96,7 +96,39 @@
  28.     </skill>
  29.     <skill id="9823" toLevel="1" name="Escort's Supply Box">
  30.         <!-- Supply box. -->
  31. +       <itemConsumeId>36394</itemConsumeId>
  32. +       <itemConsumeCount>1</itemConsumeCount>
  33.         <operateType>A1</operateType>
  34. +       <magicCriticalRate>5</magicCriticalRate>
  35. +       <hitCancelTime>0</hitCancelTime>
  36. +       <magicLvl>1</magicLvl>
  37. +       <isMagic>2</isMagic>
  38. +       <targetType>SELF</targetType>
  39. +       <affectScope>SINGLE</affectScope>
  40. +       <effects>
  41. +           <effect name="RestorationRandom">
  42. +               <items>
  43. +                   <item chance="16.6666667">
  44. +                       <item id="9550" count="1" /> <!-- Dark Stone -->
  45. +                   </item>
  46. +                   <item chance="16.6666667">
  47. +                       <item id="9548" count="1" /> <!-- Earth Stone -->
  48. +                   </item>
  49. +                   <item chance="16.6666667">
  50. +                       <item id="9546" count="1" /> <!-- Fire Stone -->
  51. +                   </item>
  52. +                   <item chance="16.6666667">
  53. +                       <item id="9551" count="1" /> <!-- Holy Stone -->
  54. +                   </item>
  55. +                   <item chance="16.6666667">
  56. +                       <item id="9547" count="1" /> <!-- Water Stone -->
  57. +                   </item>
  58. +                   <item chance="16.6666667">
  59. +                       <item id="9549" count="1" /> <!-- Wind Stone -->
  60. +                   </item>
  61. +               </items>
  62. +           </effect>
  63. +       </effects>
  64.     </skill>
  65.     <skill id="9824" toLevel="1" name="Chest of Glory">
  66.         <!-- Chest of Glory given by Cocoring. -->
Add Comment
Please, Sign In to add comment