Advertisement
Pro_Insection

Rush

May 18th, 2024 (edited)
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.77 KB | None | 0 0
  1. rush:
  2.   display: '%group-color%Rush'
  3.   description: |-
  4.     Chance of speed boost when
  5.     taking off with elytra.
  6.     Costs 10 souls / activation.
  7.   applies-to: Elytra
  8.   type: ELYTRA_FLY
  9.   group: HEROIC
  10.   applies:
  11.    - ELYTRA
  12.   levels:
  13.     '1':
  14.       chance: 15
  15.       cooldown: 5
  16.       conditions:
  17.        - '%souls on item% < 10 : %stop%'
  18.       effects:
  19.        - REMOVE_SOULS:10
  20.         - POTION:SPEED:3:60
  21.     '2':
  22.       chance: 25
  23.       cooldown: 5
  24.       conditions:
  25.        - '%souls on item% < 10 : %stop%'
  26.       effects:
  27.        - REMOVE_SOULS:10
  28.         - POTION:SPEED:4:60
  29.     '3':
  30.       chance: 26
  31.       cooldown: 5
  32.       conditions:
  33.        - '%souls on item% < 10 : %stop%'
  34.       effects:
  35.        - REMOVE_SOULS:10
  36.         - POTION:SPEED:5:60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement