Advertisement
SmiDmi

Noble Longing Cookie Adjustments

Oct 19th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 3.53 KB | None | 0 0
  1. ### Eclipse Workspace Patch 1.0
  2. #P L2J_Mobius_6.0_Fafurion
  3. Index: dist/game/data/stats/skills/27800-27899.xml
  4. ===================================================================
  5. --- dist/game/data/stats/skills/27800-27899.xml (revision 6082)
  6. +++ dist/game/data/stats/skills/27800-27899.xml (working copy)
  7. @@ -355,10 +355,45 @@
  8.     <skill id="27848" toLevel="1" name="Longing">
  9.         <!-- You want the people around you to acknowledge your worth. For 2 h., Acquired XP/ SP +10%, STR +2, INT +2, CON +2, MEN +2. -->
  10.         <icon>icon.etc_whiteday_cookie</icon>
  11. -       <operateType>A1</operateType>
  12. +       <operateType>A2</operateType>
  13.         <isMagic>4</isMagic>
  14.         <hitTime>700</hitTime>
  15.         <reuseDelay>10000</reuseDelay>
  16. +       <targetType>SELF</targetType>
  17. +       <affectScope>PARTY</affectScope>
  18. +       <affectObject>FRIEND</affectObject>
  19. +       <coolTime>500</coolTime>
  20. +       <magicCriticalRate>5</magicCriticalRate>
  21. +       <specialLevel>-1</specialLevel>
  22. +       <hitCancelTime>0</hitCancelTime>
  23. +       <abnormalLvl>1</abnormalLvl>
  24. +       <abnormalTime>7200</abnormalTime>
  25. +       <irreplacableBuff>true</irreplacableBuff>
  26. +       <staticReuse>true</staticReuse>
  27. +       <effects>
  28. +           <effect name="ExpModify">
  29. +               <amount>10</amount>
  30. +           </effect>
  31. +           <effect name="SpModify">
  32. +               <amount>10</amount>
  33. +           </effect>
  34. +           <effect name="StatUp">
  35. +               <amount>2</amount>
  36. +               <stat>INT</stat>
  37. +           </effect>
  38. +           <effect name="StatUp">
  39. +               <amount>2</amount>
  40. +               <stat>STR</stat>
  41. +           </effect>
  42. +           <effect name="StatUp">
  43. +               <amount>2</amount>
  44. +               <stat>CON</stat>
  45. +           </effect>
  46. +           <effect name="StatUp">
  47. +               <amount>2</amount>
  48. +               <stat>MEN</stat>
  49. +           </effect>
  50. +       </effects> 
  51.     </skill>
  52.     <skill id="27849" toLevel="1" name="Transformation Skill">
  53.         <!-- For 60 min., randomly transform into Snow Kung/ Scarecrow Jack/ Tin Golem/ Makeshift Bat/ Lady Tow/ Heavy Tow/ Sleepy Tow. -->
  54. Index: dist/game/data/stats/items/28500-28599.xml
  55. ===================================================================
  56. --- dist/game/data/stats/items/28500-28599.xml  (revision 6082)
  57. +++ dist/game/data/stats/items/28500-28599.xml  (working copy)
  58. @@ -33,13 +33,25 @@
  59.         <!-- Double-click to apply 'Longing' effect to all party members. Acquired XP/ SP +10%, STR +2, INT +2, CON +2, MEN +2. Can be stacked with 'Compassion' and 'Devotion' effects. -->
  60.         <set name="icon" val="icon.etc_whiteday_cookie" />
  61.         <set name="default_action" val="SKILL_REDUCE" />
  62. -       <set name="material" val="PAPER" />
  63. +       <set name="etcitem_type" val="POTION" />
  64. +       <set name="immediate_effect" val="true" />
  65. +       <set name="material" val="LIQUID" />
  66.         <set name="weight" val="5" />
  67. +       <set name="reuse_delay" val="10000" />
  68. +       <set name="is_stackable" val="true" />
  69. +       <set name="is_oly_restricted" val="true" />
  70. +       <set name="is_freightable" val="true" />
  71. +       <set name="handler" val="ItemSkills" />
  72. +       <set name="for_npc" val="true" />
  73. +       <set name="is_coc_restricted" val="true" />
  74. +       <set name="commissionItemType" val="POTION" />
  75.         <set name="is_tradable" val="false" />
  76.         <set name="is_dropable" val="false" />
  77. -       <set name="is_depositable" val="false" />
  78. -       <set name="is_stackable" val="true" />
  79.         <set name="is_private_storeable" val="false" />
  80. +       <set name="is_sellable" val="false" />
  81. +       <skills>
  82. +           <skill id="27848" level="1" /> <!-- Longing -->
  83. +       </skills>
  84.     </item>
  85.     <item id="28504" name="Frintezza's Transformation Chocolate" type="EtcItem">
  86.         <!-- Contains Frintezza's limitless power. For 60 min., randomly transform into Snow Kung/ Scarecrow Jack/ Tin Golem/ Makeshift Bat/ Lady Tow/ Heavy Tow/ Sleepy Tow. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement