diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-09 16:50:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 16:50:07 +0100 |
commit | 93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c (patch) | |
tree | 4c2eb88eb51676686b296476386f685afafea5de /items/WITHER_CLOAK.json | |
parent | 8d30c12edce0800e744a93ee743e03a7f4dbb8c5 (diff) | |
download | NotEnoughUpdates-REPO-93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c.tar.gz NotEnoughUpdates-REPO-93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c.tar.bz2 NotEnoughUpdates-REPO-93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c.zip |
XTREE (#870)
* XTREE
* Lava Rod
* Fixed lore of most Furniture items
* Fixed 2 npc things
* Fixed rare flying fish perk
* Fixed Lulonaut
* Added Bingo Card (extreme)
* Fixed Skin lore
* Fixed lore of sb menu
* Fixed Ice essence and glacial scythe
* Fixed Tac Sword Lore
lf approves
* New Kuudra Update stuff
* Fixed lore of nether sack items
* I love hypixel
Diffstat (limited to 'items/WITHER_CLOAK.json')
-rw-r--r-- | items/WITHER_CLOAK.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/items/WITHER_CLOAK.json b/items/WITHER_CLOAK.json index 3f058019..665d372d 100644 --- a/items/WITHER_CLOAK.json +++ b/items/WITHER_CLOAK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:stone_sword", - "displayname": "§f§f§5Wither Cloak Sword", - "nbttag": "{overrideMeta:1b,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 veil around you that\",7:\"§7grants you immunity from damage.\",8:\"§7Costs §d20% §7of your maximum\",9:\"§7mana each time you block a hit.\",10:\"§7Unable to attack while the\",11:\"§7shield is active but your\",12:\"§7creepers deal §c200 §7damage to\",13:\"§7nearby enemies every second.\",14:\"§7Click again to de-activate.\",15:\"\",16:\"§7Mana is consumed on damage.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §cCatacombs Skill\",20:\"§c7§c.\",21:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§f§f§5Wither Cloak Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_CLOAK\"},AttributeModifiers:[]}", + "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\"}}", "damage": 0, "lore": [ "§7Gear Score: §d875", @@ -10,17 +10,17 @@ "§7Defense: §a+250", "", "§6Ability: 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.", + "§7Spawns a protective veil that", + "§7grants you immunity from damage", + "§7for §a10s§7. Consumes §b20% max", + "§bmana§7 each time you block a", + "§7hit. You cannot attack while the", + "§7barrier is up.", + "§8Cooldown: §a10s", "", - "§7Mana is consumed on damage.", + "§7§e§lRIGHT CLICK §7while active", + "§7to deactivate. Cooldown is", + "§7halved on deactivation.", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §cCatacombs Skill", |