Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.12 KB | None | 0 0
  1. # Advanced Sets Weapons
  2.  
  3. # What set should be required in order to apply effects from this weapon?
  4. # Set to '' to not require a set
  5. requireSet: 'DimensionalTraveller'
  6.  
  7. # Currently supported are only melee weapons
  8. material: DIAMOND_AXE
  9.  
  10. # Weapon's name
  11. name: '&5&lTime Splitter'
  12.  
  13. # Weapon's lore
  14. lore:
  15.  - '&7The mythic, fabled magic axe'
  16.   - '&7with the impossible power to'
  17.   - '&7cut the very fabric of time.'
  18.   - ''
  19.   - '&5&lTRAVELLER WEAPON BONUS'
  20.   - '&5Deal +10% damage to all enemies.'
  21.   - '&7(Requires all 4 traveller items.)'
  22.  
  23. # These enchants will be applied by default when giving out weapons
  24. # Advanced Enchantments are supported
  25. enchants:
  26.  - 'lifesteal:%1-3%'
  27.   - 'sharpness:5'
  28.   - 'unbreaking:3'
  29.  
  30. # ** Enchantment effects are supported - view enchantments.yml to see all effects available for custom weapons
  31. effects:
  32.   '1':
  33.     chance: 100
  34.     effects:
  35.      - 'INCREASE_DAMAGE:10'
  36. # EXAMPLE ON HOW TO ADD MORE VARIOUS EFFECTS FOR WEAPONS:
  37. #  '2':
  38. #    chance: 20
  39. #    cooldown: 5
  40. #    effects:
  41. #    - 'LIGHTNING %victim%'
  42. #    - 'MESSAGE:&cYou have been struck by the almighty %attacker name%'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement