Advertisement
Pro_Insection

Scare

May 18th, 2024
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.94 KB | None | 0 0
  1. scare:
  2.   display: '%group-color%Scare'
  3.   description: |-
  4.     Chance to replace your opponents helmet
  5.     to a pumpkin for a short time.
  6.   applies-to: Weapons
  7.   type: ATTACK
  8.   group: ULTIMATE
  9.   applies:
  10.    - ALL_SWORD
  11.     - ALL_AXE
  12.   levels:
  13.     '1':
  14.       chance: 1.8
  15.       cooldown: 20
  16.       effects:
  17.        - PUMPKIN:40 @Victim
  18.         - PLAY_SOUND_OUTLOUD:BLOCK_ANVIL_LAND
  19.     '2':
  20.       chance: 3.6
  21.       cooldown: 20
  22.       effects:
  23.        - PUMPKIN:40 @Victim
  24.         - PLAY_SOUND_OUTLOUD:BLOCK_ANVIL_LAND
  25.     '3':
  26.       chance: 4.4
  27.       cooldown: 20
  28.       effects:
  29.        - PUMPKIN:60 @Victim
  30.         - PLAY_SOUND_OUTLOUD:BLOCK_ANVIL_LAND
  31.     '4':
  32.       chance: 5.2
  33.       cooldown: 20
  34.       effects:
  35.        - PUMPKIN:60 @Victim
  36.         - PLAY_SOUND_OUTLOUD:BLOCK_ANVIL_LAND
  37.     '5':
  38.       chance: 6
  39.       cooldown: 20
  40.       effects:
  41.        - PUMPKIN:80 @Victim
  42.         - PLAY_SOUND_OUTLOUD:BLOCK_ANVIL_LAND
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement