diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-08-06 17:27:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-07 01:27:25 +1000 |
commit | 924d43e30cb570bc75f1ab53442e7e8f98e6e8e7 (patch) | |
tree | 2ede934b4c11587dac9223798f5ed31c13c209bb /items/CAPSAICIN_EYEDROPS.json | |
parent | 27f73b42b3aaa20d361e8b29ace2ed3878367820 (diff) | |
download | NotEnoughUpdates-REPO-924d43e30cb570bc75f1ab53442e7e8f98e6e8e7.tar.gz NotEnoughUpdates-REPO-924d43e30cb570bc75f1ab53442e7e8f98e6e8e7.tar.bz2 NotEnoughUpdates-REPO-924d43e30cb570bc75f1ab53442e7e8f98e6e8e7.zip |
Chili Update (#792)
Diffstat (limited to 'items/CAPSAICIN_EYEDROPS.json')
-rw-r--r-- | items/CAPSAICIN_EYEDROPS.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/items/CAPSAICIN_EYEDROPS.json b/items/CAPSAICIN_EYEDROPS.json new file mode 100644 index 00000000..9c7c49fa --- /dev/null +++ b/items/CAPSAICIN_EYEDROPS.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Capsaicin Eyedrops", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"70be2e19-ee50-30bc-9888-1049043747b0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU5MjhjMjc4NTAyN2U3YmM0OWZiOTZmZjQ4MDFhNjczZDJhNTllZjMwYjU2MWY5ZjI0NTIxNDZiNDVkZTg5OSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Right-click on an Inferno minion\",1:\"§7with this item to boost its\",2:\"§7chances of creating §cunique\",3:\"§c§7drops from §6Hypergolic §7fuel\",4:\"§7by §a30% §7for §a24 hours§7.\",5:\"\",6:\"§7Charges: §92/2\",7:\"\",8:\"§9§lRARE\"],Name:\"§f§f§9Capsaicin Eyedrops\"},ExtraAttributes:{id:\"CAPSAICIN_EYEDROPS\"}}", + "damage": 3, + "lore": [ + "§7Right-click on an Inferno minion", + "§7with this item to boost its", + "§7chances of creating §cunique", + "§c§7drops from §6Hypergolic §7fuel", + "§7by §a30% §7for §a24 hours§7.", + "", + "§7Charges: §92/2", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "CHILI_PEPPER:1", + "A2": "ENCHANTED_CARROT:64", + "A3": "CHILI_PEPPER:1", + "B1": "ENCHANTED_CARROT:64", + "B2": "WATER_HYDRA_HEAD:1", + "B3": "ENCHANTED_CARROT:64", + "C1": "CHILI_PEPPER:1", + "C2": "ENCHANTED_CARROT:64", + "C3": "CHILI_PEPPER:1" + }, + "internalname": "CAPSAICIN_EYEDROPS", + "crafttext": "Requires: Chili Pepper III", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Capsaicin_Eyedrops" + ] +}
\ No newline at end of file |