diff options
author | Swedengamer100 <44095205+Swedengamer100@users.noreply.github.com> | 2020-12-10 05:00:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 23:00:36 -0500 |
commit | 79fa62aebe3218ce803581a52a68ac50c9ee5623 (patch) | |
tree | 9153947fb49c5d6f65ef3a99d79faa9b30ac288d /items/RANCHERS_BOOTS.json | |
parent | 87b6e442b60f21b39583da37ed8a8eac3e7ccca6 (diff) | |
download | NotEnoughUpdates-REPO-79fa62aebe3218ce803581a52a68ac50c9ee5623.tar.gz NotEnoughUpdates-REPO-79fa62aebe3218ce803581a52a68ac50c9ee5623.tar.bz2 NotEnoughUpdates-REPO-79fa62aebe3218ce803581a52a68ac50c9ee5623.zip |
Guardian pet -> Enchanting pet, Experimentation table, other new items and recipes/wiki links
Diffstat (limited to 'items/RANCHERS_BOOTS.json')
-rw-r--r-- | items/RANCHERS_BOOTS.json | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/items/RANCHERS_BOOTS.json b/items/RANCHERS_BOOTS.json index 1e4b31ab..36fe5941 100644 --- a/items/RANCHERS_BOOTS.json +++ b/items/RANCHERS_BOOTS.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5Rancher\u0027s Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+172\",2:\"§7Speed: §a+254\",3:\"\",4:\"§7These boots gain §a+2 §a❈\",5:\"§aDefense §7and §a+4 §f✦ Speed\",6:\"§f§7for every Farming Skill level\",7:\"§7you have.\",8:\"\",9:\"§6Item Ability: Farmer\u0027s Speed §e§lLEFT CLICK\",10:\"§7Change your speed cap\",11:\"\",12:\"§6Item Ability: Farmer\u0027s Grace\",13:\"§7Crops won\u0027t trample while\",14:\"§7wearing\",15:\"\",16:\"§7Bonus Defense: §a102\",17:\"§7Bonus Speed: §a204\",18:\"\",19:\"§7Current Speed Cap: §a400\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§5§lEPIC BOOTS\"],color:0,Name:\"§5Rancher\u0027s Boots\"},ExtraAttributes:{id:\"RANCHERS_BOOTS\"}}", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§7Health: §a+100 HP\",2:\"§7Defense: §a+70\",3:\"§7Speed: §a+50\",4:\"\",5:\"§7These boots gain §a+2 §a❈\",6:\"§aDefense §7and §a+4 §f✦ Speed\",7:\"§f§7for every Farming Skill level\",8:\"§7you have.\",9:\"\",10:\"§6Item Ability: Farmer\u0027s Speed §e§lLEFT CLICK\",11:\"§7Change your speed cap\",12:\"\",13:\"§6Item Ability: Farmer\u0027s Grace\",14:\"§7Crops won\u0027t trample while\",15:\"§7wearing\",16:\"\",17:\"§7Bonus Defense: §a0\",18:\"§7Bonus Speed: §a0\",19:\"\",20:\"§7Current Speed Cap: §a400\",21:\"\",22:\"§5§lEPIC BOOTS\"],color:13391104,Name:\"§5Rancher\u0027s Boots\"},ExtraAttributes:{color:\"204:85:0\",modifier:\"zealous\",ranchers_speed:300,originTag:\"RANCHERS_BOOTS\",id:\"RANCHERS_BOOTS\",enchantments:{thorns:3,feather_falling:5,growth:4},uuid:\"73314a06-90c9-4cf6-80d8-64d668209925\",anvil_uses:1,timestamp:\"5/16/20 3:19 PM\"}}", "damage": 0, "lore": [ + "", "§7Health: §a+100 HP", - "§7Defense: §a+172", - "§7Speed: §a+254", + "§7Defense: §a+70", + "§7Speed: §a+50", "", "§7These boots gain §a+2 §a❈", "§aDefense §7and §a+4 §f✦ Speed", @@ -20,8 +21,8 @@ "§7Crops won\u0027t trample while", "§7wearing", "", - "§7Bonus Defense: §a102", - "§7Bonus Speed: §a204", + "§7Bonus Defense: §a0", + "§7Bonus Speed: §a0", "", "§7Current Speed Cap: §a400", "", @@ -29,8 +30,11 @@ "§5§lEPIC BOOTS" ], "internalname": "RANCHERS_BOOTS", - "crafttext": "", - "clickcommand": "", + "crafttext": "Requires: Pumpkin XI", + "clickcommand": "viewrecipe", "modver": "1.7.1-REL", - "infoType": "" -}
\ No newline at end of file + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rancher%27s_Boots" + ] +} |