diff options
author | L1ghtRay <88073630+L1ghtRay@users.noreply.github.com> | 2021-08-15 05:47:18 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-14 20:17:18 -0400 |
commit | 74ac75dad6d42792b7c954d02766550661c127b5 (patch) | |
tree | 716ee710ed3a33fe080dede975dae2770ffaefeb /items/RANCHERS_BOOTS.json | |
parent | 770cf7b0fafc3e15d97497bce65ae958e2b0beb0 (diff) | |
download | NotEnoughUpdates-REPO-74ac75dad6d42792b7c954d02766550661c127b5.tar.gz NotEnoughUpdates-REPO-74ac75dad6d42792b7c954d02766550661c127b5.tar.bz2 NotEnoughUpdates-REPO-74ac75dad6d42792b7c954d02766550661c127b5.zip |
Updating Lores with Profile Stats (#589)
* Fairy Armor Code Update
* Update FAIRY_BOOTS.json
* Beastmaster Crest Kills Obfuscated
* Removing overrideMeta:1b
I pushed a commit with this and Iron told me not to do it. So i removed it.
* Blaze Armor Rod Collection Obfuscated
* Blaze Armor now 3 digit obfuscated
* Some more Items changes
Farmer Boots had their bonus speed and bonus defense obfuscated
Snow Blaster and Snow Cannon has random numbers as its ammo, so i changed it to full ammo
* Frozen Blaze Rod Collection Obfuscated
* some more item lore obfuscation
Lantern Helmet bonus hp and defense obfuscated
Hurricane Bow Kills un-obfuscated cause it is not profile dependent
* more item lore changes
Obi Chestplate bonus speed obfuscated
Crab Hat removed 'your bonus intelligence' cause it is no longer there in game
Rancher Boots bonus speed and defense obfuscated
* easter egg / proper obfuscation?
if you dont like it dont put it (pls dont bully me for funny numbers)
* tactician sword wood collection obfuscated
Diffstat (limited to 'items/RANCHERS_BOOTS.json')
-rw-r--r-- | items/RANCHERS_BOOTS.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/RANCHERS_BOOTS.json b/items/RANCHERS_BOOTS.json index 747c0df3..34e1ef65 100644 --- a/items/RANCHERS_BOOTS.json +++ b/items/RANCHERS_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5Rancher\u0027s 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,id:\"RANCHERS_BOOTS\",enchantments:{thorns:3,feather_falling:5,growth:4}}}", + "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: §a§k00\",18:\"§7Bonus Speed: §a§k00\",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,id:\"RANCHERS_BOOTS\",enchantments:{thorns:3,feather_falling:5,growth:4}}}", "damage": 0, "lore": [ "", @@ -21,8 +21,8 @@ "§7Crops won\u0027t trample while", "§7wearing", "", - "§7Bonus Defense: §a0", - "§7Bonus Speed: §a0", + "§7Bonus Defense: §a§k00", + "§7Bonus Speed: §a§k00", "", "§7Current Speed Cap: §a400", "", @@ -43,7 +43,7 @@ "internalname": "RANCHERS_BOOTS", "crafttext": "Requires: Pumpkin XI", "clickcommand": "viewrecipe", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Rancher%27s_Boots" |