diff options
author | Eejit <76887639+Eejit43@users.noreply.github.com> | 2021-09-11 15:16:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 15:16:58 -0400 |
commit | d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b (patch) | |
tree | c903b46c0962d15494f24c9f4b95f2a8d99ec8d2 /items/WATER_HYDRA_HEAD.json | |
parent | 50fa5f2187e7cfed3664556bdde9509a7cdc203f (diff) | |
download | NotEnoughUpdates-REPO-d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b.tar.gz NotEnoughUpdates-REPO-d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b.tar.bz2 NotEnoughUpdates-REPO-d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b.zip |
A couple of minor fixes (#612)
* A couple of minor fixes
Hunter Ring recipe was changed, Squid Boots stats were modified
* Whoops forgot to remove uuids and timestamps
* I left a stray comma... whoops!
* Updating Salmon Armor (New) stats
* Updating starred Last Breath crit damage
* Updated Water Hydra Head sea creature chance (yep it was reverted like Salmon Armor)
* Updating Melody's Hair name
* Removed reforge
* Tooltip fixes (extra lines)
* Updating Pioneer Pickaxe
* Updating lore of special Weaponsmith items
* Updating all vanilla armor (Leather, Iron, Chain, Gold, Diamond)
Diffstat (limited to 'items/WATER_HYDRA_HEAD.json')
-rw-r--r-- | items/WATER_HYDRA_HEAD.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/WATER_HYDRA_HEAD.json b/items/WATER_HYDRA_HEAD.json index da158651..bb318f54 100644 --- a/items/WATER_HYDRA_HEAD.json +++ b/items/WATER_HYDRA_HEAD.json @@ -4,10 +4,9 @@ "displayname": "§5Water Hydra Head", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"33f37f6f-40aa-3fc0-bcf7-b2635f3f66d0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjFmZmJkYTkyNDQyODczZDU0MDUxZTRlMTdlYTQ3Mjc4Y2IzYjc0N2Q3OTgwNzBiYTgzYmM0YTlkZTU4ZGQifX19\"}]}},display:{Lore:[0:\"§7Sea Creature Chance: §c+1%\",1:\"\",2:\"§7Health: §a+100 HP\",3:\"§7Defense: §a+100\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC HELMET\"],Name:\"§5Water Hydra Head\"},ExtraAttributes:{id:\"WATER_HYDRA_HEAD\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"33f37f6f-40aa-3fc0-bcf7-b2635f3f66d0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjFmZmJkYTkyNDQyODczZDU0MDUxZTRlMTdlYTQ3Mjc4Y2IzYjc0N2Q3OTgwNzBiYTgzYmM0YTlkZTU4ZGQifX19\"}]}},display:{Lore:[0:\"§7Sea Creature Chance: §c+1.8%\",1:\"\",2:\"§7Health: §a+100 HP\",3:\"§7Defense: §a+100\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC HELMET\"],Name:\"§5Water Hydra Head\"},ExtraAttributes:{id:\"WATER_HYDRA_HEAD\"}}", "lore": [ - "§7Sea Creature Chance: §c+1%", + "§7Sea Creature Chance: §c+1.8%", "", "§7Health: §a+100 HP", "§7Defense: §a+100", @@ -15,6 +14,7 @@ "§7§8This item can be reforged!", "§5§lEPIC HELMET" ], + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Water_Hydra_Head" |