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/STARRED_SHADOW_FURY.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/STARRED_SHADOW_FURY.json')
-rw-r--r-- | items/STARRED_SHADOW_FURY.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/items/STARRED_SHADOW_FURY.json b/items/STARRED_SHADOW_FURY.json index 6622719c..f7663234 100644 --- a/items/STARRED_SHADOW_FURY.json +++ b/items/STARRED_SHADOW_FURY.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:diamond_sword", "displayname": "§6⚚ Shadow Fury", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d540\",1:\"§7Damage: §c+310\",2:\"§7Strength: §c+130\",3:\"§7Speed: §a+40\",4:\" §8[§8❁§8] §8[§8⚔§8]\",5:\"\",6:\"§6Ability: Shadow Fury §e§lRIGHT CLICK\",7:\"§7Rapidly teleports you to up to\",8:\"§7§b5 §7enemies within §e12\",9:\"§e§7blocks, rooting each of them\",10:\"§7and allowing you to hit them.\",11:\"§8Cooldown: §a15s\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §aCatacombs Floor V\",15:\"§aCompletion\",16:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6⚚ Shadow Fury\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_SHADOW_FURY\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d540\",1:\"§7Damage: §c+310 §8(+300)\",2:\"§7Strength: §c+160 §8(+130)\",3:\"§7Crit Damage: §c+60% §8(+30%)\",4:\"§7Speed: §a+40\",5:\" §8[§8❁§8] §8[§8⚔§8]\",6:\"\",7:\"§6Ability: Shadow Fury §e§lRIGHT CLICK\",8:\"§7Rapidly teleports you to up to\",9:\"§7§b5 §7enemies within §e12\",10:\"§e§7blocks, rooting each of them\",11:\"§7and allowing you to hit them.\",12:\"§8Cooldown: §a15s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aCatacombs Floor V\",16:\"§aCompletion\",17:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6⚚ Shadow Fury\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_SHADOW_FURY\"}}", "damage": 0, "lore": [ "§7Gear Score: §d540", - "§7Damage: §c+310", - "§7Strength: §c+130", + "§7Damage: §c+310 §8(+300)", + "§7Strength: §c+160 §8(+130)", + "§7Crit Damage: §c+60% §8(+30%)", "§7Speed: §a+40", " §8[§8❁§8] §8[§8⚔§8]", "", @@ -36,7 +37,7 @@ "internalname": "STARRED_SHADOW_FURY", "parent": "SHADOW_FURY", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Fury" |