diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-07-18 21:51:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-18 15:51:42 -0400 |
commit | afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f (patch) | |
tree | 824b9c74346542e1f9cd1acc8c5f972f0f1af76b /items/ARMOR_OF_YOG_CHESTPLATE.json | |
parent | 961d00e76ee01ae80c524982f5125fd9182bbece (diff) | |
download | NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.tar.gz NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.tar.bz2 NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.zip |
Mining Stuff - Added and fixed some Stuff (#552)
* Mining Stuff
* Stuff
* Ench Books and other Stuff
* Updating Mobs
* Epic Pet Fix
* Other Stuff
* github is dumb
* Wiki Links
* Added new Drill
* Added Reforge Stats
* Added Wiki Link
* Wiki Links
* Wiki URL
* New Stuff
* New Items
* New Item
* Fixed Superboom
* New Drill
* Added new Pet so people wont crash (no pet stats)
* Removed UUID and Timestamp from new Pet
* Pet Stuff
* Stuff
* Fixed Tank
* WIki Links
* Wiki Links
* Power Talisman Things
* Other Stuff
* Added Recipe
* Recipe Fix
* Fixed Pet
* stone
Diffstat (limited to 'items/ARMOR_OF_YOG_CHESTPLATE.json')
-rw-r--r-- | items/ARMOR_OF_YOG_CHESTPLATE.json | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/items/ARMOR_OF_YOG_CHESTPLATE.json b/items/ARMOR_OF_YOG_CHESTPLATE.json index e08b88cd..d5eeba8b 100644 --- a/items/ARMOR_OF_YOG_CHESTPLATE.json +++ b/items/ARMOR_OF_YOG_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§f§f§5Armor of Yog Chestplate", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+15\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7Every §910 Yogs killed§7 gives\",5:\"§7the wearer §a+1 §6⸕ Mining Speed\",6:\"§6§7while wearing the set. Max\",7:\"§7500.\",8:\"\",9:\"§6Full Set Bonus: Heat Resistance\",10:\"§7Grants §aimmunity §7to the heat\",11:\"§7produced in §cMagma Fields§7.\",12:\"\",13:\"§7Yogs Killed: §a0\",14:\"§7Bonus Mining Speed: §a0\",15:\"\",16:\"§7Bonus HP: §a0\",17:\"§7Bonus Intelligence: §a0\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aHard Stone\",21:\"§aCollection 5.\",22:\"§5§lEPIC CHESTPLATE\"],color:13120000,Name:\"§f§f§5Armor of Yog Chestplate\"},ExtraAttributes:{color:\"200:50:0\",originTag:\"ARMOR_OF_YOG_CHESTPLATE\",id:\"ARMOR_OF_YOG_CHESTPLATE\",},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+15\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7Every §910 Yogs killed§7 gives\",5:\"§7the wearer §a+1 §6⸕ Mining Speed\",6:\"§6§7while wearing the set. Max\",7:\"§7500.\",8:\"\",9:\"§6Full Set Bonus: Heat Resistance\",10:\"§7Grants §aimmunity §7to the heat\",11:\"§7produced in §cMagma Fields§7.\",12:\"\",13:\"§7Yogs Killed: §a0\",14:\"§7Bonus Mining Speed: §a0\",15:\"\",16:\"§7Bonus HP: §a0\",17:\"§7Bonus Intelligence: §a0\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aHard Stone\",21:\"§aCollection 5.\",22:\"§5§lEPIC CHESTPLATE\"],color:13120000,Name:\"§f§f§5Armor of Yog Chestplate\"},ExtraAttributes:{color:\"200:50:0\",originTag:\"ARMOR_OF_YOG_CHESTPLATE\",id:\"ARMOR_OF_YOG_CHESTPLATE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+50 HP", @@ -28,9 +28,23 @@ "§aCollection 5.", "§5§lEPIC CHESTPLATE" ], + "recipe": { + "A1": "YOGGIE:5", + "A2": "YOGGIE:5", + "A3": "YOGGIE:5", + "B1": "YOGGIE:5", + "B2": "FLAME_BREAKER_CHESTPLATE:1", + "B3": "YOGGIE:5", + "C1": "YOGGIE:5", + "C2": "YOGGIE:5", + "C3": "YOGGIE:5" + }, "internalname": "ARMOR_OF_YOG_CHESTPLATE", - "crafttext": "", - "clickcommand": "", + "crafttext": "Requires Hard Stone Collection V", + "clickcommand": "viewrecipe", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Armor_of_Yog" + ] }
\ No newline at end of file |