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/OLD_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/OLD_DRAGON_CHESTPLATE.json')
-rw-r--r-- | items/OLD_DRAGON_CHESTPLATE.json | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/items/OLD_DRAGON_CHESTPLATE.json b/items/OLD_DRAGON_CHESTPLATE.json index 76e56662..007a6e29 100644 --- a/items/OLD_DRAGON_CHESTPLATE.json +++ b/items/OLD_DRAGON_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Old Dragon Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+150\",1:\"§7Defense: §a+160\",2:\" §8[§8☤§8]\",3:\"\",4:\"§6Full Set Bonus: Old Blood §7(0/4)\",5:\"§7Increases the strength of\",6:\"§7§9Growth§7, §9Protection§7,\",7:\"§7§9Feather Falling§7, §9Sugar\",8:\"§9Rush§7, and §9True Protection§7\",9:\"§7while worn.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aCombat Skill 16§c.\",13:\"§6§lLEGENDARY CHESTPLATE\"],color:15787690,Name:\"§6Old Dragon Chestplate\"},ExtraAttributes:{id:\"OLD_DRAGON_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+150\",1:\"§7Defense: §a+160\",2:\" §8[§8☤§8]\",3:\"\",4:\"§6Full Set Bonus: Old Blood §7(0/4)\",5:\"§7Increases the strength of §9Growth§7,\",6:\"§7§9Protection§7, §9Feather Falling§7, §9Sugar\",7:\"§9Rush§7, and §9True Protection§7 while worn.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aCombat Skill 16§c.\",11:\"§6§lLEGENDARY CHESTPLATE\"],color:15787690,Name:\"§6Old Dragon Chestplate\"},ExtraAttributes:{id:\"OLD_DRAGON_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Health: §a+150", @@ -9,11 +9,9 @@ " §8[§8☤§8]", "", "§6Full Set Bonus: Old Blood §7(0/4)", - "§7Increases the strength of", - "§7§9Growth§7, §9Protection§7,", - "§7§9Feather Falling§7, §9Sugar", - "§9Rush§7, and §9True Protection§7", - "§7while worn.", + "§7Increases the strength of §9Growth§7,", + "§7§9Protection§7, §9Feather Falling§7, §9Sugar", + "§9Rush§7, and §9True Protection§7 while worn.", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCombat Skill 16§c.", |