diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-16 13:48:08 +0800 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-16 13:48:08 +0800 |
commit | 032520515390dbf3d6ef7a28ee3af400746a6d9c (patch) | |
tree | 6bddcfd40116ccb684001756cb874f1672b067ce /items/EDIBLE_MACE.json | |
parent | c0e616db513d16f624af5861131eb9c3f53a05be (diff) | |
download | NotEnoughUpdates-REPO-032520515390dbf3d6ef7a28ee3af400746a6d9c.tar.gz NotEnoughUpdates-REPO-032520515390dbf3d6ef7a28ee3af400746a6d9c.tar.bz2 NotEnoughUpdates-REPO-032520515390dbf3d6ef7a28ee3af400746a6d9c.zip |
fixed stuff
Diffstat (limited to 'items/EDIBLE_MACE.json')
-rw-r--r-- | items/EDIBLE_MACE.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/items/EDIBLE_MACE.json b/items/EDIBLE_MACE.json index 546465ca..a4a5768d 100644 --- a/items/EDIBLE_MACE.json +++ b/items/EDIBLE_MACE.json @@ -1,23 +1,21 @@ { "internalname": "EDIBLE_MACE", "itemid": "minecraft:mutton", - "displayname": "§9Sharp Edible Mace", + "displayname": "§9Edible Mace", "clickcommand": "viewrecipe", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+125\",1:\"§7Strength: §c+25\",2:\"§7Crit Chance: §c+14% §8(Sharp +14%)\",3:\"§7Crit Damage: §c+40% §8(Sharp +40%)\",4:\"\",5:\"§6Item Ability: ME SMASH HEAD §e§lRIGHT CLICK\",6:\"§7Your next attack deals §cdouble\",7:\"§cdamage §7and weakens animals,\",8:\"§7making them deal §c-35% §7damage\",9:\"§7for §a30 §7seconds.\",10:\"§7§8Debuff doesn't stack.\",11:\"§8Mana Cost: §3100\",12:\"\",13:\"§7§4☠ §cRequires §5Wolf Slayer 5\",14:\"§9§lRARE SWORD\"],Name:\"§9Sharp Edible Mace\"},ExtraAttributes:{modifier:\"sharp\",originTag:\"QUICK_CRAFTING\",id:\"EDIBLE_MACE\",uuid:\"ef7c6239-2eeb-4c93-9cde-a1449b6a45d6\",timestamp:\"4/27/20 5:50 AM\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+125\",1:\"§7Strength: §c+25\",2:\"\",3:\"§6Item Ability: ME SMASH HEAD §e§lRIGHT CLICK\",4:\"§7Your next attack deals §cdouble\",5:\"§cdamage §7and weakens animals,\",6:\"§7making them deal §c-35% §7damage\",7:\"§7for §a30 §7seconds.\",8:\"§7§8Debuff doesn\u0027t stack.\",9:\"§8Mana Cost: §3100\",10:\"\",11:\"§7§4☠ §cRequires §5Wolf Slayer 5\",12:\"§9§lRARE SWORD\"],Name:\"§9Edible Mace\"},ExtraAttributes:{modifier:\"sharp\",originTag:\"QUICK_CRAFTING\",id:\"EDIBLE_MACE\",uuid:\"ef7c6239-2eeb-4c93-9cde-a1449b6a45d6\",timestamp:\"4/27/20 5:50 AM\"}}", "modver": "1.0.0", "lore": [ "§7Damage: §c+125", "§7Strength: §c+25", - "§7Crit Chance: §c+14% §8(Sharp +14%)", - "§7Crit Damage: §c+40% §8(Sharp +40%)", "", "§6Item Ability: ME SMASH HEAD §e§lRIGHT CLICK", "§7Your next attack deals §cdouble", "§cdamage §7and weakens animals,", "§7making them deal §c-35% §7damage", "§7for §a30 §7seconds.", - "§7§8Debuff doesn't stack.", + "§7§8Debuff doesn\u0027t stack.", "§8Mana Cost: §3100", "", "§7§4☠ §cRequires §5Wolf Slayer 5", @@ -38,5 +36,6 @@ "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Edible_Mace" - ] + ], + "crafttext": "" }
\ No newline at end of file |