diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-07-14 13:56:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 13:56:50 +0200 |
commit | bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2 (patch) | |
tree | c51e420df104a0a949f79311a264bfb1d0856d76 /items/SKELETON_MASTER_CHESTPLATE.json | |
parent | 9505bfa9c47422660c8c7922416ea9943dea7cf9 (diff) | |
download | NotEnoughUpdates-REPO-bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2.tar.gz NotEnoughUpdates-REPO-bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2.tar.bz2 NotEnoughUpdates-REPO-bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2.zip |
SkyBlock Patch 0.19.1 - Item Linking, Leveling Update, Stash QoL, & B… (#956)
* SkyBlock Patch 0.19.1 - Item Linking, Leveling Update, Stash QoL, & Bug Fixes
* Added right click to sack
* Added undead to lore
* Fixed Wisp's and mana steal enchant
Diffstat (limited to 'items/SKELETON_MASTER_CHESTPLATE.json')
-rw-r--r-- | items/SKELETON_MASTER_CHESTPLATE.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/items/SKELETON_MASTER_CHESTPLATE.json b/items/SKELETON_MASTER_CHESTPLATE.json index a60467d2..3ec1077e 100644 --- a/items/SKELETON_MASTER_CHESTPLATE.json +++ b/items/SKELETON_MASTER_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§5Skeleton Master Chestplate", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d142\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+22%\",3:\"§7Health: §a+26\",4:\"§7Defense: §a+42\",5:\"\",6:\"§7Increase the damage you deal\",7:\"§7with arrows by §c5%§7.\",8:\"§7Your bows don\u0027t consume arrows.\",9:\"§6Full Set Bonus: Skeleton Master\",10:\"§7Increase the damage you deal\",11:\"§7with arrows by §c25%§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 52500 / 52500\",15:\"§7§4❣ §cRequires §cCatacombs Skill\",16:\"§c12§c.\",17:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:16739083,Name:\"§5Skeleton Master Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_MASTER_CHESTPLATE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d142\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+22%\",3:\"§7Health: §a+26\",4:\"§7Defense: §a+42\",5:\"\",6:\"§7Increase the damage you deal\",7:\"§7with arrows by §c5%§7.\",8:\"§7Your bows don\u0027t consume arrows.\",9:\"§6Full Set Bonus: Skeleton Master\",10:\"§7Increase the damage you deal\",11:\"§7with arrows by §c25%§7.\",12:\"\",13:\"§2This armor piece is undead ༕!\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 52500 / 52500\",17:\"§7§4❣ §cRequires §cCatacombs Skill\",18:\"§c12§c.\",19:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:16739083,Name:\"§5Skeleton Master Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_MASTER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d142", @@ -17,6 +17,8 @@ "§7Increase the damage you deal", "§7with arrows by §c25%§7.", "", + "§2This armor piece is undead ༕!", + "", "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", "§7§4❣ §cRequires §cCatacombs Skill", |