diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-30 19:22:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 18:22:51 +0000 |
commit | a648b1f990523956d9c5725ea537bb8ed2511f09 (patch) | |
tree | 1093f469c0a2d594711f84b1a113025a34ff4e0d /items/WITHER_SHIELD_SCROLL.json | |
parent | 0b24d6c0ab8bb57c62b5ba9510ea2c2b318e6ac9 (diff) | |
download | NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.tar.gz NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.tar.bz2 NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.zip |
Fixed mana ray textures (#852)
* Fixed mana ray textures
* Fixed hot stuff thingy
* Added new contrib, fixed tiger pet, added new drops, added new item
* Fixed Mythic Endermite pet
* Combinable in Anvil
* Added new lore to hollow armor, fixed parents
* Fixed Kuudra Key Lore and Obsidian Tablet
Diffstat (limited to 'items/WITHER_SHIELD_SCROLL.json')
-rw-r--r-- | items/WITHER_SHIELD_SCROLL.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/items/WITHER_SHIELD_SCROLL.json b/items/WITHER_SHIELD_SCROLL.json index 2dcd8392..6a8e169d 100644 --- a/items/WITHER_SHIELD_SCROLL.json +++ b/items/WITHER_SHIELD_SCROLL.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:writable_book", "displayname": "§5Wither Shield", - "nbttag": "{generation:0,ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7This scroll can be applied to a\",1:\"§7§6Necron's Blade (Unrefined)\",2:\"§6§7granting it the §6Wither\",3:\"§6Shield §7ability.\",4:\"\",5:\"§6Ability: Wither Shield §e§lRIGHT CLICK\",6:\"§7Reduces damage taken by §c10%\",7:\"§c§7for §e5 §7seconds. Also grants\",8:\"§7an absorption shield that gives\",9:\"§7§9150% §7of your Critical Damage\",10:\"§7as health, after §e5 §7seconds\",11:\"§7§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\"},AttributeModifiers:[],resolved:0b}", + "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}", "damage": 0, "lore": [ - "§7This scroll can be applied to a", - "§7§6Necron's Blade (Unrefined)", - "§6§7granting it the §6Wither", - "§6Shield §7ability.", + "§7§8Combinable in Anvil", + "", + "§7Applies the §6Wither Shield", + "§6Ability §7when combined with a", + "§7§6Necron\u0027s Blade (Unrefined)§7.", "", "§6Ability: Wither Shield §e§lRIGHT CLICK", "§7Reduces damage taken by §c10%", |