diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-08-06 23:44:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 21:44:43 +0000 |
commit | 9b3005d4a487f8ab309020e86d024fdb756c4cff (patch) | |
tree | a3cba33555b100a7da7f6566e8b8ecfac7549ad0 /items/NECRON_BLADE.json | |
parent | 1eb9efcd5d6fe43a435ed19b9c825e4e1cddaa3c (diff) | |
download | NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.tar.gz NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.tar.bz2 NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.zip |
feat: Dye Changes Part 1 (#1308)
* feat: Dye Changes Part 1
* More changes
* feat: Fishing Sack changes
* fix: Emerald Artifact in misc file
Diffstat (limited to 'items/NECRON_BLADE.json')
-rw-r--r-- | items/NECRON_BLADE.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/items/NECRON_BLADE.json b/items/NECRON_BLADE.json index 9584c84f..493855b9 100644 --- a/items/NECRON_BLADE.json +++ b/items/NECRON_BLADE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_sword", "displayname": "§6Necron\u0027s Blade (Unrefined)", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d425\",1:\"§7Damage: §c+260\",2:\"§7Strength: §c+110\",3:\"§7Intelligence: §a+50\",4:\"§7Ferocity: §a+30\",5:\"\",6:\"§7Deals +§c50% §7damage to\",7:\"§7Withers.\",8:\"\",9:\"§eRight-click to use your class ability!\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aThe Catacombs Floor\",13:\"§aVII Completion§c.\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Necron\u0027s Blade (Unrefined)\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECRON_BLADE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d425\",1:\"§7Damage: §c+260\",2:\"§7Strength: §c+110\",3:\"§7Intelligence: §a+50\",4:\"§7Ferocity: §a+30\",5:\"\",6:\"§7Deals §c+50% §7damage to Withers.\",7:\"\",8:\"§eRight-click to use your class ability!\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aThe Catacombs Floor\",12:\"§aVII Completion§c.\",13:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Necron\u0027s Blade (Unrefined)\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECRON_BLADE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d425", @@ -10,8 +10,7 @@ "§7Intelligence: §a+50", "§7Ferocity: §a+30", "", - "§7Deals +§c50% §7damage to", - "§7Withers.", + "§7Deals §c+50% §7damage to Withers.", "", "§eRight-click to use your class ability!", "", @@ -34,7 +33,7 @@ "internalname": "NECRON_BLADE", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necron\u0027s_Blade", |