diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-02-10 13:25:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-10 13:25:32 +0100 |
commit | 1b02e6fa47fc68095fc4cd6bc9038af9af803bb1 (patch) | |
tree | cdbfeb550aa2e099b8261ef2cc068d085645b0e8 /items/PET_SKIN_SCATHA_GOLDEN.json | |
parent | 81b07827e028134c07b709410b9e91b6c5dba97d (diff) | |
download | NotEnoughUpdates-REPO-1b02e6fa47fc68095fc4cd6bc9038af9af803bb1.tar.gz NotEnoughUpdates-REPO-1b02e6fa47fc68095fc4cd6bc9038af9af803bb1.tar.bz2 NotEnoughUpdates-REPO-1b02e6fa47fc68095fc4cd6bc9038af9af803bb1.zip |
Fixed cookie lore (#893)
* Fixed cookie lore
* Fixed fishing req
* Fixed bits
* sorry nopo
Diffstat (limited to 'items/PET_SKIN_SCATHA_GOLDEN.json')
-rw-r--r-- | items/PET_SKIN_SCATHA_GOLDEN.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/PET_SKIN_SCATHA_GOLDEN.json b/items/PET_SKIN_SCATHA_GOLDEN.json new file mode 100644 index 00000000..09f3d90b --- /dev/null +++ b/items/PET_SKIN_SCATHA_GOLDEN.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dGolden Scatha Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"44c19edb-fe90-3b41-889c-72dcd66965b7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3NTk2MjIzNDAzNiwKICAicHJvZmlsZUlkIiA6ICIyMDZlMWZkYjI5Yzk0NGYxOTQ5OTg4NzAwNTQxMGQ2NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJoNHlsMzMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDMxM2JiMjhjNmUyY2ZlNDQ0NGEzZWFhY2FiNTMxMDNjYzkxZjk0MTkwMTUyOTJmYWNmZDQzMWU5NTBiZjcxYSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Scatha pets.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dGolden Scatha Skin\"},ExtraAttributes:{id:\"PET_SKIN_SCATHA_GOLDEN\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Scatha pets.", + "", + "§7§aThis skin is animated!", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "PET_SKIN_SCATHA_GOLDEN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", + "https://wiki.hypixel.net/Fire_Sale" + ] +}
\ No newline at end of file |