Advertisement
SmiDmi

Addition of Summon Death Cubic skill (10079)

Jul 7th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 4.00 KB | None | 0 0
  1. ### Eclipse Workspace Patch 1.0
  2. #P L2J_Mobius_6.0_Fafurion
  3. Index: dist/game/data/stats/cubics/cubic-25.xml
  4. ===================================================================
  5. --- dist/game/data/stats/cubics/cubic-25.xml    (nonexistent)
  6. +++ dist/game/data/stats/cubics/cubic-25.xml    (working copy)
  7. @@ -0,0 +1,84 @@
  8. +<?xml version="1.0" encoding="UTF-8"?>
  9. +<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/cubics.xsd">
  10. +   <cubic id="25" level="1" slot="16" duration="900" delay="13" maxCount="50" useUp="0" power="2106.0" targetType="BY_SKILL">
  11. +       <conditions>
  12. +           <hp type="GREATER" percent="33" />
  13. +           <range value="1000" />
  14. +       </conditions>
  15. +       <skills>
  16. +           <skill id="10085" level="1" target="MASTER" /> <!-- Cubic Gain Soul -->
  17. +       </skills>
  18. +   </cubic>
  19. +   <cubic id="25" level="2" slot="16" duration="900" delay="13" maxCount="50" useUp="0" power="2106.0" targetType="BY_SKILL">
  20. +       <conditions>
  21. +           <hp type="GREATER" percent="33" />
  22. +           <range value="1000" />
  23. +       </conditions>
  24. +       <skills>
  25. +           <skill id="10085" level="2" target="MASTER" /> <!-- Cubic Gain Soul -->
  26. +       </skills>
  27. +   </cubic>
  28. +   <cubic id="25" level="3" slot="16" duration="900" delay="13" maxCount="50" useUp="0" power="2106.0" targetType="BY_SKILL">
  29. +       <conditions>
  30. +           <hp type="GREATER" percent="33" />
  31. +           <range value="1000" />
  32. +       </conditions>
  33. +       <skills>
  34. +           <skill id="10085" level="3" target="MASTER" /> <!-- Cubic Gain Soul -->
  35. +       </skills>
  36. +   </cubic>
  37. +   <cubic id="25" level="4" slot="16" duration="900" delay="13" maxCount="50" useUp="0" power="2106.0" targetType="BY_SKILL">
  38. +       <conditions>
  39. +           <hp type="GREATER" percent="33" />
  40. +           <range value="1000" />
  41. +       </conditions>
  42. +       <skills>
  43. +           <skill id="10085" level="4" target="MASTER" /> <!-- Cubic Gain Soul -->
  44. +       </skills>
  45. +   </cubic>
  46. +   <cubic id="25" level="5" slot="16" duration="900" delay="13" maxCount="50" useUp="0" power="2106.0" targetType="BY_SKILL">
  47. +       <conditions>
  48. +           <hp type="GREATER" percent="33" />
  49. +           <range value="1000" />
  50. +       </conditions>
  51. +       <skills>
  52. +           <skill id="10085" level="5" target="MASTER" /> <!-- Cubic Gain Soul -->
  53. +       </skills>
  54. +   </cubic>
  55. +   <cubic id="25" level="6" slot="16" duration="900" delay="13" maxCount="50" useUp="0" power="2106.0" targetType="BY_SKILL">
  56. +       <conditions>
  57. +           <hp type="GREATER" percent="33" />
  58. +           <range value="1000" />
  59. +       </conditions>
  60. +       <skills>
  61. +           <skill id="10085" level="6" target="MASTER" /> <!-- Cubic Gain Soul -->
  62. +       </skills>
  63. +   </cubic>
  64. +   <cubic id="25" level="7" slot="16" duration="900" delay="13" maxCount="50" useUp="0" power="2106.0" targetType="BY_SKILL">
  65. +       <conditions>
  66. +           <hp type="GREATER" percent="33" />
  67. +           <range value="1000" />
  68. +       </conditions>
  69. +       <skills>
  70. +           <skill id="10085" level="7" target="MASTER" /> <!-- Cubic Gain Soul -->
  71. +       </skills>
  72. +   </cubic>
  73. +   <cubic id="25" level="8" slot="16" duration="900" delay="13" maxCount="50" useUp="0" power="2106.0" targetType="BY_SKILL">
  74. +       <conditions>
  75. +           <hp type="GREATER" percent="33" />
  76. +           <range value="1000" />
  77. +       </conditions>
  78. +       <skills>
  79. +           <skill id="10085" level="8" target="MASTER" /> <!-- Cubic Gain Soul -->
  80. +       </skills>
  81. +   </cubic>
  82. +   <cubic id="25" level="9" slot="16" duration="900" delay="13" maxCount="50" useUp="0" power="2106.0" targetType="BY_SKILL">
  83. +       <conditions>
  84. +           <hp type="GREATER" percent="33" />
  85. +           <range value="1000" />
  86. +       </conditions>
  87. +       <skills>
  88. +           <skill id="10085" level="9" target="MASTER" /> <!-- Cubic Gain Soul -->
  89. +       </skills>
  90. +   </cubic>
  91. +</list>
  92. \ No newline at end of file
  93. Index: dist/game/data/stats/skills/10000-10099.xml
  94. ===================================================================
  95. --- dist/game/data/stats/skills/10000-10099.xml (revision 5611)
  96. +++ dist/game/data/stats/skills/10000-10099.xml (working copy)
  97. @@ -4697,7 +4697,7 @@
  98.         </conditions>
  99.         <effects>
  100.             <effect name="SummonCubic">
  101. -               <cubicId>20</cubicId>
  102. +               <cubicId>25</cubicId>
  103.                 <cubicLvl>
  104.                     <value level="1">1</value>
  105.                     <value level="2">2</value>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement