diff options
author | Swedengamer100 <44095205+Swedengamer100@users.noreply.github.com> | 2020-12-24 20:46:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-24 14:46:33 -0500 |
commit | 708e487f47d62a04bbdaf400ac908c13d4dd1eda (patch) | |
tree | 280ed76844225f48f9b9c7174aa9444828585a36 /items/WITHER_CLOAK.json | |
parent | d4768575718df4e3923d52aad960ac08b7bb3671 (diff) | |
download | NotEnoughUpdates-REPO-708e487f47d62a04bbdaf400ac908c13d4dd1eda.tar.gz NotEnoughUpdates-REPO-708e487f47d62a04bbdaf400ac908c13d4dd1eda.tar.bz2 NotEnoughUpdates-REPO-708e487f47d62a04bbdaf400ac908c13d4dd1eda.zip |
Take 2: Added enchantments and fixed parenting (#340)
* Add files via upload
* Add files via upload
* Add files via upload
* Delete parents.json
* Rename parent.json to parents.json
* Update enchants.json
* Update enchants.json
Diffstat (limited to 'items/WITHER_CLOAK.json')
-rw-r--r-- | items/WITHER_CLOAK.json | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/items/WITHER_CLOAK.json b/items/WITHER_CLOAK.json index 7cae1ca5..a6ca174c 100644 --- a/items/WITHER_CLOAK.json +++ b/items/WITHER_CLOAK.json @@ -1,21 +1,35 @@ { "itemid": "minecraft:stone_sword", - "displayname": "§5Wither Cloak Sword", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d375 \",1:\"§7Damage: §c+190 \",2:\"§7Strength: §c+135 \",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§7§4❣ §cRequires §aCatacombs Level 20\",6:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Wither Cloak Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_CLOAK\"}}", + "displayname": "§f§f§5Wither Cloak Sword", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §7-\",1:\"§7Damage: §c+190\",2:\"§7Strength: §c+135\",3:\"\",4:\"§7Defense: §a+250\",5:\"\",6:\"§6Item Ability: Creeper Veil §e§lRIGHT CLICK\",7:\"§7Spawns a veil around you that\",8:\"§7grants you immunity from damage.\",9:\"§7Costs §d20% §7of your maximum\",10:\"§7mana each time you block a hit.\",11:\"§7Unable to attack while the\",12:\"§7shield is active but your\",13:\"§7creepers deal §c200 §7damage to\",14:\"§7nearby enemies every second.\",15:\"§7Click again to de-activate.\",16:\"\",17:\"§7Mana is consumed on damage.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§f§f§5Wither Cloak Sword\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"WITHER_CLOAK\",uuid:\"3af70a04-5ba7-4c8a-bb3c-d66068e4a58f\",timestamp:\"12/19/20 4:17 AM\"},AttributeModifiers:[]}", "damage": 0, "lore": [ - "§7Gear Score: §d375 ", - "§7Damage: §c+190 ", - "§7Strength: §c+135 ", + "§7Gear Score: §7-", + "§7Damage: §c+190", + "§7Strength: §c+135", + "", + "§7Defense: §a+250", + "", + "§6Item Ability: Creeper Veil §e§lRIGHT CLICK", + "§7Spawns a veil around you that", + "§7grants you immunity from damage.", + "§7Costs §d20% §7of your maximum", + "§7mana each time you block a hit.", + "§7Unable to attack while the", + "§7shield is active but your", + "§7creepers deal §c200 §7damage to", + "§7nearby enemies every second.", + "§7Click again to de-activate.", + "", + "§7Mana is consumed on damage.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Level 20", "§5§lEPIC DUNGEON SWORD" ], "internalname": "WITHER_CLOAK", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.7.1-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Cloak_Sword" |