diff options
Diffstat (limited to 'items/PIG;4.json')
-rw-r--r-- | items/PIG;4.json | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/items/PIG;4.json b/items/PIG;4.json index 42ba95db..c2f2445c 100644 --- a/items/PIG;4.json +++ b/items/PIG;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Pig", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f6cb99e0-d9d4-34f9-8fe7-3cfaa93369f6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjIxNjY4ZWY3Y2I3OWRkOWMyMmNlM2QxZjNmNGNiNmUyNTU5ODkzYjZkZjRhNDY5NTE0ZTY2N2MxNmFhNCJ9fX0=\"}]}},display:{Lore:[0:\"§8Farming Mount\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet\",6:\"§7to ride it!\",7:\"\",8:\"§6Run\",9:\"§7§7Increases the speed of your\",10:\"§7mount by §a{0}%\",11:\"\",12:\"§6Sprint\",13:\"§7§7While holding an Enchanted\",14:\"§7Carrot on a Stick, increase the\",15:\"§7speed of your mount by §a{1}%\",16:\"\",17:\"§6Trample\",18:\"§7§7While on your private island,\",19:\"§7break all crops your pig rides\",20:\"§7over\",21:\"\",22:\"§7§eRight-click to add this pet to\",23:\"§eyour pet menu!\",24:\"\",25:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Pig\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"PIG\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"PIG;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f6cb99e0-d9d4-34f9-8fe7-3cfaa93369f6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjIxNjY4ZWY3Y2I3OWRkOWMyMmNlM2QxZjNmNGNiNmUyNTU5ODkzYjZkZjRhNDY5NTE0ZTY2N2MxNmFhNCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Farming Mount\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet\",6:\"§7to ride it!\",7:\"\",8:\"§6Run\",9:\"§7§7Increases the speed of your\",10:\"§7mount by §a{0}%\",11:\"\",12:\"§6Sprint\",13:\"§7§7While holding an Enchanted\",14:\"§7Carrot on a Stick, increase the\",15:\"§7speed of your mount by §a{1}%\",16:\"\",17:\"§6Trample\",18:\"§7§7Your pig will break all crops\",19:\"§7that it walks over while on your\",20:\"§7private island or Garden. While\",21:\"§7riding, §6☘ Farming Fortune\",22:\"§6§7and §aFarming Exp §7gain is\",23:\"§7reduced by §a75%§7.\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Pig\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"PIG\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"PIG;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Farming Mount", @@ -22,9 +22,12 @@ "§7speed of your mount by §a{1}%", "", "§6Trample", - "§7§7While on your private island,", - "§7break all crops your pig rides", - "§7over", + "§7§7Your pig will break all crops", + "§7that it walks over while on your", + "§7private island or Garden. While", + "§7riding, §6☘ Farming Fortune", + "§6§7and §aFarming Exp §7gain is", + "§7reduced by §a75%§7.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -45,11 +48,23 @@ "C2": "PORK:64", "C3": "PORK:64" }, - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pig_Pet", "https://wiki.hypixel.net/Pig_Pet" ], - "crafttext": "20% chance" + "crafttext": "20% chance", + "recipes": [ + { + "type": "katgrade", + "coins": 250000, + "time": 86400, + "input": "PIG;3", + "output": "PIG;4", + "items": [ + "PORK:512" + ] + } + ] }
\ No newline at end of file |