diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-21 22:22:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 16:22:46 -0400 |
commit | 39d0d0f7c6c533307ba3be69ffa3d2f3968d56ac (patch) | |
tree | 1d5556dcc57a4db4a3328f3d7260173bf5a8995e /items/KRAMPUS_HELMET.json | |
parent | 685a37a373020c8689d61a838555ec5e2b19345f (diff) | |
download | NotEnoughUpdates-REPO-39d0d0f7c6c533307ba3be69ffa3d2f3968d56ac.tar.gz NotEnoughUpdates-REPO-39d0d0f7c6c533307ba3be69ffa3d2f3968d56ac.tar.bz2 NotEnoughUpdates-REPO-39d0d0f7c6c533307ba3be69ffa3d2f3968d56ac.zip |
New Items and fixes (#467)
* New Items and fixes
* Added the Fish
Diffstat (limited to 'items/KRAMPUS_HELMET.json')
-rw-r--r-- | items/KRAMPUS_HELMET.json | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/items/KRAMPUS_HELMET.json b/items/KRAMPUS_HELMET.json index 7e17b89e..1477563f 100644 --- a/items/KRAMPUS_HELMET.json +++ b/items/KRAMPUS_HELMET.json @@ -4,8 +4,8 @@ "displayname": "§5Krampus Helmet", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"08fa7d94-8a0e-36ab-8275-8ddbfda36936\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWYxODk5OGE1MWEyZjI5MTJmMzlhMjk0MjEyYzdlOWQxOTQ3ODlmZTA1M2ZjZjg1MzgyYTllZjIxOWQ5MyJ9fX0=\"}]}},display:{Lore:[0:\"§7Health: §a+1 HP\",1:\"\",2:\"§7Gains §c+1❤ §7per 50 gifts given\",3:\"§7by wearer.\",4:\"§8Max 500❤\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§5§lEPIC HELMET\"],Name:\"§5Krampus Helmet\"},ExtraAttributes:{id:\"KRAMPUS_HELMET\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"08fa7d94-8a0e-36ab-8275-8ddbfda36936\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWYxODk5OGE1MWEyZjI5MTJmMzlhMjk0MjEyYzdlOWQxOTQ3ODlmZTA1M2ZjZjg1MzgyYTllZjIxOWQ5MyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+1 HP\",1:\"\",2:\"§7Gains §c+1❤ §7per 50 gifts given\",3:\"§7by wearer.\",4:\"§8Max 500❤\",5:\"\",6:\"§7This item can be used as a\",7:\"§7minion upgrade. Place it in ONE\",8:\"§7minion and it will occasionally\",9:\"§7generate §cRed Gifts§7!\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC HELMET\"],Name:\"§5Krampus Helmet\"},ExtraAttributes:{id:\"KRAMPUS_HELMET\"}}", + "modver": "2.0.0-REL", "lore": [ "§7Health: §a+1 HP", "", @@ -13,11 +13,17 @@ "§7by wearer.", "§8Max 500❤", "", + "§7This item can be used as a", + "§7minion upgrade. Place it in ONE", + "§7minion and it will occasionally", + "§7generate §cRed Gifts§7!", + "", "§7§8This item can be reforged!", "§5§lEPIC HELMET" ], "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Krampus_Helmet" - ] + ], + "crafttext": "" }
\ No newline at end of file |