diff options
-rw-r--r-- | items/BARKING_WOLF_MONSTER.json | 33 | ||||
-rw-r--r-- | items/LEECH_SWORD.json | 3 |
2 files changed, 35 insertions, 1 deletions
diff --git a/items/BARKING_WOLF_MONSTER.json b/items/BARKING_WOLF_MONSTER.json new file mode 100644 index 00000000..1f391878 --- /dev/null +++ b/items/BARKING_WOLF_MONSTER.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aBarking Wolf (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c150\"],Name:\"§aBarking Wolf (Monster)\"},ExtraAttributes:{id:\"BARKING_WOLF_MONSTER\"}}", + "damage": 3, + "lore": [ + "§c❤ Health§8: §c150" + ], + "internalname": "BARKING_WOLF_MONSTER", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Barking_Wolf", + "https://wiki.hypixel.net/Barking_Wolf" + ], + "crafttext": "", + "recipes": [ + { + "name": "§cBarking Wolf", + "render": "Wolf", + "level": 2, + "type": "drops", + "panorama": "hub", + "drops": [ + { + "id": "MUTED_BARK:1", + "chance": "100%" + } + ] + } + ] +}
\ No newline at end of file diff --git a/items/LEECH_SWORD.json b/items/LEECH_SWORD.json index 9ac99e75..221b2b73 100644 --- a/items/LEECH_SWORD.json +++ b/items/LEECH_SWORD.json @@ -1,9 +1,10 @@ { "itemid": "minecraft:wooden_sword", "displayname": "§9Leech Sword", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§7Regens §b3 Mana §7on hit.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§9§lRARE SWORD\"],Name:\"§9Leech Sword\"},ExtraAttributes:{id:\"LEECH_SWORD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Speed: §a+2\",1:\"\",2:\"§7Regens §b3 Mana §7on hit.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE SWORD\"],Name:\"§9Leech Sword\"},ExtraAttributes:{id:\"LEECH_SWORD\"}}", "damage": 0, "lore": [ + "§7Speed: §a+2", "", "§7Regens §b3 Mana §7on hit.", "", |