Advertisement
Jagltoro

T-Shirt Box

May 26th, 2019
732
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.40 KB | None | 0 0
  1. Index: L2J_Mobius_6.0_Fafurion/dist/game/data/stats/items/29200-29299.xml
  2. IDEA additional info:
  3. Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
  4. <+>UTF-8
  5. ===================================================================
  6. --- L2J_Mobius_6.0_Fafurion/dist/game/data/stats/items/29200-29299.xml  (revision 0091a1e7579be3838f6fce1a6a2f7f5699149319)
  7. +++ L2J_Mobius_6.0_Fafurion/dist/game/data/stats/items/29200-29299.xml  (date 1558920086293)
  8. @@ -156,13 +156,19 @@
  9.     <item id="29214" name="T-shirt Box" type="EtcItem">
  10.         <!-- Double-click to obtain one of T-shirt of Pagrio/ Sayha/ Eva/ Maph. -->
  11.         <set name="icon" val="icon.event_six_party_box_i00" />
  12. -       <set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
  13.         <set name="material" val="PAPER" />
  14.         <set name="is_tradable" val="false" />
  15.         <set name="is_dropable" val="false" />
  16.         <set name="is_depositable" val="false" />
  17.         <set name="is_sellable" val="false" />
  18.         <set name="is_stackable" val="true" />
  19. +       <set name="default_action" val="CAPSULE" />
  20. +       <set name="immediate_effect" val="true" />
  21. +       <set name="is_stackable" val="true" />
  22. +       <set name="handler" val="ItemSkills" />
  23. +       <skills>
  24. +           <skill id="28202" level="1" /> <!-- T-shirt Box -->
  25. +       </skills>
  26.     </item>
  27.     <item id="29215" name="Starter Kit" additionalName="Lv. 85" type="EtcItem">
  28.         <!-- Double-click to obtain 3 XP Rune IV (Lv. 1-99) 100% Packs (1-hr), 3 Mysterious Wind Scrolls, 3 Dandy's Scrolls: Challenge, 5 Dragon Vitality Replenishing Potions, Entrance Pass: Kartia's Labyrinth Lv. 85/ 90 Party, Adventurer's Circlet, Shirt Box, 3 Scrolls: Enchant Elemental Shirt, Blessed Scroll: Enchant Elemental Shirt. -->
  29. Index: L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/28200-28299.xml
  30. IDEA additional info:
  31. Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
  32. <+>UTF-8
  33. ===================================================================
  34. --- L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/28200-28299.xml (revision 0091a1e7579be3838f6fce1a6a2f7f5699149319)
  35. +++ L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/28200-28299.xml (date 1558920105913)
  36. @@ -11,8 +11,39 @@
  37.         <operateType>A1</operateType>
  38.     </skill>
  39.     <skill id="28202" toLevel="1" name="T-shirt Box">
  40. -       <icon>icon.bm_strongbox</icon>
  41. +       <itemConsumeId>29214</itemConsumeId>
  42. +       <itemConsumeCount>1</itemConsumeCount>
  43.         <operateType>A1</operateType>
  44. +       <magicCriticalRate>5</magicCriticalRate>
  45. +       <hitCancelTime>0</hitCancelTime>
  46. +       <magicLvl>1</magicLvl>
  47. +       <isMagic>2</isMagic>
  48. +       <targetType>SELF</targetType>
  49. +       <affectScope>SINGLE</affectScope>
  50. +       <conditions>
  51. +           <condition name="OpEncumbered">
  52. +               <weightPercent>10</weightPercent>
  53. +               <slotsPercent>10</slotsPercent>
  54. +           </condition>
  55. +       </conditions>
  56. +       <effects>
  57. +           <effect name="RestorationRandom">
  58. +               <items>
  59. +                   <item chance="25">
  60. +                       <item id="23301" count="1" /> <!-- Sayha's Shirt -->
  61. +                   </item>
  62. +                   <item chance="25">
  63. +                       <item id="23240" count="1" /> <!-- Pa'agrio's Shirt -->
  64. +                   </item>
  65. +                   <item chance="25">
  66. +                       <item id="23304" count="1" /> <!-- Eva's Shirt -->
  67. +                   </item>
  68. +                   <item chance="25">
  69. +                       <item id="23307" count="1" /> <!-- Maphr's Shirt -->
  70. +                   </item>
  71. +               </items>
  72. +           </effect>
  73. +       </effects>
  74.     </skill>
  75.     <skill id="28203" toLevel="1" name="Greater Garnet - Cancel Debuffs">
  76.         <!-- Cancels all debuffs on you and makes you immune to debuffs for $s1. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement