diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-13 00:06:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 18:06:42 -0400 |
commit | 5f0a4ab62aa23b284ab6da92396d5293b85c670b (patch) | |
tree | 9e99671a8444eaf96d17a250846f253121d870ce /items/GENERALS_ARMOR_OF_THE_RESISTANCE_BOOTS.json | |
parent | 9a130256dcc933d02a0577a7438dad0303e1e7c8 (diff) | |
download | NotEnoughUpdates-REPO-5f0a4ab62aa23b284ab6da92396d5293b85c670b.tar.gz NotEnoughUpdates-REPO-5f0a4ab62aa23b284ab6da92396d5293b85c670b.tar.bz2 NotEnoughUpdates-REPO-5f0a4ab62aa23b284ab6da92396d5293b85c670b.zip |
More Mobs and Resistance Things and Max Book Fix (#458)
* More Mobs and Resistance Things and Max Book Fix
* Removed UUID and Timestamp
Diffstat (limited to 'items/GENERALS_ARMOR_OF_THE_RESISTANCE_BOOTS.json')
-rw-r--r-- | items/GENERALS_ARMOR_OF_THE_RESISTANCE_BOOTS.json | 23 |
1 files changed, 23 insertions, 0 deletions
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 |