diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-11-03 13:19:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-03 12:19:56 +0000 |
| commit | 0ccc81e77a4fed4cd3be6a6bddbf817cb011d3a0 (patch) | |
| tree | 797165ef8f8875b83b90a7ad1d5049b0fbc73a8e /items/FINAL_DESTINATION_CHESTPLATE.json | |
| parent | 881e55d04370448a3eb0d5699ed06fe49575ea14 (diff) | |
| download | NotEnoughUpdates-REPO-0ccc81e77a4fed4cd3be6a6bddbf817cb011d3a0.tar.gz NotEnoughUpdates-REPO-0ccc81e77a4fed4cd3be6a6bddbf817cb011d3a0.tar.bz2 NotEnoughUpdates-REPO-0ccc81e77a4fed4cd3be6a6bddbf817cb011d3a0.zip | |
feat: Slayer Reqs in craft text (#1429)
Diffstat (limited to 'items/FINAL_DESTINATION_CHESTPLATE.json')
| -rw-r--r-- | items/FINAL_DESTINATION_CHESTPLATE.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/FINAL_DESTINATION_CHESTPLATE.json b/items/FINAL_DESTINATION_CHESTPLATE.json index 6c66100a..f0424085 100644 --- a/items/FINAL_DESTINATION_CHESTPLATE.json +++ b/items/FINAL_DESTINATION_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", - "displayname": "§f§f§6Final Destination Chestplate", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Vivacious Darkness\",5:\"§7§7Costs §32⸎ Soulflow §7per 5s\",6:\"§7in combat while §asneaking§7:\",7:\"§3⁍ §c+30❁ Strength\",8:\"§3⁍ §e+20⚔ Bonus Attack Speed\",9:\"§3⁍ §f+10✦ Speed\",10:\"§3⁍ §7Multiply §b✎ Intelligence §7by §b1.25x\",11:\"§3⁍ §c+200⫽ Ferocity §7against Endermen\",12:\"§3⁍ §a+100% §7damage against Endermen\",13:\"\",14:\"§6Piece Bonus: Enderman Bulwark\",15:\"§7Kill Endermen to accumulate\",16:\"§7defense against them.\",17:\"§7Piece Bonus: §a+40❈\",18:\"§7Next Upgrade: §a+60❈ §8(§a0§7/§c100§8)\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§7§4☠ §cRequires §5Enderman Slayer 4§c.\",22:\"§6§lLEGENDARY CHESTPLATE\"],color:655377,Name:\"§f§f§6Final Destination Chestplate\"},ExtraAttributes:{color:\"10:0:17\",eman_kills:207,originTag:\"QUICK_CRAFTING\",id:\"FINAL_DESTINATION_CHESTPLATE\"},AttributeModifiers:[]}", + "displayname": "§6Final Destination Chestplate", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Vivacious Darkness\",5:\"§7§7Costs §32⸎ Soulflow §7per 5s\",6:\"§7in combat while §asneaking§7:\",7:\"§3⁍ §c+30❁ Strength\",8:\"§3⁍ §e+20⚔ Bonus Attack Speed\",9:\"§3⁍ §f+10✦ Speed\",10:\"§3⁍ §7Multiply §b✎ Intelligence §7by §b1.25x\",11:\"§3⁍ §c+200⫽ Ferocity §7against Endermen\",12:\"§3⁍ §a+100% §7damage against Endermen\",13:\"\",14:\"§6Piece Bonus: Enderman Bulwark\",15:\"§7Kill Endermen to accumulate\",16:\"§7defense against them.\",17:\"§7Piece Bonus: §a+40❈\",18:\"§7Next Upgrade: §a+60❈ §8(§a0§7/§c100§8)\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§7§4☠ §cRequires §5Enderman Slayer 4§c.\",22:\"§6§lLEGENDARY CHESTPLATE\"],color:655377,Name:\"§6Final Destination Chestplate\"},ExtraAttributes:{color:\"10:0:17\",eman_kills:207,originTag:\"QUICK_CRAFTING\",id:\"FINAL_DESTINATION_CHESTPLATE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+200", @@ -41,9 +41,9 @@ }, "slayer_req": "EMAN_4", "internalname": "FINAL_DESTINATION_CHESTPLATE", - "crafttext": "", + "crafttext": "Requires: Enderman Slayer 4", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Final_Destination_Armor", |
