diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-27 13:21:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-27 23:21:28 +1100 |
commit | 9ddea026b89e728ff31c673a7fb5fe642ef8ecab (patch) | |
tree | 4b492b1b16b8042c68f10bfbefcd9a28592a279c /items/KUUDRA_FOLLOWER_ARTIFACT.json | |
parent | 72d03dc83acd306a82ed67bd94b2630115762ddb (diff) | |
download | NotEnoughUpdates-REPO-9ddea026b89e728ff31c673a7fb5fe642ef8ecab.tar.gz NotEnoughUpdates-REPO-9ddea026b89e728ff31c673a7fb5fe642ef8ecab.tar.bz2 NotEnoughUpdates-REPO-9ddea026b89e728ff31c673a7fb5fe642ef8ecab.zip |
Added shitty artifact and fixed items (#879)
Diffstat (limited to 'items/KUUDRA_FOLLOWER_ARTIFACT.json')
-rw-r--r-- | items/KUUDRA_FOLLOWER_ARTIFACT.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/items/KUUDRA_FOLLOWER_ARTIFACT.json b/items/KUUDRA_FOLLOWER_ARTIFACT.json new file mode 100644 index 00000000..22c5bef1 --- /dev/null +++ b/items/KUUDRA_FOLLOWER_ARTIFACT.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Kuudra Follower Artifact", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c622d906-f8c2-3e5c-8954-e747d615d247\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzcyMDExMjgwYjViOWFiMThjNTU3MDM5NDNlN2YxMWExOTcxNzk3NGJiOTU0MWNhNGIyNzIzZjdhNWZhYjIzNiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Halves the damage from Kuudra\",1:\"§7followers.\",2:\"\",3:\"§8§l* §8Co-op Soulbound §8§l*\",4:\"§5§lEPIC ACCESSORY\"],Name:\"§5Kuudra Follower Artifact\"},ExtraAttributes:{rarity_upgrades:1,talisman_enrichment:\"magic_find\",id:\"KUUDRA_FOLLOWER_ARTIFACT\"}}", + "damage": 3, + "lore": [ + "§7Halves the damage from Kuudra", + "§7followers.", + "", + "§8§l* §8Co-op Soulbound §8§l*", + "§5§lEPIC ACCESSORY" + ], + "internalname": "KUUDRA_FOLLOWER_ARTIFACT", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Kuudra_Follower_Artifact", + "https://wiki.hypixel.net/Kuudra_Follower_Artifact" + ] +}
\ No newline at end of file |