Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. ThrustingCharger:
  2. group: 'advanced'
  3. display: 'Thrusting Charger'
  4. ce-description:
  5. - '&7◈&f Sau một khoảng thời gian không'
  6. - '&7 &f tấn công, đòn đánh tiếp theo sẽ'
  7. - '&7 &f gây thêm sát thương'
  8. applies-description:
  9. - 'Kiếm'
  10. applies:
  11. - 'ALL_SWORD'
  12. max-level: 10
  13. enchant-point: 1
  14. valuable: 200
  15. levels:
  16. 1:
  17. hand:
  18. type: HELD
  19. chance: 100
  20. cooldown: 0
  21. conditions:
  22. - ''
  23. effects:
  24. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:SET:thrustingcharger_time:%time%'
  25. hand_2:
  26. type: HELD
  27. chance: 100
  28. cooldown: 0
  29. conditions:
  30. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:COMPARE:%time%-thrustingcharger_time:>=:3000'
  31. effects:
  32. - 'CEPLAYER:PLAYER:MESSAGE:ADD:thrustingcharger_time:3000:&b&lWorld Core &8»&7 Bạn đã có thể kích hoạt hiệu ứng của &eThrusting Charger'
  33. attack:
  34. type: ATTACK
  35. chance: 100
  36. cooldown: 3000
  37. conditions:
  38. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:COMPARE:%time%-thrustingcharger_time:>=:3000'
  39. optionals:
  40. - 'ATTACK:PLAYER:ADD:0.5'
  41. effects:
  42. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:SET:thrustingcharger_time:%time%'
  43. - 'PLAYER:PLAYER:MESSAGE:&b&lWorld Core &8»&7 Bạn đã kích hoạt hiệu ứng của &eThrusting Charger'
  44. attack_2:
  45. type: ATTACK
  46. chance: 100
  47. cooldown: 3000
  48. conditions:
  49. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:COMPARE:%time%-thrustingcharger_time:<=:3000'
  50. effects:
  51. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:RESET:thrustingcharger_time'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement