diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-29 14:26:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 14:26:03 +0200 |
commit | 19bf0bd5719906212616f37582679877fe70c11e (patch) | |
tree | 53b5d9bd3e1b1e8b615b2a35ed08e0ae4985bf05 /items/BAT_WAND.json | |
parent | 436035e9af14dced1e71617667428feabfb2330f (diff) | |
download | NotEnoughUpdates-REPO-19bf0bd5719906212616f37582679877fe70c11e.tar.gz NotEnoughUpdates-REPO-19bf0bd5719906212616f37582679877fe70c11e.tar.bz2 NotEnoughUpdates-REPO-19bf0bd5719906212616f37582679877fe70c11e.zip |
Fixed kuudra pet stats (#829)
* Fixed kuudra pet stats
* New update i hate you
* Fixed Aiming enchant
Diffstat (limited to 'items/BAT_WAND.json')
-rw-r--r-- | items/BAT_WAND.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/BAT_WAND.json b/items/BAT_WAND.json index 8b1ca9d9..ed67f326 100644 --- a/items/BAT_WAND.json +++ b/items/BAT_WAND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:red_flower", "displayname": "§f§f§6Spirit Sceptre", - "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d370\",1:\"§7Damage: §c+180\",2:\"§7Intelligence: §a+300\",3:\" §8[§8✎§8]\",4:\"\",5:\"§6Ability: Guided Bat §e§lRIGHT CLICK\",6:\"§7Shoots a guided spirit bat,\",7:\"§7following your aim and exploding\",8:\"§7for §c2,220 §7damage.\",9:\"§8Mana Cost: §3250\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aCatacombs Floor IV\",13:\"§aCompletion\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§f§f§6Spirit Sceptre\"},ExtraAttributes:{id:\"BAT_WAND\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d370\",1:\"§7Damage: §c+180\",2:\"§7Intelligence: §a+300\",3:\" §8[§8✎§8]\",4:\"\",5:\"§6Ability: Guided Bat §e§lRIGHT CLICK\",6:\"§7Shoots a guided spirit bat,\",7:\"§7following your aim and exploding\",8:\"§7for §c2,220 §7damage.\",9:\"§8Mana Cost: §3200\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aCatacombs Floor IV\",13:\"§aCompletion\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§f§f§6Spirit Sceptre\"},ExtraAttributes:{id:\"BAT_WAND\"},AttributeModifiers:[]}", "damage": 2, "lore": [ "§7Gear Score: §d370", @@ -13,7 +13,7 @@ "§7Shoots a guided spirit bat,", "§7following your aim and exploding", "§7for §c2,220 §7damage.", - "§8Mana Cost: §3250", + "§8Mana Cost: §3200", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor IV", @@ -34,7 +34,7 @@ "internalname": "BAT_WAND", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spirit_Sceptre" |