Advertisement
Hipopotofobia

Liammwy Super Gears

Aug 8th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. author: Liammwy
  2.  
  3. # The enchant identifier must be unique.
  4. identifier: Super Gears
  5.  
  6. # The max level for this enchant.
  7. max-level: 3
  8.  
  9. # The group of this enchant. Configure the groups in the groups.yml file.
  10. group: CYLORSITE+
  11.  
  12. # Description
  13. description:
  14. - "Gain SUPER speed when applied."
  15.  
  16. # What items this enchant can be applied to.
  17. item-whitelist:
  18. - "BOOTS"
  19.  
  20. # For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials
  21. effects:
  22. POTION:
  23. # The trigger that will fire this effect.
  24. trigger: STATIC_EFFECT
  25. # The potion type.
  26. potion-type: SPEED
  27. # The amplifier of the potion effect.
  28. amplifier: "2*{level}+1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement