Advertisement
Pro_Insection

Nulify

May 18th, 2024 (edited)
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.19 KB | None | 0 0
  1. nulify:
  2.   display: '%group-color%Nulify'
  3.   description: |-
  4.     Chance to deal double damage
  5.     while leaving enemy blind.
  6.     Costs 40 souls / activation.
  7.   applies-to: Weapons
  8.   type: ATTACK
  9.   group: HEROIC
  10.   applies:
  11.    - ALL_SWORD
  12.     - ALL_AXE
  13.   levels:
  14.     '1':
  15.       chance: 8
  16.       cooldown: 10
  17.       conditions:
  18.        - '%souls on item% < 40 : %stop%'
  19.       effects:
  20.        - REMOVE_SOULS:40 @Attacker
  21.         - INCREASE_DAMAGE:100
  22.         - POTION:BLINDNESS:0:80 @Victim
  23.         - PARTICLE:FLASH:1:0 @Victim
  24.     '2':
  25.       chance: 10
  26.       cooldown: 10
  27.       conditions:
  28.        - '%souls on item% < 40 : %stop%'
  29.       effects:
  30.        - REMOVE_SOULS:40 @Attacker
  31.         - POTION:BLINDNESS:1:80 @Victim
  32.         - PARTICLE:FLASH:2:0 @Victim
  33.     '3':
  34.       chance: 12
  35.       cooldown: 10
  36.       souls: 40
  37.       effects:
  38.        - INCREASE_DAMAGE:100
  39.         - POTION:BLINDNESS:2:80 @Victim
  40.         - PARTICLE:FLASH:3:0 @Victim
  41.     '4':
  42.       chance: 14
  43.       cooldown: 10
  44.       conditions:
  45.        - '%souls on item% < 40 : %stop%'
  46.       effects:
  47.        - REMOVE_SOULS:40 @Attacker
  48.         - POTION:BLINDNESS:3:80 @Victim
  49.         - PARTICLE:FLASH:4:0 @Victim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement