diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-19 20:37:55 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-19 20:37:55 -0400 |
commit | c142654be4625f976cf1eb493ceb26049bfaff2d (patch) | |
tree | e7ee4c595bbe6c147d1cfe6754ab0f0c2f4a6981 /items/ROTTEN_BOOTS.json | |
parent | f99bc2b2c5889e1ac3f64a507aa471ba763c35df (diff) | |
download | NotEnoughUpdates-REPO-c142654be4625f976cf1eb493ceb26049bfaff2d.tar.gz NotEnoughUpdates-REPO-c142654be4625f976cf1eb493ceb26049bfaff2d.tar.bz2 NotEnoughUpdates-REPO-c142654be4625f976cf1eb493ceb26049bfaff2d.zip |
Some more fixes and a couple additions
Diffstat (limited to 'items/ROTTEN_BOOTS.json')
-rw-r--r-- | items/ROTTEN_BOOTS.json | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/items/ROTTEN_BOOTS.json b/items/ROTTEN_BOOTS.json index 0aec0268..a0d3d638 100644 --- a/items/ROTTEN_BOOTS.json +++ b/items/ROTTEN_BOOTS.json @@ -1,25 +1,13 @@ { - "internalname": "ROTTEN_BOOTS", - "itemid": 301, - "displayname": "§9Light Rotten Boots", - "clickcommand": "", + "itemid": "minecraft:leather_boots", + "displayname": "§9Rotten Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d75\",1:\"§7Strength: §c+10\",2:\"\",3:\"§7Health: §a+60 HP\",4:\"\",5:\"§7This rotten piece of armor\",6:\"§7grants §e15% §7knockback\",7:\"§7resistance to arrows per piece\",8:\"§7worn.\",9:\"\",10:\"§6Full Set Bonus: Sieve Body\",11:\"§7Gain an additional §e20%\",12:\"§e§7knockback resistance to\",13:\"§7arrows.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 35000 / 35000\",17:\"§7§4❣ §cRequires §aCatacombs Level 1\",18:\"§9§lRARE DUNGEON BOOTS\"],color:10383363,Name:\"§9Rotten Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"ROTTEN_BOOTS\"}}", "damage": 0, - "nbttag": "{ench:[0:{lvl:3,id:8}],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d258 §8(303)\",1:\"§7Strength: §c+15 §8(+18)\",2:\"§7Crit Chance: §c+2% §8(Light +2%)\",3:\"§7Crit Damage: §c+3% §8(Light +3%) §8(+3.6%)\",4:\"§7Bonus Attack Speed: §c+3% §8(Light +3%)\",5:\"\",6:\"§7Health: §a+172 HP §8(Light +10 HP) §8(+206.4 HP)\",7:\"§7Defense: §a+18 §8(Light +3) §8(+21.6)\",8:\"§7Speed: §a+3 §8(Light +3) §8(+3.6)\",9:\"\",10:\"§9Depth Strider III, §9Feather Falling V\",11:\"§9Growth V, §9Protection V\",12:\"§9Thorns III\",13:\"\",14:\"§7This rotten piece of armor\",15:\"§7grants §e15% §7knockback\",16:\"§7resistance to arrows per piece\",17:\"§7worn.\",18:\"\",19:\"§6Full Set Bonus: Sieve Body\",20:\"§7Gain an additional §e20%\",21:\"§e§7knockback resistance to\",22:\"§7arrows.\",23:\"\",24:\"§aPerfect 35000 / 35000\",25:\"§9§lRARE DUNGEON BOOTS\"],color:10383363,Name:\"§9Light Rotten Boots\"},ExtraAttributes:{color:\"158:112:3\",baseStatBoostPercentage:44,modifier:\"light\",id:\"ROTTEN_BOOTS\",enchantments:{depth_strider:3,thorns:3,feather_falling:5,protection:5,growth:5},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d258 §8(303)", - "§7Strength: §c+15 §8(+18)", - "§7Crit Chance: §c+2% §8(Light +2%)", - "§7Crit Damage: §c+3% §8(Light +3%) §8(+3.6%)", - "§7Bonus Attack Speed: §c+3% §8(Light +3%)", - "", - "§7Health: §a+172 HP §8(Light +10 HP) §8(+206.4 HP)", - "§7Defense: §a+18 §8(Light +3) §8(+21.6)", - "§7Speed: §a+3 §8(Light +3) §8(+3.6)", + "§7Gear Score: §d75", + "§7Strength: §c+10", "", - "§9Depth Strider III, §9Feather Falling V", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+60 HP", "", "§7This rotten piece of armor", "§7grants §e15% §7knockback", @@ -31,7 +19,14 @@ "§e§7knockback resistance to", "§7arrows.", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 1", "§9§lRARE DUNGEON BOOTS" - ] + ], + "internalname": "ROTTEN_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" }
\ No newline at end of file |