diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-04 20:36:19 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-04 20:36:19 -0400 |
commit | 446eee57d01b3e334a0132854e3392e469baaa16 (patch) | |
tree | 9e6aabbdb7f5b77beba758f8014226da2811e6b4 /items/SKELETON_MASTER_CHESTPLATE.json | |
parent | daf1557b85b7c890923bae7e4519a9336697dc36 (diff) | |
download | NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.tar.gz NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.tar.bz2 NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.zip |
Some Fixes v2
Diffstat (limited to 'items/SKELETON_MASTER_CHESTPLATE.json')
-rw-r--r-- | items/SKELETON_MASTER_CHESTPLATE.json | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/items/SKELETON_MASTER_CHESTPLATE.json b/items/SKELETON_MASTER_CHESTPLATE.json index 4f361111..a6323d97 100644 --- a/items/SKELETON_MASTER_CHESTPLATE.json +++ b/items/SKELETON_MASTER_CHESTPLATE.json @@ -1,33 +1,34 @@ { - "internalname": "SKELETON_MASTER_CHESTPLATE", - "itemid": 299, - "displayname": "§6Fierce Skeleton Master Chestplate §6✪", - "clickcommand": "", + "itemid": "minecraft:leather_chestplate", + "displayname": "§5Skeleton Master Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d142\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+22%\",3:\"\",4:\"§7Health: §a+26 HP\",5:\"§7Defense: §a+42\",6:\"\",7:\"§7Increase the damage you deal\",8:\"§7with arrows by §c5%§7.\",9:\"§7Your bows don\u0027t consume arrows.\",10:\"§6Full Set Bonus: Skeleton Master\",11:\"§7Increase the damage you deal\",12:\"§7with arrows by §c25%§7.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§aPerfect 52500 / 52500\",16:\"§7§4❣ §cRequires §aCatacombs Level 12\",17:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:16739083,Name:\"§5Skeleton Master Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_MASTER_CHESTPLATE\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d371\",1:\"§7Strength: §c+10 §8(Fierce +10)\",2:\"§7Crit Chance: §c+9% §8(Fierce +6%)\",3:\"§7Crit Damage: §c+53% §8(Fierce +18%)\",4:\"\",5:\"§7Health: §a+119 HP\",6:\"§7Defense: §a+83\",7:\"\",8:\"§9Growth V, §9Protection V\",9:\"§9Thorns III\",10:\"\",11:\"§7Increase the damage you deal\",12:\"§7with arrows by §c5%§7.\",13:\"§7Your bows don't consume arrows.\",14:\"§6Full Set Bonus: Skeleton Master\",15:\"§7Increase the damage you deal\",16:\"§7with arrows by §c25%§7.\",17:\"\",18:\"§aPerfect 52500 / 52500\",19:\"§7§4❣ §cRequires §aCatacombs Level\",20:\"§a12\",21:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:16739083,Name:\"§6Fierce Skeleton Master Chestplate §6✪\"},ExtraAttributes:{color:\"255:107:11\",baseStatBoostPercentage:50,modifier:\"fierce\",dungeon_item_level:1,id:\"SKELETON_MASTER_CHESTPLATE\",enchantments:{thorns:3,protection:5,growth:5},item_tier:2}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d371", - "§7Strength: §c+10 §8(Fierce +10)", - "§7Crit Chance: §c+9% §8(Fierce +6%)", - "§7Crit Damage: §c+53% §8(Fierce +18%)", - "", - "§7Health: §a+119 HP", - "§7Defense: §a+83", + "§7Gear Score: §d142", + "§7Crit Chance: §c+2%", + "§7Crit Damage: §c+22%", "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+26 HP", + "§7Defense: §a+42", "", "§7Increase the damage you deal", "§7with arrows by §c5%§7.", - "§7Your bows don't consume arrows.", + "§7Your bows don\u0027t consume arrows.", "§6Full Set Bonus: Skeleton Master", "§7Increase the damage you deal", "§7with arrows by §c25%§7.", "", + "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", - "§7§4❣ §cRequires §aCatacombs Level", - "§a12", - "§6§lLEGENDARY DUNGEON CHESTPLATE" + "§7§4❣ §cRequires §aCatacombs Level 12", + "§5§lEPIC DUNGEON CHESTPLATE" + ], + "internalname": "SKELETON_MASTER_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Master_Armor" ] }
\ No newline at end of file |