From 87ee7fe2ce0af1b3f1afb290418e7265b33a5221 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 3 Aug 2020 16:14:51 -0400 Subject: Dungeon f4 --- items/BOUNCY_BOOTS.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 items/BOUNCY_BOOTS.json (limited to 'items/BOUNCY_BOOTS.json') diff --git a/items/BOUNCY_BOOTS.json b/items/BOUNCY_BOOTS.json new file mode 100644 index 00000000..0ea627e2 --- /dev/null +++ b/items/BOUNCY_BOOTS.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§9Bouncy Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d75 §8(103)\",1:\"§7Crit Chance: §c+5%\",2:\"\",3:\"§7Health: §a+55 HP §8(+83.05 HP)\",4:\"\",5:\"§6Full Set Bonus: Bouncing Arrow\",6:\"§7Your arrows have a §e25%\",7:\"§e§7chance to bounce to another\",8:\"§7target after it hits something.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§aPerfect 35000 / 35000\",12:\"§7§4❣ §cRequires §aCatacombs Level 12\",13:\"§9§lRARE DUNGEON BOOTS\"],color:11403055,Name:\"§9Bouncy Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"BOUNCY_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d75 §8(103)", + "§7Crit Chance: §c+5%", + "", + "§7Health: §a+55 HP §8(+83.05 HP)", + "", + "§6Full Set Bonus: Bouncing Arrow", + "§7Your arrows have a §e25%", + "§e§7chance to bounce to another", + "§7target after it hits something.", + "", + "§7§8This item can be reforged!", + "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 12", + "§9§lRARE DUNGEON BOOTS" + ], + "internalname": "BOUNCY_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bouncy_Armor" + ] +} \ No newline at end of file -- cgit