Advertisement
Pro_Insection

Lucky

May 18th, 2024
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.47 KB | None | 0 0
  1. lucky:
  2.   display: '%group-color%Lucky'
  3.   description: Chance to increase luck while fishing.
  4.   applies-to: Fishing Rod
  5.   type: RIGHT_CLICK
  6.   group: ULTIMATE
  7.   applies:
  8.    - FISHING_ROD
  9.   levels:
  10.     '1':
  11.       chance: 75
  12.       cooldown: 12
  13.       effects:
  14.        - POTION:LUCK:1:1000
  15.     '2':
  16.       chance: 85
  17.       cooldown: 12
  18.       effects:
  19.        - POTION:LUCK:2:1000
  20.     '3':
  21.       chance: 95
  22.       cooldown: 12
  23.       effects:
  24.        - POTION:LUCK:3:1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement