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_CHESTPLATE.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_CHESTPLATE.json')
-rw-r--r-- | items/ROTTEN_CHESTPLATE.json | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/items/ROTTEN_CHESTPLATE.json b/items/ROTTEN_CHESTPLATE.json index 47857821..e0b31fb0 100644 --- a/items/ROTTEN_CHESTPLATE.json +++ b/items/ROTTEN_CHESTPLATE.json @@ -1,22 +1,13 @@ { - "internalname": "ROTTEN_CHESTPLATE", - "itemid": 299, - "displayname": "§9Wise Rotten Chestplate", - "clickcommand": "", + "itemid": "minecraft:leather_chestplate", + "displayname": "§9Rotten Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d150\",1:\"§7Strength: §c+20\",2:\"\",3:\"§7Health: §a+125 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 CHESTPLATE\"],color:97585,Name:\"§9Rotten Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"ROTTEN_CHESTPLATE\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d352 §8(392)\",1:\"§7Strength: §c+26 §8(+29.12)\",2:\"\",3:\"§7Health: §a+247 HP §8(Wise +10 HP) §8(+276.64 HP)\",4:\"§7Defense: §a+15 §8(+16.8)\",5:\"§7Speed: §a+1 §8(Wise +1) §8(+1.12)\",6:\"§7Intelligence: §a+75 §8(Wise +75) §8(+84)\",7:\"\",8:\"§9Growth V, §9Protection V\",9:\"§9Thorns III\",10:\"\",11:\"§7This rotten piece of armor\",12:\"§7grants §e15% §7knockback\",13:\"§7resistance to arrows per piece\",14:\"§7worn.\",15:\"\",16:\"§6Full Set Bonus: Sieve Body\",17:\"§7Gain an additional §e20%\",18:\"§e§7knockback resistance to\",19:\"§7arrows.\",20:\"\",21:\"§aPerfect 35000 / 35000\",22:\"§9§lRARE DUNGEON CHESTPLATE\"],color:97585,Name:\"§9Wise Rotten Chestplate\"},ExtraAttributes:{color:\"1:125:49\",baseStatBoostPercentage:29,modifier:\"wise\",id:\"ROTTEN_CHESTPLATE\",enchantments:{thorns:3,protection:5,growth:5},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d352 §8(392)", - "§7Strength: §c+26 §8(+29.12)", - "", - "§7Health: §a+247 HP §8(Wise +10 HP) §8(+276.64 HP)", - "§7Defense: §a+15 §8(+16.8)", - "§7Speed: §a+1 §8(Wise +1) §8(+1.12)", - "§7Intelligence: §a+75 §8(Wise +75) §8(+84)", + "§7Gear Score: §d150", + "§7Strength: §c+20", "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+125 HP", "", "§7This rotten piece of armor", "§7grants §e15% §7knockback", @@ -28,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 CHESTPLATE" - ] + ], + "internalname": "ROTTEN_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" }
\ No newline at end of file |