Advertisement
buro_25

BC DS WB sword ver1.00

Aug 25th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. on damage:
  2. attacker has a sword
  3. lore of attacker's tool is "§7Blood Collector" or "id:BC" or "Blood Collector"
  4. set {_num} to a random integer between 1 and 10
  5. if {_num} < 3:
  6. console command "/tellraw %attacker% [{""text"":""Thunder Boltl!"",""color"":""yellow""}]"
  7. console command "/execute %attacker% ~ ~ ~ /particle endRod ~ ~0.5 ~ 0.5 1.0 0.5 0 100"
  8. set {_HP} to attacker's health
  9. set {_dmg} to damage / 5
  10. add {_dmg} to {_HP}
  11. set attacker's health to {_HP}
  12. attacker has a sword
  13. lore of attacker's tool is "§7Dark Soul" or "id:DS" or "Dark Soul"
  14. set {_num} to a random integer between 1 and 10
  15. if {_num} < 2:
  16. console command "/tellraw %attacker% [{""text"":""Dark Soul!"",""color"":""dark_purple""}]"
  17. damage victim by 5 hearts
  18. console command "/execute %attacker% ~ ~ ~/particle witchMagic ~ ~0.5 ~ 0.5 1 0.5 0 100"
  19. attacker has a sword
  20. lore of attacker's tool is "§7Wind Break" or "id:WB" or "Wind Break"
  21. set {_num} to a random integer between 1 and 10
  22. if {_num} < 2:
  23. console command "/tellraw %attacker% [{""text"":""Dark Soul!"",""color"":""dark_purple""}]"
  24. damage victim by 3 hearts
  25. console command "/execute %attacker% ~ ~ ~/particle witchMagic ~ ~0.5 ~ 0.5 1 0.5 0 100"
  26. apply slowness to victim for 5 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement