From 0ccc81e77a4fed4cd3be6a6bddbf817cb011d3a0 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 3 Nov 2024 13:19:56 +0100 Subject: feat: Slayer Reqs in craft text (#1429) --- items/FINAL_DESTINATION_LEGGINGS.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'items/FINAL_DESTINATION_LEGGINGS.json') diff --git a/items/FINAL_DESTINATION_LEGGINGS.json b/items/FINAL_DESTINATION_LEGGINGS.json index d1f80026..1d86e06b 100644 --- a/items/FINAL_DESTINATION_LEGGINGS.json +++ b/items/FINAL_DESTINATION_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", - "displayname": "§f§f§6Final Destination Leggings", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+160\",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 LEGGINGS\"],color:16741887,Name:\"§f§f§6Final Destination Leggings\"},ExtraAttributes:{color:\"255:117:255\",eman_kills:207,originTag:\"QUICK_CRAFTING\",id:\"FINAL_DESTINATION_LEGGINGS\"},AttributeModifiers:[]}", + "displayname": "§6Final Destination Leggings", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+160\",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 LEGGINGS\"],color:16741887,Name:\"§6Final Destination Leggings\"},ExtraAttributes:{color:\"255:117:255\",eman_kills:207,originTag:\"QUICK_CRAFTING\",id:\"FINAL_DESTINATION_LEGGINGS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+160", @@ -41,9 +41,9 @@ }, "slayer_req": "EMAN_4", "internalname": "FINAL_DESTINATION_LEGGINGS", - "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", -- cgit