Advertisement
SmiDmi

Paulina Twilight Bracelet Fix

Jul 17th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.12 KB | None | 0 0
  1. ### Eclipse Workspace Patch 1.0
  2. #P L2J_Mobius_6.0_Fafurion
  3. Index: dist/game/data/stats/skills/35300-35399.xml
  4. ===================================================================
  5. --- dist/game/data/stats/skills/35300-35399.xml (revision 5652)
  6. +++ dist/game/data/stats/skills/35300-35399.xml (working copy)
  7. @@ -1068,6 +1068,37 @@
  8.         <!-- STR/ DEX/ CON/ INT/ WIT/ MEN +1 and allows 5 Talismans to be equipped. -->
  9.         <icon>icon.r2_bracelet_i00</icon>
  10.         <operateType>P</operateType>
  11. +       <magicCriticalRate>5</magicCriticalRate>
  12. +       <magicLvl>85</magicLvl>
  13. +       <effects>
  14. +           <effect name="TalismanSlot">
  15. +               <slots>5</slots>
  16. +           </effect>
  17. +           <effect name="StatUp">
  18. +               <amount>1</amount>
  19. +               <stat>STR</stat>
  20. +           </effect>
  21. +           <effect name="StatUp">
  22. +               <amount>1</amount>
  23. +               <stat>DEX</stat>
  24. +           </effect>
  25. +           <effect name="StatUp">
  26. +               <amount>1</amount>
  27. +               <stat>CON</stat>
  28. +           </effect>
  29. +           <effect name="StatUp">
  30. +               <amount>1</amount>
  31. +               <stat>INT</stat>
  32. +           </effect>
  33. +           <effect name="StatUp">
  34. +               <amount>1</amount>
  35. +               <stat>WIT</stat>
  36. +           </effect>
  37. +           <effect name="StatUp">
  38. +               <amount>1</amount>
  39. +               <stat>MEN</stat>
  40. +           </effect>
  41. +       </effects>
  42.     </skill>
  43.     <skill id="35353" toLevel="1" name="Bloody Cloak">
  44.         <!-- All basic abilities +1. -->
  45. Index: dist/game/data/stats/items/80300-80399.xml
  46. ===================================================================
  47. --- dist/game/data/stats/items/80300-80399.xml  (revision 5652)
  48. +++ dist/game/data/stats/items/80300-80399.xml  (working copy)
  49. @@ -296,6 +296,10 @@
  50.         <set name="is_dropable" val="false" />
  51.         <set name="is_depositable" val="false" />
  52.         <set name="is_sellable" val="false" />
  53. +       <set name="commissionItemType" val="BRACELET" />
  54. +       <skills>
  55. +           <skill id="35352" level="1" /> <!-- Paulina Twilight Bracelet -->
  56. +       </skills>
  57.     </item>
  58.     <item id="80321" name="Bloody Cloak" type="Armor">
  59.         <!-- A limited-edition cloak that a Dwarf Artisan has stitched with great care to celebrate the opening of the Bloody Server. Can be used only in the Bloody Server. <Additional option>. All stats +1, all Attribute Resistance +5 -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement