diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-03 12:03:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 21:03:49 +1100 |
commit | 82aa90c2ee5cf63674d0c754ee6c8c068dd3f39c (patch) | |
tree | 290505cb0d39a5904e760d5121f7e9e3f0bd3660 /items/GOBLIN_LEGGINGS.json | |
parent | e33176ddff89b5fb08fbe449848044d488a676ba (diff) | |
download | NotEnoughUpdates-REPO-82aa90c2ee5cf63674d0c754ee6c8c068dd3f39c.tar.gz NotEnoughUpdates-REPO-82aa90c2ee5cf63674d0c754ee6c8c068dd3f39c.tar.bz2 NotEnoughUpdates-REPO-82aa90c2ee5cf63674d0c754ee6c8c068dd3f39c.zip |
Fixed lore of 2 items, fixed a chest price and corleone drop chance (#994)
Diffstat (limited to 'items/GOBLIN_LEGGINGS.json')
-rw-r--r-- | items/GOBLIN_LEGGINGS.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/GOBLIN_LEGGINGS.json b/items/GOBLIN_LEGGINGS.json index dc53ed29..8b413ecc 100644 --- a/items/GOBLIN_LEGGINGS.json +++ b/items/GOBLIN_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§f§f§9Goblin Leggings", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+125\",1:\"§7Intelligence: §a-1\",2:\"§7Mining Speed: §a+10\",3:\" §8[§7✎§8] §8[§8⸕§8]\",4:\"\",5:\"§6Full Set Bonus: Smart Miner\",6:\"§7Converts your Intelligence\",7:\"§7§7into Mining Speed§7. +§61\",8:\"§6Mining Speed §7for every §b15\",9:\"§bIntelligence §7removed.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§9§lRARE LEGGINGS\"],color:3649602,Name:\"§f§f§9Goblin Leggings\"},ExtraAttributes:{color:\"55:176:66\",id:\"GOBLIN_LEGGINGS\"},AttributeModifiers:[]}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+125\",1:\"§7Intelligence: §a-1\",2:\"§7Mining Speed: §a+10\",3:\" §8[§7✎§8] §8[§8⸕§8]\",4:\"\",5:\"§6Full Set Bonus: Smart Miner §7(0/4)\",6:\"§7Converts your Intelligence\",7:\"§7§7into Mining Speed§7. §6+§61⸕\",8:\"§6Mining Speed §7for every §b15✎\",9:\"§bIntelligence §7removed.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§9§lRARE LEGGINGS\"],color:3649602,Name:\"§f§f§9Goblin Leggings\"},ExtraAttributes:{id:\"GOBLIN_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Health: §a+125", @@ -9,10 +9,10 @@ "§7Mining Speed: §a+10", " §8[§7✎§8] §8[§8⸕§8]", "", - "§6Full Set Bonus: Smart Miner", + "§6Full Set Bonus: Smart Miner §7(0/4)", "§7Converts your Intelligence", - "§7§7into Mining Speed§7. +§61", - "§6Mining Speed §7for every §b15", + "§7§7into Mining Speed§7. §6+§61⸕", + "§6Mining Speed §7for every §b15✎", "§bIntelligence §7removed.", "", "§7§8This item can be reforged!", @@ -21,7 +21,7 @@ "internalname": "GOBLIN_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Goblin_Armor", |