diff options
Diffstat (limited to 'items/INK_WAND.json')
-rw-r--r-- | items/INK_WAND.json | 44 |
1 files changed, 20 insertions, 24 deletions
diff --git a/items/INK_WAND.json b/items/INK_WAND.json index 3eede17f..c74eee76 100644 --- a/items/INK_WAND.json +++ b/items/INK_WAND.json @@ -1,34 +1,12 @@ { - "internalname": "INK_WAND", "itemid": "minecraft:stick", - "displayname": "Ink Wand", - "clickcommand": "viewrecipe", + "displayname": "§5Ink Wand", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+130\",1:\"§7Strength: §c+90\",2:\"\",3:\"§6Item Ability: Ink Bomb §e§lRIGHT CLICK\",4:\"§7Shoot an ink bomb in front of\",5:\"§7you dealing §a50,000 §7damage\",6:\"§7and giving blindness!\",7:\"§8Mana Cost: §360\",8:\"§8Cooldown: §a30s\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§5§lEPIC SWORD\"],Name:\"§5Ink Wand\"},ExtraAttributes:{id:\"INK_WAND\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+130\",1:\"§7Strength: §c+90\",2:\"\",3:\"§9First Strike IV\",4:\"§7Increases melee damage dealt by\",5:\"§7§a100% §7for the first hit on a\",6:\"§7mob.\",7:\"§9Looting IV\",8:\"§7Increases the chance of a\",9:\"§7Monster dropping an item by\",10:\"§7§a60%§7.\",11:\"§9Luck VI\",12:\"§7Increases the chance for\",13:\"§7Monsters to drop their armor by\",14:\"§7§a30%§7\",15:\"§9Sharpness V\",16:\"§7Increases melee damage dealt by\",17:\"§7§a25%§7\",18:\"§9Telekinesis I\",19:\"§7Block and mob drops go directly\",20:\"§7into your inventory.\",21:\"\",22:\"§6Item Ability: Ink Bomb §e§lRIGHT CLICK\",23:\"§7Shoot an ink bomb in front of\",24:\"§7you dealing §a50,000 §7damage\",25:\"§7and giving blindness!\",26:\"§8Mana Cost: §360\",27:\"§8Cooldown: §a30s\",28:\"\",29:\"§7§8This item can be reforged!\",30:\"§5§lEPIC SWORD\"],Name:\"§5Ink Wand\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"INK_WAND\",enchantments:{luck:6,first_strike:4,looting:4,telekinesis:1,sharpness:5},uuid:\"8fe3de81-7c51-440e-b835-198364b1cfb7\",anvil_uses:2,timestamp:\"3/16/20 12:38 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Damage: §c+130", "§7Strength: §c+90", "", - "§9First Strike IV", - "§7Increases melee damage dealt by", - "§7§a100% §7for the first hit on a", - "§7mob.", - "§9Looting IV", - "§7Increases the chance of a", - "§7Monster dropping an item by", - "§7§a60%§7.", - "§9Luck VI", - "§7Increases the chance for", - "§7Monsters to drop their armor by", - "§7§a30%§7", - "§9Sharpness V", - "§7Increases melee damage dealt by", - "§7§a25%§7", - "§9Telekinesis I", - "§7Block and mob drops go directly", - "§7into your inventory.", - "", "§6Item Ability: Ink Bomb §e§lRIGHT CLICK", "§7Shoot an ink bomb in front of", "§7you dealing §a50,000 §7damage", @@ -38,5 +16,23 @@ "", "§7§8This item can be reforged!", "§5§lEPIC SWORD" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_INK_SACK:32", + "A3": "", + "B1": "", + "B2": "ENCHANTED_INK_SACK:32", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + }, + "internalname": "INK_WAND", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ink_Wand" ] }
\ No newline at end of file |