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/BLAZE_LEGGINGS.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/BLAZE_LEGGINGS.json')
-rw-r--r-- | items/BLAZE_LEGGINGS.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/BLAZE_LEGGINGS.json b/items/BLAZE_LEGGINGS.json index 6fbb5ee0..5bcd26de 100644 --- a/items/BLAZE_LEGGINGS.json +++ b/items/BLAZE_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5Blaze Leggings", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"\",2:\"§7Defense: §a+110\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Blazing Aura\",6:\"§7Damages mobs within §a5§7 blocks\",7:\"§7for §a3%§7 of their max §7§c❤\",8:\"§cHealth §7per second.\",9:\"\",10:\"§7Max §c500 §7damage/s\",11:\"§7Blaze Rod Collection: §60\",12:\"§8+100 per 5,000 rods\",13:\"\",14:\"§7Permanent §cFire §7and §cLava §7immunity.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§5§lEPIC LEGGINGS\"],color:16243251,Name:\"§5Blaze Leggings\"},ExtraAttributes:{color:\"247:218:51\",id:\"BLAZE_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"\",2:\"§7Defense: §a+110\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Blazing Aura\",6:\"§7Damages mobs within §a5§7 blocks\",7:\"§7for §a3%§7 of their max §7§c❤\",8:\"§cHealth §7per second.\",9:\"\",10:\"§7Max §c500 §7damage/s\",11:\"§7Blaze Rod Collection: §6§k000\",12:\"§8+100 per 5,000 rods\",13:\"\",14:\"§7Permanent §cFire §7and §cLava §7immunity.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§5§lEPIC LEGGINGS\"],color:16243251,Name:\"§5Blaze Leggings\"},ExtraAttributes:{color:\"247:218:51\",id:\"BLAZE_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Strength: §c+10", @@ -15,7 +15,7 @@ "§cHealth §7per second.", "", "§7Max §c500 §7damage/s", - "§7Blaze Rod Collection: §60", + "§7Blaze Rod Collection: §6§k000", "§8+100 per 5,000 rods", "", "§7Permanent §cFire §7and §cLava §7immunity.", |