diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-01 11:49:29 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-01 11:49:29 -0400 |
commit | 3415391bcfcaaa7277329fa88c277db35f12bb4b (patch) | |
tree | 273bed72f85fa54a29287768839f68f43478ec1b /items/SKELETON_GRUNT_CHESTPLATE.json | |
parent | 9874778871a5ed0a2dafcf03da66e0a10ba2c61f (diff) | |
download | NotEnoughUpdates-REPO-3415391bcfcaaa7277329fa88c277db35f12bb4b.tar.gz NotEnoughUpdates-REPO-3415391bcfcaaa7277329fa88c277db35f12bb4b.tar.bz2 NotEnoughUpdates-REPO-3415391bcfcaaa7277329fa88c277db35f12bb4b.zip |
More dungeon fixes
Diffstat (limited to 'items/SKELETON_GRUNT_CHESTPLATE.json')
-rw-r--r-- | items/SKELETON_GRUNT_CHESTPLATE.json | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/items/SKELETON_GRUNT_CHESTPLATE.json b/items/SKELETON_GRUNT_CHESTPLATE.json index a6dfc8c6..b184de54 100644 --- a/items/SKELETON_GRUNT_CHESTPLATE.json +++ b/items/SKELETON_GRUNT_CHESTPLATE.json @@ -1,25 +1,29 @@ { - "internalname": "SKELETON_GRUNT_CHESTPLATE", - "itemid": 299, - "displayname": "§5Titanic Skeleton Grunt Chestplate", - "clickcommand": "", + "itemid": "minecraft:leather_chestplate", + "displayname": "§5Skeleton Grunt Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d116\",1:\"§7Crit Damage: §c+15%\",2:\"\",3:\"§7Health: §a+23 HP\",4:\"§7Defense: §a+38\",5:\"\",6:\"§7Increase the damage you deal\",7:\"§7with arrows by §c5%§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 52500 / 52500\",11:\"§7§4❣ §cRequires §aCatacombs Level 1\",12:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:14805812,Name:\"§5Skeleton Grunt Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_GRUNT_CHESTPLATE\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d320 §8(382)\",1:\"§7Crit Damage: §c+18% §8(+21.6%)\",2:\"\",3:\"§7Health: §a+127 HP §8(Titanic +25 HP) §8(+152.4 HP)\",4:\"§7Defense: §a+84 §8(Titanic +25) §8(+100.8)\",5:\"\",6:\"§9Growth V, §9Protection V\",7:\"§9Thorns III\",8:\"\",9:\"§7Increase the damage you deal\",10:\"§7with arrows by §c5%§7.\",11:\"\",12:\"§aPerfect 52500 / 52500\",13:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:14805812,Name:\"§5Titanic Skeleton Grunt Chestplate\"},ExtraAttributes:{color:\"225:235:52\",baseStatBoostPercentage:15,modifier:\"titanic\",id:\"SKELETON_GRUNT_CHESTPLATE\",enchantments:{thorns:3,protection:5,growth:5},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d320 §8(382)", - "§7Crit Damage: §c+18% §8(+21.6%)", - "", - "§7Health: §a+127 HP §8(Titanic +25 HP) §8(+152.4 HP)", - "§7Defense: §a+84 §8(Titanic +25) §8(+100.8)", + "§7Gear Score: §d116", + "§7Crit Damage: §c+15%", "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+23 HP", + "§7Defense: §a+38", "", "§7Increase the damage you deal", "§7with arrows by §c5%§7.", "", + "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 1", "§5§lEPIC DUNGEON CHESTPLATE" + ], + "internalname": "SKELETON_GRUNT_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Grunt_Armor" ] }
\ No newline at end of file |