diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-31 13:45:15 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-31 13:45:15 -0400 |
commit | 63ba167a1d31bdfefc452de23af4fc161d2b7b61 (patch) | |
tree | 49e1cac7f37d89ea23f71aba84d42f2e2453581c /items/SKELETON_LORD_HELMET.json | |
parent | 5cb9414a678506aa6f11b0d81e79f2cb13c9ef24 (diff) | |
download | NotEnoughUpdates-REPO-63ba167a1d31bdfefc452de23af4fc161d2b7b61.tar.gz NotEnoughUpdates-REPO-63ba167a1d31bdfefc452de23af4fc161d2b7b61.tar.bz2 NotEnoughUpdates-REPO-63ba167a1d31bdfefc452de23af4fc161d2b7b61.zip |
Stuff I Missed
Still Need to add WIKI URLS to previous comit
Diffstat (limited to 'items/SKELETON_LORD_HELMET.json')
-rw-r--r-- | items/SKELETON_LORD_HELMET.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/SKELETON_LORD_HELMET.json b/items/SKELETON_LORD_HELMET.json new file mode 100644 index 00000000..f392734f --- /dev/null +++ b/items/SKELETON_LORD_HELMET.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:leather_helmet", + "displayname": "§6Skeleton Lord Helmet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d122\",1:\"§7Crit Chance: §c+1%\",2:\"§7Crit Damage: §c+19%\",3:\"\",4:\"§7Health: §a+16 HP\",5:\"§7Defense: §a+32 \",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 70000 / 70000\",9:\"§7§4❣ §cRequires §aCatacombs Level 25\",10:\"§6§lLEGENDARY DUNGEON HELMET\"],color:2523397,Name:\"§6Skeleton Lord Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_LORD_HELMET\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d122", + "§7Crit Chance: §c+1%", + "§7Crit Damage: §c+19%", + "", + "§7Health: §a+16 HP", + "§7Defense: §a+32 ", + "", + "§7§8This item can be reforged!", + "§aPerfect 70000 / 70000", + "§7§4❣ §cRequires §aCatacombs Level 25", + "§6§lLEGENDARY DUNGEON HELMET" + ], + "internalname": "SKELETON_LORD_HELMET", + "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 |