diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-02-22 22:24:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 21:24:18 +0000 |
commit | b89d54c0cea0a48b9743477231e91a400c9975d1 (patch) | |
tree | ba2ec22465ffea7599a313f7f7698de2c8d402f5 /items/WISE_DRAGON_CHESTPLATE.json | |
parent | 80eb59a024c8127114372f54e2a3b911d6d106b1 (diff) | |
download | NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.gz NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.bz2 NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.zip |
Fixed a "few" lores (#1115)
* Fixed a "few" lores
* Fixed nbt
* Hollow armor lore change + more
* Added new skins and fixed some more lores
Diffstat (limited to 'items/WISE_DRAGON_CHESTPLATE.json')
-rw-r--r-- | items/WISE_DRAGON_CHESTPLATE.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/items/WISE_DRAGON_CHESTPLATE.json b/items/WISE_DRAGON_CHESTPLATE.json index af9c49c5..6cbdd7dd 100644 --- a/items/WISE_DRAGON_CHESTPLATE.json +++ b/items/WISE_DRAGON_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_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\"}}", + "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 mana cost.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4❣ §cRequires §aCombat Skill 16§c.\",10:\"§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", @@ -10,8 +10,7 @@ " §8[§8✎§8]", "", "§6Full Set Bonus: Wise Blood §7(0/4)", - "§7Abilities have §a2/3 §7of the", - "§7mana cost.", + "§7Abilities have §a2/3 §7of the mana cost.", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCombat Skill 16§c.", |