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/ENCHANTED_JACK_O_LANTERN.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/ENCHANTED_JACK_O_LANTERN.json')
-rw-r--r-- | items/ENCHANTED_JACK_O_LANTERN.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/ENCHANTED_JACK_O_LANTERN.json b/items/ENCHANTED_JACK_O_LANTERN.json index c1ab8f43..b428bc95 100644 --- a/items/ENCHANTED_JACK_O_LANTERN.json +++ b/items/ENCHANTED_JACK_O_LANTERN.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aLantern Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9cbfb783-8572-3d4e-a1eb-a4734bc4d67e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2NlZDRiY2ZkMjExNjQ2NGRlZGYxNTdiZmM2MmRiMjZjOTU3YTlhNmFjOGJiYzUyNTYzNDY3MDg1YmUyMyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+92 HP\",1:\"§7Defense: §a+46\",2:\"\",3:\"§7This helmet gains §a+2 §a❈\",4:\"§aDefense §7and §a+4 §c❤ Health\",5:\"§c§7for every Farming Skill level\",6:\"§7you have.\",7:\"\",8:\"§7Bonus Defense: §a36\",9:\"§7Bonus HP: §a72\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§a§lUNCOMMON HELMET\"],Name:\"§aLantern Helmet\"},ExtraAttributes:{id:\"ENCHANTED_JACK_O_LANTERN\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9cbfb783-8572-3d4e-a1eb-a4734bc4d67e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2NlZDRiY2ZkMjExNjQ2NGRlZGYxNTdiZmM2MmRiMjZjOTU3YTlhNmFjOGJiYzUyNTYzNDY3MDg1YmUyMyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+92 HP\",1:\"§7Defense: §a+46\",2:\"\",3:\"§7This helmet gains §a+2 §a❈\",4:\"§aDefense §7and §a+4 §c❤ Health\",5:\"§c§7for every Farming Skill level\",6:\"§7you have.\",7:\"\",8:\"§7Bonus Defense: §a§k00\",9:\"§7Bonus HP: §a§k00\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§a§lUNCOMMON HELMET\"],Name:\"§aLantern Helmet\"},ExtraAttributes:{id:\"ENCHANTED_JACK_O_LANTERN\"}}", "damage": 3, "lore": [ "§7Health: §a+92 HP", @@ -12,8 +12,8 @@ "§c§7for every Farming Skill level", "§7you have.", "", - "§7Bonus Defense: §a36", - "§7Bonus HP: §a72", + "§7Bonus Defense: §a§k00", + "§7Bonus HP: §a§k00", "", "§7§8This item can be reforged!", "§a§lUNCOMMON HELMET" @@ -31,7 +31,7 @@ }, "internalname": "ENCHANTED_JACK_O_LANTERN", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Lantern_Helmet" |