diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-02-10 00:59:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-09 23:59:00 +0000 |
commit | da1300e3efd39e034407134c6365f142cd7fb763 (patch) | |
tree | 9260089fbe60466f9d34672a2062a57e5f3bcac9 /items/PET_SKIN_GOLDEN_DRAGON_ANCIENT.json | |
parent | b38c30469da7f92dfc4051d0a5db280239091b17 (diff) | |
download | NotEnoughUpdates-REPO-da1300e3efd39e034407134c6365f142cd7fb763.tar.gz NotEnoughUpdates-REPO-da1300e3efd39e034407134c6365f142cd7fb763.tar.bz2 NotEnoughUpdates-REPO-da1300e3efd39e034407134c6365f142cd7fb763.zip |
Added new skin, fixed sa missing a gem slot and some lores (#1103)
Diffstat (limited to 'items/PET_SKIN_GOLDEN_DRAGON_ANCIENT.json')
-rw-r--r-- | items/PET_SKIN_GOLDEN_DRAGON_ANCIENT.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/PET_SKIN_GOLDEN_DRAGON_ANCIENT.json b/items/PET_SKIN_GOLDEN_DRAGON_ANCIENT.json new file mode 100644 index 00000000..9f493e58 --- /dev/null +++ b/items/PET_SKIN_GOLDEN_DRAGON_ANCIENT.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§4Ancient Golden Dragon Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ac02ee37-fe3b-311e-93af-f4a4178d3c44\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwNzAyMTc1NDEwNywKICAicHJvZmlsZUlkIiA6ICIyOThkZmVlMTE4MzE0ODA1YWI4ZDU4YTEyOTE1ZjZmOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJaZXRlZ2lzIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2I3NjFlZjM4YjIxOTZlYjA1N2JlNzA3OTEzNjdiN2IzODBlM2JmZDc0OTQ1MTczOTlmOTZjYzEwZDI3ZTUwOWUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but only\",4:\"§7one skin can be active at a time!\",5:\"\",6:\"§7§7This skin can only be applied to\",7:\"§7Golden Dragon pets.\",8:\"\",9:\"§7§aFeatures!\",10:\"§7§8▶ §7This skin is swappable between §a12\",11:\"§a§7variants, unlocked from §6Golden\",12:\"§6Dragon §7Pet Levels!\",13:\"§7§8▶ §7Displays your cosmetic §aPet Level\",14:\"§a§7above your pet!\",15:\"\",16:\"§7§eRight-click on your summoned pet to\",17:\"§eapply this skin!\",18:\"\",19:\"§4§lULTIMATE COSMETIC\"],Name:\"§4Ancient Golden Dragon Skin\"},ExtraAttributes:{id:\"PET_SKIN_GOLDEN_DRAGON_ANCIENT\"}}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but only", + "§7one skin can be active at a time!", + "", + "§7§7This skin can only be applied to", + "§7Golden Dragon pets.", + "", + "§7§aFeatures!", + "§7§8▶ §7This skin is swappable between §a12", + "§a§7variants, unlocked from §6Golden", + "§6Dragon §7Pet Levels!", + "§7§8▶ §7Displays your cosmetic §aPet Level", + "§a§7above your pet!", + "", + "§7§eRight-click on your summoned pet to", + "§eapply this skin!", + "", + "§4§lULTIMATE COSMETIC" + ], + "internalname": "PET_SKIN_GOLDEN_DRAGON_ANCIENT", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |