Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2021
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00100-00199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00100-00199.xml
  2. index 5dff9e1..56c0cea 100644
  3. --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00100-00199.xml
  4. +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00100-00199.xml
  5. @@ -2661,15 +2661,21 @@
  6. </magicLevel>
  7. <operateType>P</operateType>
  8. <magicCriticalRate>5</magicCriticalRate>
  9. + <conditions>
  10. + <condition name="EquipShield" />
  11. + </conditions>
  12. <effects>
  13. - <effect name="PhysicalAttack">
  14. + <effect name="PAtk">
  15. <amount>
  16. - <value level="1">0</value>
  17. - <value level="2">0</value>
  18. + <value level="1">30</value>
  19. + <value level="2">40</value>
  20. <value level="3">80</value>
  21. <value level="4">120</value>
  22. </amount>
  23. <mode>DIFF</mode>
  24. + <armorType>
  25. + <item>SHIELD</item>
  26. + </armorType>
  27. </effect>
  28. <effect name="PhysicalDefence">
  29. <amount>
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement