Advertisement
Mortem420

Venom

Sep 23rd, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.74 KB | None | 0 0
  1. author: "Mortem420"
  2.  
  3. identifier: Venom
  4.  
  5. max-level: 5
  6.  
  7. group: EPIC
  8.  
  9. description:
  10.  - "Chance to apply the Poison and"
  11.   - "Wither effect on your opponent"
  12.  
  13. item-whitelist:
  14.  - "WEAPONS"
  15.  
  16. conflicting-enchants:
  17.  - "Poison"
  18.   - "Wither"
  19.  
  20. effects:
  21.   POTION:
  22.     trigger: "ATTACK_PLAYER_MELEE, ATTACK_MOB_MELEE, ATTACK_PLAYER_RANGE, ATTACK_MOB_RANGE"
  23.     who: OPPONENT
  24.     potion-type: POISON
  25.     amplifier: "{level}"
  26.     duration: "{random(low=5, up=10)}*{level}"
  27.     chance: "20*{level}"
  28.   POTION-2:
  29.     trigger: "ATTACK_PLAYER_MELEE, ATTACK_MOB_MELEE, ATTACK_PLAYER_RANGE, ATTACK_MOB_RANGE"
  30.     who: OPPONENT
  31.     potion-type: WITHER
  32.     amplifier: "{level}"
  33.     duration: "{random(low=5, up=10)}*{level}"
  34.     chance: "20*{level}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement