Advertisement
SmiDmi

Fixed +7 T-shirt Box

Aug 17th, 2019
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 3.60 KB | None | 0 0
  1. ### Eclipse Workspace Patch 1.0
  2. #P L2J_Mobius_6.0_Fafurion
  3. Index: dist/game/data/stats/skills/18600-18699.xml
  4. ===================================================================
  5. --- dist/game/data/stats/skills/18600-18699.xml (revision 5793)
  6. +++ dist/game/data/stats/skills/18600-18699.xml (working copy)
  7. @@ -1367,11 +1367,41 @@
  8.         </icon>
  9.         <operateType>P</operateType>
  10.     </skill>
  11. -   <skill id="18651" toLevel="11" name="+7 T-shirt Box (Shining/ Attack/ Magic)">
  12. +   <skill id="18651" toLevel="1" name="+7 T-shirt Box (Shining/ Attack/ Magic)">
  13.         <!-- Double-click to obtain one of Shiny Elemental enchanted by +7/ Reflect Attack/ Reflect Magic Shirt. -->
  14. +       <icon>icon.event_six_party_box_i00</icon>
  15. +       <itemConsumeId>47761</itemConsumeId>
  16. +       <itemConsumeCount>1</itemConsumeCount>
  17.         <operateType>A1</operateType>
  18.         <hitTime>500</hitTime>
  19.         <coolTime>500</coolTime>
  20. +       <magicCriticalRate>5</magicCriticalRate>
  21. +       <hitCancelTime>0</hitCancelTime>
  22. +       <magicLvl>1</magicLvl>
  23. +       <isMagic>2</isMagic>
  24. +       <targetType>SELF</targetType>
  25. +       <affectScope>SINGLE</affectScope>
  26. +       <conditions>
  27. +           <condition name="OpEncumbered">
  28. +               <weightPercent>10</weightPercent>
  29. +               <slotsPercent>10</slotsPercent>
  30. +           </condition>
  31. +       </conditions>
  32. +       <effects>
  33. +           <effect name="RestorationRandom">
  34. +               <items>
  35. +                   <item chance="20">
  36. +                       <item id="37718" count="1"  minEnchant="7" maxEnchant="7" /> <!-- Shiny Elemental Shirt -->
  37. +                   </item>
  38. +                   <item chance="40">
  39. +                       <item id="46193" count="1"  minEnchant="7" maxEnchant="7" /> <!-- Physical Reflect Shirt -->
  40. +                   </item>
  41. +                   <item chance="40">
  42. +                       <item id="46194" count="1"  minEnchant="7" maxEnchant="7" /> <!-- Eva's Shirt -->
  43. +                   </item>
  44. +               </items>
  45. +           </effect>
  46. +       </effects>
  47.     </skill>
  48.     <skill id="18652" toLevel="1" name="Destruction Scroll: Enchant Elemental Shirt">
  49.         <operateType>A1</operateType>
  50. Index: dist/game/data/stats/items/47700-47799.xml
  51. ===================================================================
  52. --- dist/game/data/stats/items/47700-47799.xml  (revision 5793)
  53. +++ dist/game/data/stats/items/47700-47799.xml  (working copy)
  54. @@ -914,10 +914,19 @@
  55.     <item id="47761" name="+7 T-shirt Chest (Sparkle/ Attack/ Magic)" type="EtcItem">
  56.         <!-- Double-click to obtain one of Shiny +7 Einhasad/ Reflect Attack/ Reflect Magic Shirt. -->
  57.         <set name="icon" val="icon.event_six_party_box_i00" />
  58. -       <set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
  59. +       <set name="default_action" val="CAPSULE" />
  60.         <set name="material" val="PAPER" />
  61.         <set name="is_sellable" val="false" />
  62.         <set name="is_stackable" val="true" />
  63. +       <set name="handler" val="ItemSkills" />
  64. +       <set name="immediate_effect" val="true" />
  65. +       <set name="weight" val="0" />
  66. +       <set name="is_dropable" val="false" />
  67. +       <set name="is_depositable" val="false" />
  68. +       <set name="is_private_storeable" val="false" />
  69. +       <skills>
  70. +           <skill id="18651" level="1" /> <!-- +7 T-shirt Box (Shining/ Attack/ Magic) -->
  71. +       </skills>
  72.     </item>
  73.     <item id="47762" name="Lindvior's Earring" additionalName="7-day" type="Armor">
  74.         <!-- MP+59, Petrification P. Atk./ Def. Success Rate +50%, Knock Back/ Knock Down P. Atk. and Resistance +40%, Pull Success Rate +40%, Pull/ Danger Zone Resistance +40%, P. Critical Damage +10%, M. Critical Damage +10%, P./ M. Atk. Abnormal Status Reflection +10%, Reflect Damage Magic +10%, Movement Speed +5, DEX +3, WIT +3, Wind/ Dark Attribute Resistance +30. Active Skill: Can use a Knock Back/ Knock Down cancellation skill, and receive Knock Back/ Knock Down resistance for 5 sec. Does not stack with identical earrings. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement