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/HEAVY_LEGGINGS.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/HEAVY_LEGGINGS.json')
-rw-r--r-- | items/HEAVY_LEGGINGS.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/items/HEAVY_LEGGINGS.json b/items/HEAVY_LEGGINGS.json index b2daf0f1..e47573ed 100644 --- a/items/HEAVY_LEGGINGS.json +++ b/items/HEAVY_LEGGINGS.json @@ -1,26 +1,26 @@ { - "internalname": "HEAVY_LEGGINGS", - "itemid": 300, - "displayname": "§9Titanic Heavy Leggings", - "clickcommand": "", + "itemid": "minecraft:leather_leggings", + "displayname": "§9Heavy Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d194\",1:\"§7Defense: §a+92\",2:\"§7Speed: §a-5\",3:\"\",4:\"§6Full Set Bonus: Vindicate\",5:\"§7Grants §f+1 walk speed §7for\",6:\"§7every §a50 §7defense that you\",7:\"§7have.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 35000 / 35000\",11:\"§7§4❣ §cRequires §aCatacombs Level 2\",12:\"§9§lRARE DUNGEON LEGGINGS\"],color:8553090,Name:\"§9Heavy Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"HEAVY_LEGGINGS\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d457 §8(510)\",1:\"§7Health: §a+95 HP §8(Titanic +20 HP) §8(+106.4 HP)\",2:\"§7Defense: §a+173 §8(Titanic +20) §8(+193.76)\",3:\"§7Speed: §a-5\",4:\"\",5:\"§9Growth V, §9Protection V\",6:\"§9Thorns III\",7:\"\",8:\"§6Full Set Bonus: Vindicate\",9:\"§7Grants §f+1 walk speed §7for\",10:\"§7every §a50 §7defense that you\",11:\"§7have.\",12:\"\",13:\"§aPerfect 35000 / 35000\",14:\"§9§lRARE DUNGEON LEGGINGS\"],color:8553090,Name:\"§9Titanic Heavy Leggings\"},ExtraAttributes:{color:\"130:130:130\",baseStatBoostPercentage:37,modifier:\"titanic\",id:\"HEAVY_LEGGINGS\",enchantments:{thorns:3,protection:5,growth:5},item_tier:2}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d457 §8(510)", - "§7Health: §a+95 HP §8(Titanic +20 HP) §8(+106.4 HP)", - "§7Defense: §a+173 §8(Titanic +20) §8(+193.76)", + "§7Gear Score: §d194", + "§7Defense: §a+92", "§7Speed: §a-5", "", - "§9Growth V, §9Protection V", - "§9Thorns III", - "", "§6Full Set Bonus: Vindicate", "§7Grants §f+1 walk speed §7for", "§7every §a50 §7defense that you", "§7have.", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 2", "§9§lRARE DUNGEON LEGGINGS" - ] + ], + "internalname": "HEAVY_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" }
\ No newline at end of file |