diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-09-17 23:13:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 17:13:53 -0400 |
commit | c188080058f51b8dc6e583cb96c55a87374b1a52 (patch) | |
tree | 83f3a40d91e0bb77172ff4f867fb61bced7567c9 /items/PET_ITEM_QUICK_CLAW.json | |
parent | a38f21d53f178ee18749a766f5fba24ba4009b08 (diff) | |
download | NotEnoughUpdates-REPO-c188080058f51b8dc6e583cb96c55a87374b1a52.tar.gz NotEnoughUpdates-REPO-c188080058f51b8dc6e583cb96c55a87374b1a52.tar.bz2 NotEnoughUpdates-REPO-c188080058f51b8dc6e583cb96c55a87374b1a52.zip |
Upcoming Gemstone Changes (#616)
* Upcoming Gemstone Changes
* YEP
* Fixes
* Added new skin
* Changes and new stuff
* Forgot that
* Rainbow Name
* Fixes
* Reforge Stats
* Fixing a oopsi
* Added Gemstone Slots
Diffstat (limited to 'items/PET_ITEM_QUICK_CLAW.json')
-rw-r--r-- | items/PET_ITEM_QUICK_CLAW.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/items/PET_ITEM_QUICK_CLAW.json b/items/PET_ITEM_QUICK_CLAW.json new file mode 100644 index 00000000..27a7a07d --- /dev/null +++ b/items/PET_ITEM_QUICK_CLAW.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Quick Claw", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"846bf289-3768-363e-a699-aee70548f70d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjMxMmE1YTEyZWNiMjRkNjg1MmRiMzg4ZTZhMzQ3MjFjYzY3ZjUyMmNjZGU3ZTgyNGI5Zjc1ZTk1MDM2YWM5MyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in\",3:\"§7various ways but pets can only\",4:\"§7hold 1 item at a time so choose\",5:\"§7wisely!\",6:\"\",7:\"§7§7Every 2 pet levels, you gain\",8:\"§7§6+1 §6⸕ Mining Speed §7and §6+1\",9:\"§6§6☘ Mining Fortune§7.\",10:\"\",11:\"§7§eRight click on your pet to\",12:\"§egive it this item!\",13:\"\",14:\"§9§lRARE PET ITEM\"],Name:\"§9Quick Claw\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"PET_ITEM_QUICK_CLAW\"}}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet items can boost pets in", + "§7various ways but pets can only", + "§7hold 1 item at a time so choose", + "§7wisely!", + "", + "§7§7Every 2 pet levels, you gain", + "§7§6+1 §6⸕ Mining Speed §7and §6+1", + "§6§6☘ Mining Fortune§7.", + "", + "§7§eRight click on your pet to", + "§egive it this item!", + "", + "§9§lRARE PET ITEM" + ], + "internalname": "PET_ITEM_QUICK_CLAW", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pet_Items" + ] +}
\ No newline at end of file |