diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-22 21:42:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 21:42:06 +0200 |
commit | 876eebe051fb98f2d9c4fbf90b838b30a228d835 (patch) | |
tree | 21d4510d275fcbbe0dcd7fe45124c7535ee2b434 /items/TOXIC_ARROW_POISON.json | |
parent | e59a948a5b2ce4a51c978fb188dc910a145432d0 (diff) | |
download | NotEnoughUpdates-REPO-876eebe051fb98f2d9c4fbf90b838b30a228d835.tar.gz NotEnoughUpdates-REPO-876eebe051fb98f2d9c4fbf90b838b30a228d835.tar.bz2 NotEnoughUpdates-REPO-876eebe051fb98f2d9c4fbf90b838b30a228d835.zip |
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
Diffstat (limited to 'items/TOXIC_ARROW_POISON.json')
-rw-r--r-- | items/TOXIC_ARROW_POISON.json | 12 |
1 files changed, 7 insertions, 5 deletions
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 |