Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. rage:
  2. group: 's'
  3. display: 'Rage'
  4. ce-description:
  5. - '&eCác đòn tấn công sẽ trở nên'
  6. - '&emạnh hơn nếu tiếp tục đánh.'
  7. applies-description:
  8. - 'Kiếm'
  9. applies:
  10. - 'ALL_SWORD'
  11. max-level: 3
  12. enchant-point: 1
  13. valuable: 200
  14. levels:
  15. 1:
  16. first_1:
  17. type: HELD
  18. chance: 100
  19. cooldown: 0
  20. conditions:
  21. - ''
  22. effects:
  23. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:SET:rage_time:0'
  24. yes-condition-break: true
  25. attack_1:
  26. type: ATTACK
  27. chance: 100
  28. cooldown: 0
  29. conditions:
  30. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:COMPARE:%time%-rage_time:>:1500'
  31. effects:
  32. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:SET:rage_time:%time%'
  33. - 'CEPLAYER:PLAYER:MESSAGE:ADD:rage_combo_stop:1600:&7&lĐòn đánh đã không còn trở nên mạnh mẽ nữa!'
  34. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:SET:rage_multiply:1'
  35. yes-condition-break: true
  36. attack_2:
  37. type: ATTACK
  38. chance: 100
  39. cooldown: 0
  40. conditions:
  41. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:COMPARE:rage_multiply:=:1'
  42. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:COMPARE:%time%-rage_time:<=:1500'
  43. effects:
  44. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:SET:rage_time:%time%'
  45. - 'CEPLAYER:PLAYER:MESSAGE:ADD:rage_combo_stop:1600:&7&lĐòn đánh đã không còn trở nên mạnh mẽ nữa!'
  46. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:SET:rage_multiply:2'
  47. - 'PLAYER:PLAYER:MESSAGE:&e&lĐòn đánh đang mạnh dần lên'
  48. yes-condition-break: true
  49. attack_3:
  50. type: ATTACK
  51. chance: 100
  52. cooldown: 0
  53. conditions:
  54. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:COMPARE:rage_multiply:=:2'
  55. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:COMPARE:%time%-rage_time:<=:1500'
  56. effects:
  57. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:SET:rage_time:%time%'
  58. - 'CEPLAYER:PLAYER:MESSAGE:ADD:rage_combo_stop:1600:&7&lĐòn đánh đã không còn trở nên mạnh mẽ nữa!'
  59. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:SET:rage_multiply:3'
  60. - 'PLAYER:PLAYER:MESSAGE:&a&l***RAGE +40% ATK'
  61. optionals:
  62. - 'ATTACK:ALL:ADD:basic_damage*40/100'
  63. yes-condition-break: true
  64. attack_4:
  65. type: ATTACK
  66. chance: 100
  67. cooldown: 0
  68. conditions:
  69. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:COMPARE:rage_multiply:=:3'
  70. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:COMPARE:%time%-rage_time:<=:1500'
  71. effects:
  72. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:SET:rage_time:%time%'
  73. - 'CEPLAYER:PLAYER:MESSAGE:ADD:rage_combo_stop:1600:&7&lĐòn đánh đã không còn trở nên mạnh mẽ nữa!'
  74. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:SET:rage_multiply:4'
  75. - 'PLAYER:PLAYER:MESSAGE:&e&l***RAGE +100% ATK'
  76. optionals:
  77. - 'ATTACK:ALL:ADD:basic_damage*100/100'
  78. yes-condition-break: true
  79. attack_5:
  80. type: ATTACK
  81. chance: 100
  82. cooldown: 0
  83. conditions:
  84. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:COMPARE:rage_multiply:=:4'
  85. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:COMPARE:%time%-rage_time:<=:1500'
  86. effects:
  87. - 'CEPLAYER:PLAYER:STORAGE:NUMBER:SET:rage_time:%time%'
  88. - 'CEPLAYER:PLAYER:MESSAGE:ADD:rage_combo_stop:1600:&7&lĐòn đánh đã không còn trở nên mạnh mẽ nữa!'
  89. - 'PLAYER:PLAYER:MESSAGE:&c&l***RAGE +200% ATK'
  90. optionals:
  91. - 'ATTACK:ALL:ADD:basic_damage*200/100'
  92. yes-condition-break:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement