diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-08-07 01:40:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 23:40:26 +0000 |
commit | 421ec43323c6519006a6c6452fa06ae596b79373 (patch) | |
tree | b6a0d4078cd6943a23eff10ddfa6268aa1993207 /items/WITHER_SHIELD_SCROLL.json | |
parent | 9b3005d4a487f8ab309020e86d024fdb756c4cff (diff) | |
download | NotEnoughUpdates-REPO-421ec43323c6519006a6c6452fa06ae596b79373.tar.gz NotEnoughUpdates-REPO-421ec43323c6519006a6c6452fa06ae596b79373.tar.bz2 NotEnoughUpdates-REPO-421ec43323c6519006a6c6452fa06ae596b79373.zip |
feat: More Dye changes & Rabbit Potion (#1309)
Diffstat (limited to 'items/WITHER_SHIELD_SCROLL.json')
-rw-r--r-- | items/WITHER_SHIELD_SCROLL.json | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/items/WITHER_SHIELD_SCROLL.json b/items/WITHER_SHIELD_SCROLL.json index 6a8e169d..3c17c630 100644 --- a/items/WITHER_SHIELD_SCROLL.json +++ b/items/WITHER_SHIELD_SCROLL.json @@ -1,22 +1,21 @@ { "itemid": "minecraft:writable_book", "displayname": "§5Wither Shield", - "nbttag": "{generation:0,ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Applies the §6Wither Shield\",3:\"§6Ability §7when combined with a\",4:\"§7§6Necron\u0027s Blade (Unrefined)§7.\",5:\"\",6:\"§6Ability: Wither Shield §e§lRIGHT CLICK\",7:\"§7Reduces damage taken by §c10%\",8:\"§c§7for §e5 §7seconds. Also grants\",9:\"§7an absorption shield that gives\",10:\"§7§9150% §7of your Critical Damage\",11:\"§7as health, after §e5 §7seconds\",12:\"§7§a50% §7of the shield is\",13:\"§7converted into healing.\",14:\"§8Mana Cost: §3150\",15:\"§8Cooldown: §a10s\",16:\"\",17:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Wither Shield\"},ExtraAttributes:{id:\"WITHER_SHIELD_SCROLL\"},resolved:0b}", + "nbttag": "{generation:0,ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Applies the §6Wither Shield Ability §7when\",3:\"§7combined with a §6Necron\u0027s Blade\",4:\"§6(Unrefined)§7.\",5:\"\",6:\"§6Ability: Wither Shield §e§lRIGHT CLICK\",7:\"§7Reduces damage taken by §c10% §7for §e5\",8:\"§e§7seconds. Also grants an absorption\",9:\"§7shield that gives §9150% §7of your\",10:\"§7Critical Damage as health, after §e5\",11:\"§e§7seconds §a50% §7of the shield is\",12:\"§7converted into healing.\",13:\"§8Mana Cost: §3150\",14:\"§8Cooldown: §a10s\",15:\"\",16:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Wither Shield\"},ExtraAttributes:{id:\"WITHER_SHIELD_SCROLL\"},resolved:0b}", "damage": 0, "lore": [ "§7§8Combinable in Anvil", "", - "§7Applies the §6Wither Shield", - "§6Ability §7when combined with a", - "§7§6Necron\u0027s Blade (Unrefined)§7.", + "§7Applies the §6Wither Shield Ability §7when", + "§7combined with a §6Necron\u0027s Blade", + "§6(Unrefined)§7.", "", - "§6Ability: Wither Shield §e§lRIGHT CLICK", - "§7Reduces damage taken by §c10%", - "§c§7for §e5 §7seconds. Also grants", - "§7an absorption shield that gives", - "§7§9150% §7of your Critical Damage", - "§7as health, after §e5 §7seconds", - "§7§a50% §7of the shield is", + "§6Ability: Wither Shield §e§lRIGHT CLICK", + "§7Reduces damage taken by §c10% §7for §e5", + "§e§7seconds. Also grants an absorption", + "§7shield that gives §9150% §7of your", + "§7Critical Damage as health, after §e5", + "§e§7seconds §a50% §7of the shield is", "§7converted into healing.", "§8Mana Cost: §3150", "§8Cooldown: §a10s", @@ -26,7 +25,7 @@ "internalname": "WITHER_SHIELD_SCROLL", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Blade_Scrolls", |