diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-01 12:31:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 06:31:05 -0400 |
commit | b09d5d229d6134a9346b0a702bff4ccccf66e5d0 (patch) | |
tree | c09a00d380cff6e5bc60275061cb0a8cd8820896 /items/FINAL_DESTINATION_BOOTS.json | |
parent | 5bbca4d6d6cce00e0eb29b2d315c772461d9ddfb (diff) | |
download | NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.tar.gz NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.tar.bz2 NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.zip |
Reforge Stones and Rainbow Names + removing Item + update things (#503)
* Reforge Stones and Rainbow Names
* Removing dupe json with the wrong name
* Fixing other Stuff
* Another Rainbow name
* Another Fix
* Rainbow name
* Rainbow Name
* Another Fix
* First Part
* Fuck
* Part 2
* Part 3
* Part 4
* copy paste ftw
Diffstat (limited to 'items/FINAL_DESTINATION_BOOTS.json')
-rw-r--r-- | items/FINAL_DESTINATION_BOOTS.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/items/FINAL_DESTINATION_BOOTS.json b/items/FINAL_DESTINATION_BOOTS.json new file mode 100644 index 00000000..9b104437 --- /dev/null +++ b/items/FINAL_DESTINATION_BOOTS.json @@ -0,0 +1,45 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§f§f§6Final Destination Boots", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Vivacious Darkness\",5:\"§7Costs §32⸎ Soulflow §7per 5s in combat:\",6:\"§3⁍ §c+50❁ Strength\",7:\"§3⁍ §e+30⚔ Bonus Attack Speed\",8:\"§3⁍ §f+10✦ Speed\",9:\"§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x\",10:\"§3⁍ §c+200⫽ Ferocity §7against Endermen\",11:\"\",12:\"§6Piece Bonus: Enderman Bulwark\",13:\"§7Kill Endermen to accumulate\",14:\"§7defense against them.\",15:\"§7Piece Bonus: §a+0❈\",16:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c100§8)\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4☠ §cRequires §5Enderman Slayer 4\",20:\"§6§lLEGENDARY BOOTS\"],color:655377,Name:\"§f§f§6Final Destination Boots\"},ExtraAttributes:{color:\"10:0:17\",originTag:\"CRAFTING_GRID_COLLECT\",id:\"FINAL_DESTINATION_BOOTS\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Health: §a+100 HP", + "§7Defense: §a+100", + "§7Intelligence: §a+100", + "", + "§6Full Set Bonus: Vivacious Darkness", + "§7Costs §32⸎ Soulflow §7per 5s in combat:", + "§3⁍ §c+50❁ Strength", + "§3⁍ §e+30⚔ Bonus Attack Speed", + "§3⁍ §f+10✦ Speed", + "§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x", + "§3⁍ §c+200⫽ Ferocity §7against Endermen", + "", + "§6Piece Bonus: Enderman Bulwark", + "§7Kill Endermen to accumulate", + "§7defense against them.", + "§7Piece Bonus: §a+0❈", + "§7Next Upgrade: §a+20❈ §8(§a0§7/§c100§8)", + "", + "§7§8This item can be reforged!", + "§7§4☠ §cRequires §5Enderman Slayer 4", + "§6§lLEGENDARY BOOTS" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "ENCHANTED_REDSTONE:64", + "B2": "", + "B3": "ENCHANTED_REDSTONE:64", + "C1": "NULL_OVOID:1", + "C2": "", + "C3": "NULL_OVOID:1" + }, + "internalname": "FINAL_DESTINATION_BOOTS", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |