From abcc153925a4d0213164ea1379ba51e82e8c31e1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 13 Apr 2024 12:49:36 +0200 Subject: Added the last pets, fixed lores and added a recipe (#1157) --- items/GOBLIN;4.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 items/GOBLIN;4.json (limited to 'items/GOBLIN;4.json') diff --git a/items/GOBLIN;4.json b/items/GOBLIN;4.json new file mode 100644 index 00000000..d94b2e0b --- /dev/null +++ b/items/GOBLIN;4.json @@ -0,0 +1,46 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§7[Lvl {LVL}] §6Goblin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"38627568-11ba-32cc-91a4-93ac97e2c9da\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwNzg1NDE1MTM1NSwKICAicHJvZmlsZUlkIiA6ICI2OGQyMTg3MDBlYmU0YTliYWU0OTcyNTg3ZDIzNzA4OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJzbGVlcG5vdGZvcm1lIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzczMDlkOGRjMzVhNjM4YTA0YjkxNWEzYjE1YTE0NTJjZWVhZTBkN2VhNDJiY2RhZGIyMWIwMzA0Njk4NzUxNWMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Crit Chance: §c{CRIT_CHANCE}%\",4:\"\",5:\"§6Pickpocket\",6:\"§7§7Increases the coins obtained from\",7:\"§7goblin coin bags by §a{0}%§7.\",8:\"\",9:\"§6Offensive Odor\",10:\"§7§7The King\u0027s Scent potion effect lasts\",11:\"§7§a{1}%§7 longer on you.\",12:\"\",13:\"§6Free-range Eggs\",14:\"§7§7Increases the chance of finding\",15:\"§7rare goblin eggs by §a{2}%§7.\",16:\"\",17:\"§7§eRight-click to add this pet to your\",18:\"§epet menu!\",19:\"\",20:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6Goblin\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GOBLIN\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false,\\\"noMove\\\":false}\",id:\"GOBLIN;4\"}}", + "damage": 3, + "lore": [ + "§8Mining Pet", + "", + "§7Speed: §a{SPEED}", + "§7Crit Chance: §c{CRIT_CHANCE}%", + "", + "§6Pickpocket", + "§7§7Increases the coins obtained from", + "§7goblin coin bags by §a{0}%§7.", + "", + "§6Offensive Odor", + "§7§7The King\u0027s Scent potion effect lasts", + "§7§a{1}%§7 longer on you.", + "", + "§6Free-range Eggs", + "§7§7Increases the chance of finding", + "§7rare goblin eggs by §a{2}%§7.", + "", + "§7§eRight-click to add this pet to your", + "§epet menu!", + "", + "§6§lLEGENDARY" + ], + "internalname": "GOBLIN;4", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "FLAWLESS_AMBER_GEM:1.0", + "UGLY_FOSSIL:1.0" + ], + "count": 1, + "overrideOutputId": "GOBLIN;4", + "duration": 604800 + } + ] +} \ No newline at end of file -- cgit