diff options
Diffstat (limited to 'items/VOODOO_DOLL_WILTED.json')
-rw-r--r-- | items/VOODOO_DOLL_WILTED.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/items/VOODOO_DOLL_WILTED.json b/items/VOODOO_DOLL_WILTED.json new file mode 100644 index 00000000..03c8a03e --- /dev/null +++ b/items/VOODOO_DOLL_WILTED.json @@ -0,0 +1,41 @@ +{ + "itemid": "minecraft:fish", + "displayname": "§5Jinxed Voodoo Doll", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Ability: Acupuncture §e§lRIGHT CLICK\",1:\"§7Shoot arrows from every\",2:\"§7direction around the targeted\",3:\"§7monster.\",4:\"§7\",5:\"§7Monsters hit by at least one\",6:\"§7arrow are slowed and receive\",7:\"§7§c3,333 §7damage/s for §a12§7s.\",8:\"§8Mana Cost: §3180\",9:\"§8Cooldown: §a3s\",10:\"\",11:\"§8Who do you voodoo?\",12:\"\",13:\"§5§lEPIC\"],Name:\"§5Jinxed Voodoo Doll\"},ExtraAttributes:{id:\"VOODOO_DOLL_WILTED\"}}", + "damage": 3, + "lore": [ + "§6Ability: Acupuncture §e§lRIGHT CLICK", + "§7Shoot arrows from every", + "§7direction around the targeted", + "§7monster.", + "§7", + "§7Monsters hit by at least one", + "§7arrow are slowed and receive", + "§7§c3,333 §7damage/s for §a12§7s.", + "§8Mana Cost: §3180", + "§8Cooldown: §a3s", + "", + "§8Who do you voodoo?", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "WILTED_BERBERIS_BUNCH:16", + "A2": "ENCHANTED_PUFFERFISH:3", + "A3": "WILTED_BERBERIS_BUNCH:16", + "B1": "WILTED_BERBERIS_BUNCH:16", + "B2": "VOIDLING_GENERATOR_2:1", + "B3": "ENCHANTED_GHAST_TEAR:13", + "C1": "ZOMBIE_HEART:1", + "C2": "WILTED_BERBERIS_BUNCH:16", + "C3": "VOODOO_DOLL:1" + }, + "internalname": "VOODOO_DOLL_WILTED", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "Requires: Wilted Berberis III", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Jinxed_Voodoo_Doll" + ] +}
\ No newline at end of file |