diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-07-14 13:56:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 13:56:50 +0200 |
commit | bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2 (patch) | |
tree | c51e420df104a0a949f79311a264bfb1d0856d76 /items/VOODOO_DOLL.json | |
parent | 9505bfa9c47422660c8c7922416ea9943dea7cf9 (diff) | |
download | NotEnoughUpdates-REPO-bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2.tar.gz NotEnoughUpdates-REPO-bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2.tar.bz2 NotEnoughUpdates-REPO-bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2.zip |
SkyBlock Patch 0.19.1 - Item Linking, Leveling Update, Stash QoL, & B… (#956)
* SkyBlock Patch 0.19.1 - Item Linking, Leveling Update, Stash QoL, & Bug Fixes
* Added right click to sack
* Added undead to lore
* Fixed Wisp's and mana steal enchant
Diffstat (limited to 'items/VOODOO_DOLL.json')
-rw-r--r-- | items/VOODOO_DOLL.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/items/VOODOO_DOLL.json b/items/VOODOO_DOLL.json index a94b6437..758de3b1 100644 --- a/items/VOODOO_DOLL.json +++ b/items/VOODOO_DOLL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fish", "displayname": "§9Voodoo 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§c2,850 §7damage/s for §a10§7s.\",8:\"§8Mana Cost: §3200\",9:\"§8Cooldown: §a5s\",10:\"\",11:\"§8Who do you voodoo?\",12:\"\",13:\"§7§4☠ §cRequires §5Zombie Slayer 5§c.\",14:\"§9§lRARE\"],Name:\"§9Voodoo Doll\"},ExtraAttributes:{id:\"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§c70,058.8 §7damage/s for\",8:\"§7§a10s§7.\",9:\"§8Mana Cost: §3200\",10:\"§8Cooldown: §a5s\",11:\"\",12:\"§8Who do you voodoo?\",13:\"\",14:\"§7§4☠ §cRequires §5Zombie Slayer 5§c.\",15:\"§9§lRARE\"],Name:\"§9Voodoo Doll\"},ExtraAttributes:{id:\"VOODOO_DOLL\"}}", "damage": 3, "lore": [ "§6Ability: Acupuncture §e§lRIGHT CLICK", @@ -11,7 +11,8 @@ "§7", "§7Monsters hit by at least one", "§7arrow are slowed and receive", - "§7§c2,850 §7damage/s for §a10§7s.", + "§7§c70,058.8 §7damage/s for", + "§7§a10s§7.", "§8Mana Cost: §3200", "§8Cooldown: §a5s", "", |