diff options
author | BuildTools <james.jenour@protonmail.com> | 2020-07-10 01:09:28 +1000 |
---|---|---|
committer | BuildTools <james.jenour@protonmail.com> | 2020-07-10 01:09:28 +1000 |
commit | 2a4de85f02a113f88dc9869b5088fbf5a9ee6044 (patch) | |
tree | 6be96e317263094e1844c2e037af051a221abb6e /items/CLEAVE.json | |
parent | 59f892186059d909d8c4da2f77034c6aa7384d67 (diff) | |
download | NotEnoughUpdates-REPO-2a4de85f02a113f88dc9869b5088fbf5a9ee6044.tar.gz NotEnoughUpdates-REPO-2a4de85f02a113f88dc9869b5088fbf5a9ee6044.tar.bz2 NotEnoughUpdates-REPO-2a4de85f02a113f88dc9869b5088fbf5a9ee6044.zip |
fixed some scuffed stuff
Diffstat (limited to 'items/CLEAVE.json')
-rw-r--r-- | items/CLEAVE.json | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/items/CLEAVE.json b/items/CLEAVE.json index 3b17483f..786c2827 100644 --- a/items/CLEAVE.json +++ b/items/CLEAVE.json @@ -1,23 +1,13 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cleave I\",1:\"§7Deals §a3% §7of your damage\",2:\"§7dealt to other monsters within\",3:\"§7§a3.3 §7blocks of the target.\",4:\"§9Experience II\",5:\"§7Grants a §a25% §7chance for mobs\",6:\"§7and ores to drop double\",7:\"§7experience.\",8:\"§9Scavenger III\",9:\"§7Scavenge §60.9 Coins §7per\",10:\"§7monster level on kill.\",11:\"§9Sharpness II\",12:\"§7Increases melee damage dealt by\",13:\"§7§a10%§7\",14:\"\",15:\"§7Use this on an item in an Anvil\",16:\"§7to apply it!\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{cleave:1,scavenger:3,sharpness:2,experience:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cleave IV\",1:\"§7Deals §a12% §7of your damage\",2:\"§7dealt to other monsters within\",3:\"§7§a4.2 §7blocks of the target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{cleave:4}}}", "damage": 0, "lore": [ - "§9Cleave I", - "§7Deals §a3% §7of your damage", + "§9Cleave IV", + "§7Deals §a12% §7of your damage", "§7dealt to other monsters within", - "§7§a3.3 §7blocks of the target.", - "§9Experience II", - "§7Grants a §a25% §7chance for mobs", - "§7and ores to drop double", - "§7experience.", - "§9Scavenger III", - "§7Scavenge §60.9 Coins §7per", - "§7monster level on kill.", - "§9Sharpness II", - "§7Increases melee damage dealt by", - "§7§a10%§7", + "§7§a4.2 §7blocks of the target.", "", "§7Use this on an item in an Anvil", "§7to apply it!", |