From cc1dad024af01a5ef6cacd3afbba2a1e18ea4a43 Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Sun, 31 Jan 2021 14:16:38 +0100 Subject: added 38 wiki links + pet skin (#382) * added 38 wiki links * added skeleton horse zombie pet skin * added parent for pet candy * forgot to change rare cosmetic in nbt tag to epic cosmetic --- items/TRAINING_WEIGHTS.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'items/TRAINING_WEIGHTS.json') diff --git a/items/TRAINING_WEIGHTS.json b/items/TRAINING_WEIGHTS.json index fd71f07f..9e7d7235 100644 --- a/items/TRAINING_WEIGHTS.json +++ b/items/TRAINING_WEIGHTS.json @@ -5,7 +5,7 @@ "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"32d530e8-2686-3a8c-bc41-ce3650e12bdf\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmYyY2ZhYWQ2ZjhiNjJjOTkyYzNiNTVjZTMxNjlmZmE0MDA1YWFlZTJkYjM1YTYzZjRiMzc5MGU0YTU5NmMzNSJ9fX0K\"}]}},display:{Lore:[0:\"§7The longer you hold this in your\",1:\"§7inventory, the stronger you'll\",2:\"§7become for §a2 minutes§7 after\",3:\"§7removing it from your inventory!\",4:\"§7Max +50.\",5:\"\",6:\"§fTime Held: §a11 Minutes\",7:\"§fStrength Gain: §c+1❁\",8:\"\",9:\"§a§lUNCOMMON DUNGEON ITEM\"],Name:\"§aTraining Weights\"},ExtraAttributes:{trainingWeightsHeldTime:680,id:\"TRAINING_WEIGHTS\"}}", - "modver": "1.0.0", + "modver": "2.0.0-REL", "lore": [ "§7The longer you hold this in your", "§7inventory, the stronger you'll", @@ -17,5 +17,9 @@ "§fStrength Gain: §c+1❁", "", "§a§lUNCOMMON DUNGEON ITEM" + ], + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Training_Weights" ] } \ No newline at end of file -- cgit