Advertisement
Pro_Insection

Launch

May 18th, 2024
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.57 KB | None | 0 0
  1. launch:
  2.   display: '%group-color%Launch'
  3.   description: Launch yourself by right-clicking.
  4.   applies-to: Swords
  5.   type: RIGHT_CLICK
  6.   settings:
  7.     showActionBar: true
  8.   group: LEGENDARY
  9.   applies:
  10.    - ALL_SWORD
  11.   levels:
  12.     '1':
  13.       chance: 20
  14.       cooldown: 15
  15.       effects:
  16.        - BOOST:UP:8
  17.         - PARTICLE:CLOUD:20:2
  18.     '2':
  19.       chance: 27
  20.       cooldown: 15
  21.       effects:
  22.        - BOOST:UP:9
  23.         - PARTICLE:CLOUD:20:2
  24.     '3':
  25.       chance: 35
  26.       cooldown: 10
  27.       effects:
  28.        - BOOST:UP:10
  29.         - PARTICLE:CLOUD:20:2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement