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_CHESTPLATE.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_CHESTPLATE.json')
-rw-r--r-- | items/WISE_DRAGON_CHESTPLATE.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/items/WISE_DRAGON_CHESTPLATE.json b/items/WISE_DRAGON_CHESTPLATE.json index dc79c725..af9c49c5 100644 --- a/items/WISE_DRAGON_CHESTPLATE.json +++ b/items/WISE_DRAGON_CHESTPLATE.json @@ -1,19 +1,20 @@ { "itemid": "minecraft:leather_chestplate", - "displayname": "§6Wise Dragon Chestplate", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+120 HP\",1:\"§7Defense: §a+160\",2:\"§7Intelligence: §a+75\",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 CHESTPLATE\"],color:2748649,Name:\"§6Wise Dragon Chestplate\"},ExtraAttributes:{color:\"41:240:233\",id:\"WISE_DRAGON_CHESTPLATE\"}}", + "displayname": "§f§f§6Wise Dragon Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+120\",1:\"§7Defense: §a+160\",2:\"§7Intelligence: §a+75\",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 CHESTPLATE\"],color:2748649,Name:\"§f§f§6Wise Dragon Chestplate\"},ExtraAttributes:{bossId:\"1c66314d-329c-4911-890c-4671e49cacb8\",spawnedFor:\"c079c034-d7d4-48f4-a932-aae8daf158b7\",id:\"WISE_DRAGON_CHESTPLATE\"}}", "damage": 0, "lore": [ - "§7Health: §a+120 HP", + "§7Health: §a+120", "§7Defense: §a+160", "§7Intelligence: §a+75", " §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 CHESTPLATE" ], "recipe": { @@ -29,7 +30,7 @@ }, "internalname": "WISE_DRAGON_CHESTPLATE", "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", |