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_BOOTS.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_BOOTS.json')
-rw-r--r-- | items/SKELETON_GRUNT_BOOTS.json | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/items/SKELETON_GRUNT_BOOTS.json b/items/SKELETON_GRUNT_BOOTS.json index f0e2eb3a..bc22c0f0 100644 --- a/items/SKELETON_GRUNT_BOOTS.json +++ b/items/SKELETON_GRUNT_BOOTS.json @@ -1,26 +1,29 @@ { - "internalname": "SKELETON_GRUNT_BOOTS", - "itemid": 301, - "displayname": "§6Titanic Skeleton Grunt Boots", - "clickcommand": "", + "itemid": "minecraft:leather_boots", + "displayname": "§5Skeleton Grunt Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d70\",1:\"§7Crit Damage: §c+15%\",2:\"\",3:\"§7Health: §a+13 HP\",4:\"§7Defense: §a+20\",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 BOOTS\"],color:14805812,Name:\"§5Skeleton Grunt Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_GRUNT_BOOTS\"}}", "damage": 0, - "nbttag": "{ench:[0:{lvl:3,id:8}],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d331 §8(393)\",1:\"§7Crit Damage: §c+23% §8(+27.6%)\",2:\"\",3:\"§7Health: §a+130 HP §8(Titanic +35 HP) §8(+156 HP)\",4:\"§7Defense: §a+80 §8(Titanic +35) §8(+96)\",5:\"\",6:\"§9Depth Strider III, §9Feather Falling V\",7:\"§9Growth V, §9Protection V\",8:\"§9Thorns III\",9:\"\",10:\"§7Increase the damage you deal\",11:\"§7with arrows by §c5%§7.\",12:\"\",13:\"§aPerfect 52500 / 52500\",14:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:14805812,Name:\"§6Titanic Skeleton Grunt Boots\"},ExtraAttributes:{color:\"225:235:52\",baseStatBoostPercentage:50,modifier:\"titanic\",id:\"SKELETON_GRUNT_BOOTS\",enchantments:{depth_strider:3,thorns:3,feather_falling:5,protection:5,growth:5},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d331 §8(393)", - "§7Crit Damage: §c+23% §8(+27.6%)", - "", - "§7Health: §a+130 HP §8(Titanic +35 HP) §8(+156 HP)", - "§7Defense: §a+80 §8(Titanic +35) §8(+96)", + "§7Gear Score: §d70", + "§7Crit Damage: §c+15%", "", - "§9Depth Strider III, §9Feather Falling V", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+13 HP", + "§7Defense: §a+20", "", "§7Increase the damage you deal", "§7with arrows by §c5%§7.", "", + "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", - "§6§lLEGENDARY DUNGEON BOOTS" + "§7§4❣ §cRequires §aCatacombs Level 1", + "§5§lEPIC DUNGEON BOOTS" + ], + "internalname": "SKELETON_GRUNT_BOOTS", + "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 |