Advertisement
Guest User

enchantItems.yml

a guest
May 25th, 2017
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.33 KB | None | 0 0
  1. title: '&cEnchants'
  2.  
  3. # Provides extra damage when shooting arrows from bows
  4. ARROW_DAMAGE:
  5.   price: 0.00
  6.   amplifier: 3
  7.   availableItems:
  8.    - '276'
  9.  
  10. # Sets entities on fire when hit by arrows shot from a bow
  11. ARROW_FIRE:
  12.   price: 0.00
  13.   amplifier: 3
  14.   availableItems:
  15.    - '276'
  16.  
  17. # Provides infinite arrows when shooting a bow
  18. ARROW_INFINITE:
  19.   price: 0.00
  20.   amplifier: 3
  21.   availableItems:
  22.    - '276'
  23.  
  24. # Provides a knockback when an entity is hit by an arrow from a bow
  25. ARROW_KNOCKBACK:
  26.   price: 100.25
  27.   amplifier: 3
  28.   availableItems:
  29.    - '276'
  30.     - '256'
  31.  
  32. ARROW_KNOCKBACK:
  33.   price: 44
  34.   amplifier: 1
  35.   availableItems:
  36.    - '276'
  37. # Increases damage against all targets
  38. DAMAGE_ALL:
  39.   price: 0.00
  40.   amplifier: 3
  41.   availableItems:
  42.    - '276'
  43.  
  44. # Increases damage against arthropod targets
  45. DAMAGE_ARTHROPODS:
  46.   price: 0.00
  47.   amplifier: 3
  48.   availableItems:
  49.    - '276'
  50.  
  51. # Increases damage against undead targets
  52. DAMAGE_UNDEAD:
  53.   price: 0.00
  54.   amplifier: 3
  55.   availableItems:
  56.    - '276'
  57.  
  58. # Increases walking speed while in water
  59. DEPTH_STRIDER:
  60.   price: 0.00
  61.   amplifier: 3
  62.   availableItems:
  63.    - '276'
  64.  
  65. # Increases the rate at which you mine/dig
  66. DIG_SPEED:
  67.   price: 0.00
  68.   amplifier: 3
  69.   availableItems:
  70.    - '276'
  71.  
  72. # Decreases the rate at which a tool looses durability
  73. DURABILITY:
  74.   price: 0.00
  75.   amplifier: 3
  76.   availableItems:
  77.    - '276'
  78.  
  79. # When attacking a target, has a chance to set them on fire
  80. FIRE_ASPECT:
  81.   price: 0.00
  82.   amplifier: 3
  83.   availableItems:
  84.    - '276'
  85.  
  86. # All damage to other targets will knock them back when hit
  87. KNOCKBACK:
  88.   price: 0.00
  89.   amplifier: 3
  90.   availableItems:
  91.    - '276'
  92.  
  93. # Provides a chance of gaining extra loot when destroying blocks
  94. LOOT_BONUS_BLOCKS:
  95.   price: 0.00
  96.   amplifier: 3
  97.   availableItems:
  98.    - '276'
  99.  
  100. # Provides a chance of gaining extra loot when killing monsters
  101. LOOT_BONUS_MOBS:
  102.   price: 0.00
  103.   amplifier: 3
  104.   availableItems:
  105.    - '276'
  106.  
  107. # Decreases odds of catching worthless junk
  108. LUCK:
  109.   price: 0.00
  110.   amplifier: 3
  111.   availableItems:
  112.    - '276'
  113.  
  114. # Increases rate of fish biting your hook
  115. LURE:
  116.   price: 0.00
  117.   amplifier: 3
  118.   availableItems:
  119.    - '276'
  120.  
  121. # Decreases the rate of air loss whilst underwater
  122. OXYGEN:
  123.   price: 0.00
  124.   amplifier: 3
  125.   availableItems:
  126.    - '276'
  127.  
  128. # Provides protection against environmental damage
  129. PROTECTION_ENVIRONMENTAL:
  130.   price: 0.00
  131.   amplifier: 3
  132.   availableItems:
  133.    - '276'
  134.  
  135. # Provides protection against explosive damage
  136. PROTECTION_EXPLOSIONS:
  137.   price: 0.00
  138.   amplifier: 3
  139.   availableItems:
  140.    - '276'
  141.  
  142. # Provides protection against fall damage
  143. PROTECTION_FALL:
  144.   price: 0.00
  145.   amplifier: 3
  146.   availableItems:
  147.    - '276'
  148.  
  149. # Provides protection against fire damage
  150. PROTECTION_FIRE:
  151.   price: 0.00
  152.   amplifier: 3
  153.   availableItems:
  154.    - '276'
  155.  
  156. # Provides protection against projectile damage
  157. PROTECTION_PROJECTILE:
  158.   price: 0.00
  159.   amplifier: 3
  160.   availableItems:
  161.    - '276'
  162.  
  163. # Allows blocks to drop themselves instead of fragments (for example, stone instead of cobblestone)
  164. SILK_TOUCH:
  165.   price: 0.00
  166.   amplifier: 3
  167.   availableItems:
  168.    - '276'
  169.  
  170. # Damages the attacker
  171. THORNS:
  172.   price: 0.00
  173.   amplifier: 3
  174.   availableItems:
  175.    - '276'
  176.  
  177. # Damages the attacker
  178. WATER_WORKER:
  179.   price: 0.00
  180.   amplifier: 3
  181.   availableItems:
  182.    - '276'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement