Advertisement
Pro_Insection

Untitled

May 18th, 2024
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.75 KB | None | 0 0
  1. entangle:
  2.   display: '%group-color%Entangle'
  3.   description: Chance to immobilize your target when they are hit.
  4.   applies-to: Bow
  5.   type: SHOOT;SHOOT_MOB
  6.   group: ULTIMATE
  7.   applies:
  8.  - BOW
  9.   levels:
  10.     '1':
  11.       chance: 3
  12.       cooldown: 12
  13.       effects:
  14.      - POTION:JUMP:149:200 %victim%
  15.       - POTION:SLOW:250:200 %victim%
  16.     '2':
  17.       chance: 5
  18.       cooldown: 15
  19.       effects:
  20.      - POTION:JUMP:149:200 %victim%
  21.       - POTION:SLOW:250:200 %victim%
  22.     '3':
  23.       chance: 6
  24.       cooldown: 30
  25.       effects:
  26.      - POTION:JUMP:149:200 %victim%
  27.       - POTION:SLOW:250:200 %victim%
  28.     '4':
  29.       chance: 10
  30.       cooldown: 30
  31.       effects:
  32.      - POTION:JUMP:149:200 %victim%
  33.       - POTION:SLOW:250:200 %victim%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement