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_HELMET.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_HELMET.json')
-rw-r--r-- | items/ROTTEN_HELMET.json | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/items/ROTTEN_HELMET.json b/items/ROTTEN_HELMET.json index 787a1aa4..d2f2c34d 100644 --- a/items/ROTTEN_HELMET.json +++ b/items/ROTTEN_HELMET.json @@ -1,22 +1,13 @@ { - "internalname": "ROTTEN_HELMET", - "itemid": 298, - "displayname": "§9Fierce Rotten Helmet", - "clickcommand": "", + "itemid": "minecraft:leather_helmet", + "displayname": "§9Rotten Helmet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d85\",1:\"§7Strength: §c+10\",2:\"\",3:\"§7Health: §a+70 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 HELMET\"],color:10383363,Name:\"§9Rotten Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"ROTTEN_HELMET\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d231 §8(265)\",1:\"§7Strength: §c+18 §8(Fierce +6) §8(+20.88)\",2:\"§7Crit Chance: §c+4% §8(Fierce +4%)\",3:\"§7Crit Damage: §c+10% §8(Fierce +10%) §8(+11.6%)\",4:\"\",5:\"§7Health: §a+156 HP §8(+180.96 HP)\",6:\"§7Defense: §a+15 §8(+17.4)\",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 HELMET\"],color:10383363,Name:\"§9Fierce Rotten Helmet\"},ExtraAttributes:{color:\"158:112:3\",baseStatBoostPercentage:15,modifier:\"fierce\",id:\"ROTTEN_HELMET\",enchantments:{thorns:3,protection:5,growth:5},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d231 §8(265)", - "§7Strength: §c+18 §8(Fierce +6) §8(+20.88)", - "§7Crit Chance: §c+4% §8(Fierce +4%)", - "§7Crit Damage: §c+10% §8(Fierce +10%) §8(+11.6%)", - "", - "§7Health: §a+156 HP §8(+180.96 HP)", - "§7Defense: §a+15 §8(+17.4)", + "§7Gear Score: §d85", + "§7Strength: §c+10", "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+70 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 HELMET" - ] + ], + "internalname": "ROTTEN_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" }
\ No newline at end of file |