From 6a268e0275015095a95c4463f9eb68aa3c6e88f3 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:22:20 +0200 Subject: feat: Lion and Black Cat skin and fix snail lore (#1387) --- constants/petnums.json | 38 ++++++++++++++++++---------- items/PET_SKIN_BLACK_CAT_LOAF_CAT_BLACK.json | 26 +++++++++++++++++++ items/PET_SKIN_LION_LOAF_CAT_ORANGE.json | 26 +++++++++++++++++++ items/SNAIL;0.json | 11 ++++---- items/SNAIL;1.json | 11 ++++---- items/SNAIL;2.json | 21 ++++++++------- items/SNAIL;3.json | 21 ++++++++------- 7 files changed, 108 insertions(+), 46 deletions(-) create mode 100644 items/PET_SKIN_BLACK_CAT_LOAF_CAT_BLACK.json create mode 100644 items/PET_SKIN_LION_LOAF_CAT_ORANGE.json diff --git a/constants/petnums.json b/constants/petnums.json index d9bb59f9..3561d2ca 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4853,7 +4853,8 @@ 0.1 ], "statNums": { - "INTELLIGENCE": 1.0 + "INTELLIGENCE": 1.0, + "DEFENSE": 1.0 } }, "100": { @@ -4861,43 +4862,50 @@ 10 ], "statNums": { - "INTELLIGENCE": 100.0 + "INTELLIGENCE": 100.0, + "DEFENSE": 100.0 } } }, "UNCOMMON": { "1": { "otherNums": [ - 0.1 + 0.2 ], "statNums": { - "INTELLIGENCE": 1.0 + "INTELLIGENCE": 1.0, + "DEFENSE": 1.0 } }, "100": { "otherNums": [ - 10 + 20 ], "statNums": { - "INTELLIGENCE": 100.0 + "INTELLIGENCE": 100.0, + "DEFENSE": 100.0 } } }, "RARE": { "1": { "otherNums": [ - 0.3 + 0.2, + 5.97 ], "statNums": { - "INTELLIGENCE": 1.0 + "INTELLIGENCE": 1.0, + "DEFENSE": 1.0 } }, "100": { "otherNums": [ - 30 + 20, + 3 ], "statNums": { - "INTELLIGENCE": 100.0 + "INTELLIGENCE": 100.0, + "DEFENSE": 100.0 } } }, @@ -4905,19 +4913,21 @@ "1": { "otherNums": [ 0.3, - 0.5 + 5.97 ], "statNums": { - "INTELLIGENCE": 1.0 + "INTELLIGENCE": 1.0, + "DEFENSE": 1.0 } }, "100": { "otherNums": [ 30, - 50 + 3 ], "statNums": { - "INTELLIGENCE": 100.0 + "INTELLIGENCE": 100.0, + "DEFENSE": 100.0 } } }, diff --git a/items/PET_SKIN_BLACK_CAT_LOAF_CAT_BLACK.json b/items/PET_SKIN_BLACK_CAT_LOAF_CAT_BLACK.json new file mode 100644 index 00000000..d2be00b0 --- /dev/null +++ b/items/PET_SKIN_BLACK_CAT_LOAF_CAT_BLACK.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Loafed Black Cat Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b8dabfb4-50ff-3c7d-b7a8-100e14e280cf\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcyNzg3NzUwNDg0NiwKICAicHJvZmlsZUlkIiA6ICIzZDIxZTYyMTk2NzQ0Y2QwYjM3NjNkNTU3MWNlNGJlZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTcl83MUJsYWNrYmlyZCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84ZjFlMWMyYjAzOWZhNWFkNWMzMGU3YmQ1YmEwOGUyYTc4NDQ5ZDk4M2UyZTQwODhlYmJlMzg4ZjI5YWU2YWUwIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},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:\"§7Black Cat pets.\",8:\"\",9:\"§7§eRight-click on your summoned pet to\",10:\"§eapply this skin!\",11:\"\",12:\"§5§lEPIC COSMETIC\"],Name:\"§5Loafed Black Cat Skin\"},ExtraAttributes:{id:\"PET_SKIN_BLACK_CAT_LOAF_CAT_BLACK\"}}", + "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", + "§7Black Cat pets.", + "", + "§7§eRight-click on your summoned pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_BLACK_CAT_LOAF_CAT_BLACK", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +} \ No newline at end of file diff --git a/items/PET_SKIN_LION_LOAF_CAT_ORANGE.json b/items/PET_SKIN_LION_LOAF_CAT_ORANGE.json new file mode 100644 index 00000000..29f0fda7 --- /dev/null +++ b/items/PET_SKIN_LION_LOAF_CAT_ORANGE.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Loafed Lion Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8adc1481-1c07-35b1-93c7-72c759177c83\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcyNzg3NzQ3NjkxNywKICAicHJvZmlsZUlkIiA6ICIzYjBmNTM5MmRlNzM0YmZjYmJkOTMxYzMxYmFkODMxMCIsCiAgInByb2ZpbGVOYW1lIiA6ICJjYXRhbmRCIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzMxNmM4NDBiOWMxM2FiMjM1YjVlMWFiODRlYjAzMmFiZjRjNmRhNjIwYmE5OGJlYjEwMmNjMDM2MTExYzdlNDEiCiAgICB9CiAgfQp9\"}]}},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 Lion\",7:\"§7pets.\",8:\"\",9:\"§7§eRight-click on your summoned pet to\",10:\"§eapply this skin!\",11:\"\",12:\"§5§lEPIC COSMETIC\"],Name:\"§5Loafed Lion Skin\"},ExtraAttributes:{id:\"PET_SKIN_LION_LOAF_CAT_ORANGE\"}}", + "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 Lion", + "§7pets.", + "", + "§7§eRight-click on your summoned pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_LION_LOAF_CAT_ORANGE", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +} \ No newline at end of file diff --git a/items/SNAIL;0.json b/items/SNAIL;0.json index 119062d6..012d8e91 100644 --- a/items/SNAIL;0.json +++ b/items/SNAIL;0.json @@ -1,16 +1,17 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl {LVL}] §fSnail", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"086630c9-9079-3ab1-8125-f9583d752ee2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjQxMzY3ODczMiwKICAicHJvZmlsZUlkIiA6ICJjMTNkYzkxZjg1YjA0ZWM4OGU2NDk5YzdjZDc4Zjk3MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJjcnlwdGljX2Zyb2dfIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzUwYTk5MzNhM2IxMDQ4OWQzOGY2OTUwYzRlNjI4YmZjZjlmN2EyN2Y4ZDg0NjY2ZjA0ZjE0ZDUzNzQyNTI5NzIiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"\",4:\"§6Red Sand Enjoyer\",5:\"§7§7Red Sand minions work §a{0}%\",6:\"§a§7faster while on your island.\",7:\"\",8:\"§7§eRight-click to add this pet to\",9:\"§eyour pet menu!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fSnail\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SNAIL\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"SNAIL;0\"}}", + "displayname": "§7[Lvl {LVL}] §fSnail", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"086630c9-9079-3ab1-8125-f9583d752ee2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjQxMzY3ODczMiwKICAicHJvZmlsZUlkIiA6ICJjMTNkYzkxZjg1YjA0ZWM4OGU2NDk5YzdjZDc4Zjk3MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJjcnlwdGljX2Zyb2dfIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzUwYTk5MzNhM2IxMDQ4OWQzOGY2OTUwYzRlNjI4YmZjZjlmN2EyN2Y4ZDg0NjY2ZjA0ZjE0ZDUzNzQyNTI5NzIiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Red Sand Enjoyer\",6:\"§7§7§9Red Sand Minions §7work §a{0}% §7faster\",7:\"§7while on your §bPrivate Island§7.\",8:\"\",9:\"§7§eRight-click to add this pet to\",10:\"§eyour pet menu!\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§7[Lvl {LVL}] §fSnail\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SNAIL\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"SNAIL;0\"}}", "damage": 3, "lore": [ "§8Mining Pet", "", + "§7Defense: §a{DEFENSE}", "§7Intelligence: §a{INTELLIGENCE}", "", "§6Red Sand Enjoyer", - "§7§7Red Sand minions work §a{0}%", - "§a§7faster while on your island.", + "§7§7§9Red Sand Minions §7work §a{0}% §7faster", + "§7while on your §bPrivate Island§7.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -32,7 +33,7 @@ }, "crafttext": "33% chance", "useneucraft": true, - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Snail_Pet", diff --git a/items/SNAIL;1.json b/items/SNAIL;1.json index eabf684f..4f8c50a5 100644 --- a/items/SNAIL;1.json +++ b/items/SNAIL;1.json @@ -1,16 +1,17 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl {LVL}] §aSnail", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"086630c9-9079-3ab1-8125-f9583d752ee2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjQxMzY3ODczMiwKICAicHJvZmlsZUlkIiA6ICJjMTNkYzkxZjg1YjA0ZWM4OGU2NDk5YzdjZDc4Zjk3MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJjcnlwdGljX2Zyb2dfIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzUwYTk5MzNhM2IxMDQ4OWQzOGY2OTUwYzRlNjI4YmZjZjlmN2EyN2Y4ZDg0NjY2ZjA0ZjE0ZDUzNzQyNTI5NzIiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"\",4:\"§6Red Sand Enjoyer\",5:\"§7§7Red Sand minions work §a{0}%\",6:\"§a§7faster while on your island.\",7:\"\",8:\"§7§eRight-click to add this pet to\",9:\"§eyour pet menu!\",10:\"\",11:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aSnail\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SNAIL\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"SNAIL;1\"}}", + "displayname": "§7[Lvl {LVL}] §aSnail", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"086630c9-9079-3ab1-8125-f9583d752ee2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjQxMzY3ODczMiwKICAicHJvZmlsZUlkIiA6ICJjMTNkYzkxZjg1YjA0ZWM4OGU2NDk5YzdjZDc4Zjk3MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJjcnlwdGljX2Zyb2dfIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzUwYTk5MzNhM2IxMDQ4OWQzOGY2OTUwYzRlNjI4YmZjZjlmN2EyN2Y4ZDg0NjY2ZjA0ZjE0ZDUzNzQyNTI5NzIiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Red Sand Enjoyer\",6:\"§7§7§9Red Sand Minions §7work §a{0}% §7faster\",7:\"§7while on your §bPrivate Island§7.\",8:\"\",9:\"§7§eRight-click to add this pet to\",10:\"§eyour pet menu!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§7[Lvl {LVL}] §aSnail\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SNAIL\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"SNAIL;1\"}}", "damage": 3, "lore": [ "§8Mining Pet", "", + "§7Defense: §a{DEFENSE}", "§7Intelligence: §a{INTELLIGENCE}", "", "§6Red Sand Enjoyer", - "§7§7Red Sand minions work §a{0}%", - "§a§7faster while on your island.", + "§7§7§9Red Sand Minions §7work §a{0}% §7faster", + "§7while on your §bPrivate Island§7.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -32,7 +33,7 @@ }, "crafttext": "33% chance", "useneucraft": true, - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Snail_Pet", diff --git a/items/SNAIL;2.json b/items/SNAIL;2.json index 0e2fac95..f2763c68 100644 --- a/items/SNAIL;2.json +++ b/items/SNAIL;2.json @@ -1,23 +1,22 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl {LVL}] §9Snail", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"086630c9-9079-3ab1-8125-f9583d752ee2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjQxMzY3ODczMiwKICAicHJvZmlsZUlkIiA6ICJjMTNkYzkxZjg1YjA0ZWM4OGU2NDk5YzdjZDc4Zjk3MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJjcnlwdGljX2Zyb2dfIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzUwYTk5MzNhM2IxMDQ4OWQzOGY2OTUwYzRlNjI4YmZjZjlmN2EyN2Y4ZDg0NjY2ZjA0ZjE0ZDUzNzQyNTI5NzIiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"\",4:\"§6Red Sand Enjoyer\",5:\"§7§7Red Sand minions work §a{0}%\",6:\"§a§7faster while on your island.\",7:\"\",8:\"§6Slow Moving\",9:\"§7§7Converts all §f✦ Speed §7over\",10:\"§7100 into §6☘ Mining Fortune\",11:\"§6§7for non-ores at §a{0}%\",12:\"§a§7efficiency. Current bonus:\",13:\"§7§6+0☘\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Snail\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SNAIL\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"SNAIL;2\"}}", + "displayname": "§7[Lvl {LVL}] §9Snail", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"086630c9-9079-3ab1-8125-f9583d752ee2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjQxMzY3ODczMiwKICAicHJvZmlsZUlkIiA6ICJjMTNkYzkxZjg1YjA0ZWM4OGU2NDk5YzdjZDc4Zjk3MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJjcnlwdGljX2Zyb2dfIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzUwYTk5MzNhM2IxMDQ4OWQzOGY2OTUwYzRlNjI4YmZjZjlmN2EyN2Y4ZDg0NjY2ZjA0ZjE0ZDUzNzQyNTI5NzIiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Red Sand Enjoyer\",6:\"§7§7§9Red Sand Minions §7work §a{0}% §7faster\",7:\"§7while on your §bPrivate Island§7.\",8:\"\",9:\"§6Slow and Steady\",10:\"§7§7Convert every §f{1}§f✦ Speed §7you\",11:\"§7have above §f100 §7into §6+1☘ Block\",12:\"§6Fortune§7.\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§9§lRARE\"],Name:\"§7[Lvl {LVL}] §9Snail\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SNAIL\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"SNAIL;2\"}}", "damage": 3, "lore": [ "§8Mining Pet", "", + "§7Defense: §a{DEFENSE}", "§7Intelligence: §a{INTELLIGENCE}", "", "§6Red Sand Enjoyer", - "§7§7Red Sand minions work §a{0}%", - "§a§7faster while on your island.", + "§7§7§9Red Sand Minions §7work §a{0}% §7faster", + "§7while on your §bPrivate Island§7.", "", - "§6Slow Moving", - "§7§7Converts all §f✦ Speed §7over", - "§7100 into §6☘ Mining Fortune", - "§6§7for non-ores at §a{0}%", - "§a§7efficiency. Current bonus:", - "§7§6+0☘", + "§6Slow and Steady", + "§7§7Convert every §f{1}§f✦ Speed §7you", + "§7have above §f100 §7into §6+1☘ Block", + "§6Fortune§7.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -39,7 +38,7 @@ }, "crafttext": "33% chance", "useneucraft": true, - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Snail_Pet", diff --git a/items/SNAIL;3.json b/items/SNAIL;3.json index 94bbe03f..b743936b 100644 --- a/items/SNAIL;3.json +++ b/items/SNAIL;3.json @@ -1,23 +1,22 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl {LVL}] §5Snail", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"086630c9-9079-3ab1-8125-f9583d752ee2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjQxMzY3ODczMiwKICAicHJvZmlsZUlkIiA6ICJjMTNkYzkxZjg1YjA0ZWM4OGU2NDk5YzdjZDc4Zjk3MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJjcnlwdGljX2Zyb2dfIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzUwYTk5MzNhM2IxMDQ4OWQzOGY2OTUwYzRlNjI4YmZjZjlmN2EyN2Y4ZDg0NjY2ZjA0ZjE0ZDUzNzQyNTI5NzIiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"\",4:\"§6Red Sand Enjoyer\",5:\"§7§7Red Sand minions work §a{0}%\",6:\"§a§7faster while on your island.\",7:\"\",8:\"§6Slow Moving\",9:\"§7§7Converts all §f✦ Speed §7over\",10:\"§7100 into §6☘ Mining Fortune\",11:\"§6§7for non-ores at §a{1}%\",12:\"§a§7efficiency. Current bonus:\",13:\"§7§6+0☘\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Snail\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SNAIL\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"SNAIL;3\"}}", + "displayname": "§7[Lvl {LVL}] §5Snail", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"086630c9-9079-3ab1-8125-f9583d752ee2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjQxMzY3ODczMiwKICAicHJvZmlsZUlkIiA6ICJjMTNkYzkxZjg1YjA0ZWM4OGU2NDk5YzdjZDc4Zjk3MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJjcnlwdGljX2Zyb2dfIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzUwYTk5MzNhM2IxMDQ4OWQzOGY2OTUwYzRlNjI4YmZjZjlmN2EyN2Y4ZDg0NjY2ZjA0ZjE0ZDUzNzQyNTI5NzIiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Red Sand Enjoyer\",6:\"§7§7§9Red Sand Minions §7work §a{0}% §7faster\",7:\"§7while on your §bPrivate Island§7.\",8:\"\",9:\"§6Slow and Steady\",10:\"§7§7Convert every §f{1}§f✦ Speed §7you\",11:\"§7have above §f100 §7into §6+1☘ Block\",12:\"§6Fortune§7.\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§7[Lvl {LVL}] §5Snail\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SNAIL\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"SNAIL;3\"}}", "damage": 3, "lore": [ "§8Mining Pet", "", + "§7Defense: §a{DEFENSE}", "§7Intelligence: §a{INTELLIGENCE}", "", "§6Red Sand Enjoyer", - "§7§7Red Sand minions work §a{0}%", - "§a§7faster while on your island.", + "§7§7§9Red Sand Minions §7work §a{0}% §7faster", + "§7while on your §bPrivate Island§7.", "", - "§6Slow Moving", - "§7§7Converts all §f✦ Speed §7over", - "§7100 into §6☘ Mining Fortune", - "§6§7for non-ores at §a{1}%", - "§a§7efficiency. Current bonus:", - "§7§6+0☘", + "§6Slow and Steady", + "§7§7Convert every §f{1}§f✦ Speed §7you", + "§7have above §f100 §7into §6+1☘ Block", + "§6Fortune§7.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -39,7 +38,7 @@ }, "crafttext": "80% chance", "useneucraft": true, - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Snail_Pet", -- cgit