aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGutyina Gergő <gutyina.gergo.2@gmail.com>2021-08-14 17:20:49 -0700
committerGitHub <noreply@github.com>2021-08-14 20:20:49 -0400
commit249cd9d7656d9c1e59e46f3cbbf3012a207f26a8 (patch)
tree58b2f0431bffdb7164651fc8ab8f34ce465918a8
parent70fb8e1ead95189a7a9e97455786bdf3f6c050c7 (diff)
downloadNotEnoughUpdates-REPO-249cd9d7656d9c1e59e46f3cbbf3012a207f26a8.tar.gz
NotEnoughUpdates-REPO-249cd9d7656d9c1e59e46f3cbbf3012a207f26a8.tar.bz2
NotEnoughUpdates-REPO-249cd9d7656d9c1e59e46f3cbbf3012a207f26a8.zip
Fix mana cost on item Wand of Atonement (#591)
* Fix mana cost on item Wand of Atonement * Update nbttag for item Wand of Atonement
-rw-r--r--items/WAND_OF_ATONEMENT.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/items/WAND_OF_ATONEMENT.json b/items/WAND_OF_ATONEMENT.json
index efeac16d..22e705eb 100644
--- a/items/WAND_OF_ATONEMENT.json
+++ b/items/WAND_OF_ATONEMENT.json
@@ -1,13 +1,13 @@
{
"itemid": "minecraft:stick",
"displayname": "§6Wand of Atonement",
- "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§6Item Ability: Huge Heal §e§lRIGHT CLICK\",1:\"§7Heal §c170❤§7/s for 7s.\",2:\"§7§8Wand heals don\u0027t stack.\",3:\"§8Mana Cost: §3120\",4:\"§8Cooldown: §a1s\",5:\"\",6:\"§7§4☠ §cRequires §5Zombie Slayer 7\",7:\"§6§lLEGENDARY WAND\"],Name:\"§6Wand of Atonement\"},ExtraAttributes:{id:\"WAND_OF_ATONEMENT\"},AttributeModifiers:[]}",
+ "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§6Item Ability: Huge Heal §e§lRIGHT CLICK\",1:\"§7Heal §c170❤§7/s for 7s.\",2:\"§7§8Wand heals don\u0027t stack.\",3:\"§8Mana Cost: §3240\",4:\"§8Cooldown: §a1s\",5:\"\",6:\"§7§4☠ §cRequires §5Zombie Slayer 7\",7:\"§6§lLEGENDARY WAND\"],Name:\"§6Wand of Atonement\"},ExtraAttributes:{id:\"WAND_OF_ATONEMENT\"},AttributeModifiers:[]}",
"damage": 0,
"lore": [
"§6Item Ability: Huge Heal §e§lRIGHT CLICK",
"§7Heal §c170❤§7/s for 7s.",
"§7§8Wand heals don\u0027t stack.",
- "§8Mana Cost: §3120",
+ "§8Mana Cost: §3240",
"§8Cooldown: §a1s",
"",
"§7§4☠ §cRequires §5Zombie Slayer 7",
@@ -33,4 +33,4 @@
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Wand_of_Atonement"
]
-} \ No newline at end of file
+}