From 1d1038dadcf4e9c36f5697bdd7f9f9cfafafe48f Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Wed, 10 Mar 2021 14:27:17 +0100 Subject: updated Daedalus Axe, added wiki links fixed some things (#430) * updated Daedalus axe * fixed some things * added wiki link to personal deletor * Update PERSONAL_DELETOR_4000.json * Update PERSONAL_DELETOR_5000.json * Update PERSONAL_DELETOR_6000.json * Update PERSONAL_DELETOR_7000.json * Update ARACHNE_FRAGMENT.json * Update ARACHNE_KEEPER_FRAGMENT.json * Update DARK_QUEENS_SOUL_DROP.json * Update SOUL_STRING.json * added arachne crystal --- items/ARACHNE_CRYSTAL.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/ARACHNE_CRYSTAL.json (limited to 'items/ARACHNE_CRYSTAL.json') diff --git a/items/ARACHNE_CRYSTAL.json b/items/ARACHNE_CRYSTAL.json new file mode 100644 index 00000000..7e37b3bd --- /dev/null +++ b/items/ARACHNE_CRYSTAL.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Arachne Crystal", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"951bc5be-5e19-35db-8b0c-c5035faf4a98\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWNlODMwZjIwZDBkZmIyNDI3Nzk3NTFmN2E1YzY4ZTY3ODg4OGY3Mjc1ODYxNDY1NGI2NTU2MjVjZjk0MzI0MyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§7A powerful object that has the\",1:\"§7power to call forth the full\",2:\"§7strength of Arachne.\",3:\"\",4:\"§9§lRARE\"],Name:\"§9Arachne Crystal\"},ExtraAttributes:{id:\"ARACHNE_CRYSTAL\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7A powerful object that has the", + "§7power to call forth the full", + "§7strength of Arachne.", + "", + "§9§lRARE" + ], + "internalname": "ARACHNE_CRYSTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Arachne_Crystal" + ] +} \ No newline at end of file -- cgit