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/DIVAN_LEGGINGS.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/DIVAN_LEGGINGS.json')
-rw-r--r-- | items/DIVAN_LEGGINGS.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/items/DIVAN_LEGGINGS.json b/items/DIVAN_LEGGINGS.json new file mode 100644 index 00000000..c651608e --- /dev/null +++ b/items/DIVAN_LEGGINGS.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:golden_leggings", + "displayname": "§f§f§6Leggings Of Divan", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+130 HP\",1:\"§7Defense: §a+170\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\"\",5:\"§7Apply a §5Gemstone Chamber §7to\",6:\"§7this armor piece in an Anvil to\",7:\"§7add §dGemstone §7slots.\",8:\"§7Gemstone Slots Unlocked: §d0§7/§55\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §5Heart of the\",12:\"§5Mountain Tier 7.\",13:\"§6§lLEGENDARY LEGGINGS\",14:\"\",15:\"§eItems Required\",16:\"§5Divan Fragment §7x4\",17:\"§9Gemstone Mixture §7x10\",18:\"§9Flawless Ruby Gemstone §7x1\",19:\"\",20:\"§7Duration: §b23h\"],Name:\"§f§f§6Leggings Of Divan\"},ExtraAttributes:{originTag:\"FORGE_MENU\",id:\"DIVAN_LEGGINGS\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Health: §a+130 HP", + "§7Defense: §a+170", + "§7Mining Speed: §a+80", + "§7Mining Fortune: §a+30", + "", + "§7Apply a §5Gemstone Chamber §7to", + "§7this armor piece in an Anvil to", + "§7add §dGemstone §7slots.", + "§7Gemstone Slots Unlocked: §d0§7/§55", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §5Heart of the", + "§5Mountain Tier 7.", + "§6§lLEGENDARY LEGGINGS", + "", + "§eItems Required", + "§5Divan Fragment §7x4", + "§9Gemstone Mixture §7x10", + "§9Flawless Ruby Gemstone §7x1", + "", + "§7Duration: §b23h" + ], + "internalname": "DIVAN_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Divan_Armor" + ] +}
\ No newline at end of file |