Advertisement
Pro_Insection

Chaos

May 18th, 2024
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.92 KB | None | 0 0
  1. chaos:
  2.   display: '%group-color%Chaos'
  3.   description: Deal weakness and wither effects.
  4.   applies-to: Trident
  5.   type: SHOOT;SHOOT_MOB
  6.   settings:
  7.     showActionBar: true
  8.   group: LEGENDARY
  9.   applies:
  10.    - TRIDENT
  11.   levels:
  12.     '1':
  13.       chance: 2
  14.       cooldown: 40
  15.       effects:
  16.        - POTION:WITHER:0:60 @Victim
  17.         - POTION:WEAKNESS:0:100 @Victim
  18.     '2':
  19.       chance: 4
  20.       cooldown: 40
  21.       effects:
  22.        - POTION:WITHER:1:60 @Victim
  23.         - POTION:WEAKNESS:0:5 @Victim
  24.     '3':
  25.       chance: 6
  26.       cooldown: 40
  27.       effects:
  28.        - POTION:WITHER:1:60 @Victim
  29.         - POTION:WEAKNESS:0:100 @Victim
  30.     '4':
  31.       chance: 8
  32.       cooldown: 40
  33.       effects:
  34.        - POTION:WITHER:1:60 @Victim
  35.         - POTION:WEAKNESS:0:100 @Victim
  36.     '5':
  37.       chance: 10
  38.       cooldown: 40
  39.       effects:
  40.        - POTION:WITHER:1:60 @Victim
  41.         - POTION:WEAKNESS:0:100 @Victim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement