Advertisement
xeRicker

UHCReloaded - enchants.yml

Aug 10th, 2022 (edited)
1,419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.26 KB | None | 0 0
  1. # > ── ── ── ── ── ── ── ── ── ──
  2. # Offensive Enchants
  3. # > ── ── ── ── ── ── ── ── ── ──
  4.  
  5. THUNDERING_SMASH:
  6.   name: "&c🗡 Thundering Smash"
  7.   description:
  8.    - "&8• &7Upon attacking an enemy player,"
  9.     - "  &7a lightning will strike at their"
  10.     - "  &7location, dealing &c3❤ &7damage"
  11.   settings:
  12.     cooldown: 10
  13.     damage: 6
  14.  
  15. KRAKEN_SLAYER:
  16.   name: "&c🗡 Kraken Slayer"
  17.   description:
  18.    - "&8• &7Gain a stack every attack."
  19.     - "  &7At 2 stacks, your next attack"
  20.     - "  &7ignores the enemy player resists"
  21.   settings:
  22.     stacks-required: 2
  23.  
  24. # > ── ── ── ── ── ── ── ── ── ──
  25. # Defensive Enchants
  26. # > ── ── ── ── ── ── ── ── ── ──
  27.  
  28. KNIGHTS_RESILIENCE:
  29.   name: "&6🛡 Knight's Resilience"
  30.   description:
  31.    - "&8• &7Gain up to &a20% &7damage reduction,"
  32.     - "  &7based on your missing health"
  33.   settings:
  34.     damage-reduction: 20
  35.  
  36. COLOSSAL_SKIN:
  37.   name: "&6🛡 Colossal Skin"
  38.   description:
  39.    - "&8• &7Gain &a5% &7damage reduction for each"
  40.     - "  &7enemy player near you. You can gain"
  41.     - "  &7a maximum of &a40% &7damage reduction"
  42.   settings:
  43.     damage-reduction: 5
  44.     maximum-reduction: 40
  45.  
  46. LIFELINE:
  47.   name: "&6🛡 Lifeline"
  48.   description:
  49.    - "&8• &7Taking damage while having less"
  50.     - "  &7than &c50% &7health, grants you"
  51.     - "  &eAbsorption V &7for 5 seconds"
  52.   settings:
  53.     cooldown: 300
  54.     health-threshold: 50
  55.     apply-effects:
  56.      - "ABSORPTION;5;5"
  57.     send-messages:
  58.      - "&aYour &6🛡 Lifeline &aenchant gave you &eAbsorption V &afor 5 seconds!"
  59.  
  60. # > ── ── ── ── ── ── ── ── ── ──
  61. # Gathering Enchants
  62. # > ── ── ── ── ── ── ── ── ── ──
  63.  
  64. TREE_CUTTER:
  65.   name: "&d♢ Tree Cutter"
  66.   description:
  67.    - "&8• &7Cuts down the entire tree"
  68.  
  69. TELEKINESIS:
  70.   name: "&d♢ Telekinesis"
  71.   description:
  72.    - "&8• &7Block and mob drops go"
  73.     - "  &7directly to your inventory"
  74.  
  75. SMELTING_TOUCH:
  76.   name: "&d♢ Smelting Touch"
  77.   description:
  78.    - "&8• &7Automatically smelts mined"
  79.     - "  &7blocks into their smelted form"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement