From 59f892186059d909d8c4da2f77034c6aa7384d67 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Fri, 10 Jul 2020 00:46:38 +1000 Subject: more dungeons garbo --- items/CLEAVE.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'items/CLEAVE.json') diff --git a/items/CLEAVE.json b/items/CLEAVE.json index 786c2827..3b17483f 100644 --- a/items/CLEAVE.json +++ b/items/CLEAVE.json @@ -1,13 +1,23 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "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}}}", + "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}}}", "damage": 0, "lore": [ - "§9Cleave IV", - "§7Deals §a12% §7of your damage", + "§9Cleave I", + "§7Deals §a3% §7of your damage", "§7dealt to other monsters within", - "§7§a4.2 §7blocks of the target.", + "§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", "", "§7Use this on an item in an Anvil", "§7to apply it!", -- cgit