Advertisement
MrKirill1232

Untitled

Oct 21st, 2021
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
  3. <skill id="51396" toLevel="1" name="Scroll: 10,000 SP">
  4. <operateType>A1</operateType>
  5. <itemConsumeCount>1</itemConsumeCount>
  6. <itemConsumeId>91664</itemConsumeId> <!-- SP Scroll: 10,000 -->
  7. <magicCriticalRate>5</magicCriticalRate>
  8. <hitCancelTime>0</hitCancelTime>
  9. <magicLevel>1</magicLevel>
  10. <isMagic>2</isMagic>
  11. <reuseDelay>500</reuseDelay>
  12. <targetType>SELF</targetType>
  13. <affectScope>SINGLE</affectScope>
  14. <effects>
  15. <effect name="GiveSp">
  16. <sp>10000</sp>
  17. </effect>
  18. </effects>
  19. </skill>
  20. <skill id="51397" toLevel="1" name="Scroll: 100,000 SP">
  21. <operateType>A1</operateType>
  22. <itemConsumeCount>1</itemConsumeCount>
  23. <itemConsumeId>91665</itemConsumeId> <!-- SP Scroll: 100,000 -->
  24. <magicCriticalRate>5</magicCriticalRate>
  25. <hitCancelTime>0</hitCancelTime>
  26. <magicLevel>1</magicLevel>
  27. <isMagic>2</isMagic>
  28. <reuseDelay>500</reuseDelay>
  29. <targetType>SELF</targetType>
  30. <affectScope>SINGLE</affectScope>
  31. <effects>
  32. <effect name="GiveSp">
  33. <sp>100000</sp>
  34. </effect>
  35. </effects>
  36. </skill>
  37. </list>
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement