From 5f0a4ab62aa23b284ab6da92396d5293b85c670b Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 13 Apr 2021 00:06:42 +0200 Subject: More Mobs and Resistance Things and Max Book Fix (#458) * More Mobs and Resistance Things and Max Book Fix * Removed UUID and Timestamp --- items/GENERALS_ARMOR_OF_THE_RESISTANCE_BOOTS.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 items/GENERALS_ARMOR_OF_THE_RESISTANCE_BOOTS.json (limited to 'items/GENERALS_ARMOR_OF_THE_RESISTANCE_BOOTS.json') diff --git a/items/GENERALS_ARMOR_OF_THE_RESISTANCE_BOOTS.json b/items/GENERALS_ARMOR_OF_THE_RESISTANCE_BOOTS.json new file mode 100644 index 00000000..34fa0ca7 --- /dev/null +++ b/items/GENERALS_ARMOR_OF_THE_RESISTANCE_BOOTS.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§5Boots of the Rising Sun", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+15 HP\",1:\"§7Defense: §a+15\",2:\"\",3:\"§6Full Set Bonus: Power of the Resistance\",4:\"§7Provides a damage bonus while\",5:\"§7fighting against Dante, and\",6:\"§7reduces damage taken from Dante.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC BOOTS\"],color:10454537,Name:\"§5Boots of the Rising Sun\"},ExtraAttributes:{color:\"159:134:9\",leaderVotes:0,leaderPosition:0,originTag:\"REWARD_SERAPHINE:ARMOR_OF_THE_RESISTANCE_BOOTS\",id:\"GENERALS_ARMOR_OF_THE_RESISTANCE_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+15 HP", + "§7Defense: §a+15", + "", + "§6Full Set Bonus: Power of the Resistance", + "§7Provides a damage bonus while", + "§7fighting against Dante, and", + "§7reduces damage taken from Dante.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC BOOTS" + ], + "internalname": "GENERALS_ARMOR_OF_THE_RESISTANCE_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit