From 876eebe051fb98f2d9c4fbf90b838b30a228d835 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 22 Aug 2023 21:42:06 +0200 Subject: Fixed Lavahorse name and toxic lore (#968) * Fixed Lavahorse name and toxic lore * Added skins * Added mob and npc * Fixed Booster Cookie Lore * Fixed Prec Eye lore * Fixed annihilation cloak --- items/TOXIC_ARROW_POISON.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'items/TOXIC_ARROW_POISON.json') diff --git a/items/TOXIC_ARROW_POISON.json b/items/TOXIC_ARROW_POISON.json index 17858fae..1911924b 100644 --- a/items/TOXIC_ARROW_POISON.json +++ b/items/TOXIC_ARROW_POISON.json @@ -4,12 +4,13 @@ "displayname": "§aToxic Arrow Poison", "clickcommand": "", "damage": 10, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Consumed on arrow shot\",1:\"§7Arrows deal §2+10% §7damage\",2:\"§7and reduces healing by §224%\",3:\"§2§7over §b4 §7seconds.\",4:\"\",5:\"§a§lUNCOMMON ARROW POISON\"],Name:\"§aToxic Arrow Poison\"},ExtraAttributes:{id:\"TOXIC_ARROW_POISON\"}}", - "modver": "2.1.0-REL", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Consumed on arrow shot\",1:\"§7Arrows deal an additional\",2:\"§7§210% §7of damage as poison\",3:\"§7and reduce healing by §224%\",4:\"§2§7over §b4 §7seconds.\",5:\"\",6:\"§a§lUNCOMMON ARROW POISON\"],Name:\"§aToxic Arrow Poison\"},ExtraAttributes:{id:\"TOXIC_ARROW_POISON\"}}", + "modver": "2.1.1-PRE", "lore": [ "§8Consumed on arrow shot", - "§7Arrows deal §2+10% §7damage", - "§7and reduces healing by §224%", + "§7Arrows deal an additional", + "§7§210% §7of damage as poison", + "§7and reduce healing by §224%", "§2§7over §b4 §7seconds.", "", "§a§lUNCOMMON ARROW POISON" @@ -18,5 +19,6 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Toxic_Arrow_Poison", "https://wiki.hypixel.net/Toxic_Arrow_Poison" - ] + ], + "crafttext": "" } \ No newline at end of file -- cgit