diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-05-20 13:40:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-20 21:40:03 +1000 |
commit | 632eeb14f7cd3032c6b6b3534d9d5a84ce7b2583 (patch) | |
tree | 52b98ac2ca90d6328367e5f011778d0eaca6cd03 /items/WITHER_CLOAK.json | |
parent | 05a1c168a9d2a2c8971f2bcb194acd5c887ef0ae (diff) | |
download | NotEnoughUpdates-REPO-632eeb14f7cd3032c6b6b3534d9d5a84ce7b2583.tar.gz NotEnoughUpdates-REPO-632eeb14f7cd3032c6b6b3534d9d5a84ce7b2583.tar.bz2 NotEnoughUpdates-REPO-632eeb14f7cd3032c6b6b3534d9d5a84ce7b2583.zip |
Fixed lore of lux spool and wither cloak (#928)
Diffstat (limited to 'items/WITHER_CLOAK.json')
-rw-r--r-- | items/WITHER_CLOAK.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/WITHER_CLOAK.json b/items/WITHER_CLOAK.json index 665d372d..1d4c2d52 100644 --- a/items/WITHER_CLOAK.json +++ b/items/WITHER_CLOAK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:stone_sword", "displayname": "§5Wither Cloak Sword", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d875\",1:\"§7Damage: §c+190\",2:\"§7Strength: §c+135\",3:\"§7Defense: §a+250\",4:\"\",5:\"§6Ability: Creeper Veil §e§lRIGHT CLICK\",6:\"§7Spawns a protective veil that\",7:\"§7grants you immunity from damage\",8:\"§7for §a10s§7. Consumes §b20% max\",9:\"§bmana§7 each time you block a\",10:\"§7hit. You cannot attack while the\",11:\"§7barrier is up.\",12:\"§8Cooldown: §a10s\",13:\"\",14:\"§7§e§lRIGHT CLICK §7while active\",15:\"§7to deactivate. Cooldown is\",16:\"§7halved on deactivation.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §cCatacombs Skill\",20:\"§c7§c.\",21:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Wither Cloak Sword\"},ExtraAttributes:{id:\"WITHER_CLOAK\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d875\",1:\"§7Damage: §c+190\",2:\"§7Strength: §c+135\",3:\"§7Defense: §a+250\",4:\"\",5:\"§6Ability: Creeper Veil §e§lRIGHT CLICK\",6:\"§7Spawns a protective veil that\",7:\"§7grants you immunity from damage\",8:\"§7for §a10s§7. Consumes §b20% max\",9:\"§bmana§7 each time you block a\",10:\"§7hit. You cannot attack while the\",11:\"§7barrier is up.\",12:\"§8Cooldown: §a10s\",13:\"\",14:\"§7§e§lRIGHT CLICK §7while active\",15:\"§7to deactivate. Cooldown is\",16:\"§7halved on deactivation.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aThe Catacombs Floor\",20:\"§aVII Completion§c.\",21:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Wither Cloak Sword\"},ExtraAttributes:{id:\"WITHER_CLOAK\"}}", "damage": 0, "lore": [ "§7Gear Score: §d875", @@ -23,14 +23,14 @@ "§7halved on deactivation.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §cCatacombs Skill", - "§c7§c.", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§5§lEPIC DUNGEON SWORD" ], "internalname": "WITHER_CLOAK", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Cloak_Sword", |