diff options
author | Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> | 2023-09-17 13:09:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-17 13:09:53 +0200 |
commit | 6888a8389e7e479826ed00c686c6d63f6f0e29fa (patch) | |
tree | 5ff3f7ccac62f18e8c3e0ea363db2d9c323999ed /items/WISE_DRAGON_HELMET.json | |
parent | f740e79fb4d4f695c05dc06ffc5a12ed592761f9 (diff) | |
download | NotEnoughUpdates-REPO-6888a8389e7e479826ed00c686c6d63f6f0e29fa.tar.gz NotEnoughUpdates-REPO-6888a8389e7e479826ed00c686c6d63f6f0e29fa.tar.bz2 NotEnoughUpdates-REPO-6888a8389e7e479826ed00c686c6d63f6f0e29fa.zip |
Description fixes (#987)
* Description fixes
https://canary.discord.com/channels/516977525906341928/1152464209829953607
2nd times the charm or something like that
* Another few fixes
* More fixes
* Forgot something
* Update MIDAS_JEWEL.json
Diffstat (limited to 'items/WISE_DRAGON_HELMET.json')
-rw-r--r-- | items/WISE_DRAGON_HELMET.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/items/WISE_DRAGON_HELMET.json b/items/WISE_DRAGON_HELMET.json index 92bd3f36..9943333b 100644 --- a/items/WISE_DRAGON_HELMET.json +++ b/items/WISE_DRAGON_HELMET.json @@ -1,19 +1,20 @@ { "itemid": "minecraft:skull", - "displayname": "§6Wise Dragon Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b3c79a6a-103a-33cf-8ae2-579722654939\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzU3OTdjNzdjY2VlM2MwNGMzZGVlZDc3MDU5NWVhODNlYTFlODRjOWE0NjI5Yjc1M2FmNWQzNTFjMGNjMTFhNzQifX19\"}]}},display:{Lore:[0:\"§7Health: §a+70 HP\",1:\"§7Defense: §a+110\",2:\"§7Intelligence: §a+125\",3:\" §8[§8✎§8]\",4:\"\",5:\"§6Full Set Bonus: Wise Blood\",6:\"§7Abilities have §a2/3 §7of the\",7:\"§7mana cost.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY HELMET\"],Name:\"§6Wise Dragon Helmet\"},ExtraAttributes:{id:\"WISE_DRAGON_HELMET\"}}", + "displayname": "§f§f§6Wise Dragon Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b3c79a6a-103a-33cf-8ae2-579722654939\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzU3OTdjNzdjY2VlM2MwNGMzZGVlZDc3MDU5NWVhODNlYTFlODRjOWE0NjI5Yjc1M2FmNWQzNTFjMGNjMTFhNzQifX19\"}]}},display:{Lore:[0:\"§7Health: §a+70\",1:\"§7Defense: §a+110\",2:\"§7Intelligence: §a+125\",3:\" §8[§8✎§8]\",4:\"\",5:\"§6Full Set Bonus: Wise Blood §7(0/4)\",6:\"§7Abilities have §a2/3 §7of the\",7:\"§7mana cost.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aCombat Skill 16§c.\",11:\"§6§lLEGENDARY HELMET\"],Name:\"§f§f§6Wise Dragon Helmet\"},ExtraAttributes:{bossId:\"1d0065d0-f9cf-4f32-aed5-9e4261f9fc35\",spawnedFor:\"9e594340-129c-4469-9cbb-d7c66c33ff32\",id:\"WISE_DRAGON_HELMET\"}}", "damage": 3, "lore": [ - "§7Health: §a+70 HP", + "§7Health: §a+70", "§7Defense: §a+110", "§7Intelligence: §a+125", " §8[§8✎§8]", "", - "§6Full Set Bonus: Wise Blood", + "§6Full Set Bonus: Wise Blood §7(0/4)", "§7Abilities have §a2/3 §7of the", "§7mana cost.", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCombat Skill 16§c.", "§6§lLEGENDARY HELMET" ], "recipe": { @@ -29,7 +30,7 @@ }, "internalname": "WISE_DRAGON_HELMET", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wise_Dragon_Armor", |