diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-11-05 11:21:56 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-05 11:21:56 +1100 |
commit | 801c5870f7d9c5373114537767cf8c68ee1a21f0 (patch) | |
tree | 447262ec5e9d2f4f0fc4e114803e0f9c5fe97c6a /items/SKELETON_LORD_CHESTPLATE.json | |
parent | c027ddafbed31c62d25caa97456eb277be6db6ad (diff) | |
parent | 9c476c2eed9424b7ebb32db3844aff3bd13b13e4 (diff) | |
download | NotEnoughUpdates-REPO-801c5870f7d9c5373114537767cf8c68ee1a21f0.tar.gz NotEnoughUpdates-REPO-801c5870f7d9c5373114537767cf8c68ee1a21f0.tar.bz2 NotEnoughUpdates-REPO-801c5870f7d9c5373114537767cf8c68ee1a21f0.zip |
Merge pull request #295 from IRONM00N/master
Stuff I missed
Diffstat (limited to 'items/SKELETON_LORD_CHESTPLATE.json')
-rw-r--r-- | items/SKELETON_LORD_CHESTPLATE.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/SKELETON_LORD_CHESTPLATE.json b/items/SKELETON_LORD_CHESTPLATE.json new file mode 100644 index 00000000..4cb43e13 --- /dev/null +++ b/items/SKELETON_LORD_CHESTPLATE.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§6Skeleton Lord Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d172 \",1:\"§7Crit Chance: §c+1%\",2:\"§7Crit Damage: §c+19% \",3:\"\",4:\"§7Health: §a+26 HP \",5:\"§7Defense: §a+52 \",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 70000 / 70000\",9:\"§7§4❣ §cRequires §aCatacombs Level 25\",10:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:2523397,Name:\"§6Skeleton Lord Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_LORD_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d172 ", + "§7Crit Chance: §c+1%", + "§7Crit Damage: §c+19% ", + "", + "§7Health: §a+26 HP ", + "§7Defense: §a+52 ", + "", + "§7§8This item can be reforged!", + "§aPerfect 70000 / 70000", + "§7§4❣ §cRequires §aCatacombs Level 25", + "§6§lLEGENDARY DUNGEON CHESTPLATE" + ], + "internalname": "SKELETON_LORD_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Lord_Armor" + ] +}
\ No newline at end of file |