diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-07-02 22:20:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-02 20:20:46 +0000 |
| commit | 3569f279e1592fcd11d00a09d5ad8c1b8a9949f1 (patch) | |
| tree | d2e1a8525042a3887ea34fac8755031ac8859f34 /items/PET_ITEM_EXP_SHARE.json | |
| parent | 0a3e96b390792510aae57edb56cbe39595b0309a (diff) | |
| download | NotEnoughUpdates-REPO-3569f279e1592fcd11d00a09d5ad8c1b8a9949f1.tar.gz NotEnoughUpdates-REPO-3569f279e1592fcd11d00a09d5ad8c1b8a9949f1.tar.bz2 NotEnoughUpdates-REPO-3569f279e1592fcd11d00a09d5ad8c1b8a9949f1.zip | |
feat: Totem Summer Cosmetic (#1275)
* feat: Totem Summer Cosmetic
* fix: Pet Exp Share Lore
Diffstat (limited to 'items/PET_ITEM_EXP_SHARE.json')
| -rw-r--r-- | items/PET_ITEM_EXP_SHARE.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/items/PET_ITEM_EXP_SHARE.json b/items/PET_ITEM_EXP_SHARE.json index a5f404b7..0147652c 100644 --- a/items/PET_ITEM_EXP_SHARE.json +++ b/items/PET_ITEM_EXP_SHARE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:yellow_flower", "displayname": "§5Exp Share", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in various\",3:\"§7ways but pets can only hold 1 item at\",4:\"§7a time so choose wisely!\",5:\"\",6:\"§7§7While unequipped this pet gains §a25%\",7:\"§a§7of the equipped pet\u0027s Exp, this is\",8:\"§7split between all pets holding the item.\",9:\"\",10:\"§7§eRight-click on your summoned pet to\",11:\"§egive it this item!\",12:\"\",13:\"§5§lEPIC PET ITEM\"],Name:\"§5Exp Share\"},ExtraAttributes:{id:\"PET_ITEM_EXP_SHARE\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in various\",3:\"§7ways but pets can only hold 1 item at\",4:\"§7a time so choose wisely!\",5:\"\",6:\"§7§7While equipped in a Exp Share slot\",7:\"§7this pet gains §a+15% §7Exp Share rate.\",8:\"\",9:\"§7§eRight-click on your summoned pet to\",10:\"§egive it this item!\",11:\"\",12:\"§5§lEPIC PET ITEM\"],Name:\"§5Exp Share\"},ExtraAttributes:{id:\"PET_ITEM_EXP_SHARE\"}}", "damage": 0, "lore": [ "§8Consumed on use", @@ -10,9 +10,8 @@ "§7ways but pets can only hold 1 item at", "§7a time so choose wisely!", "", - "§7§7While unequipped this pet gains §a25%", - "§a§7of the equipped pet\u0027s Exp, this is", - "§7split between all pets holding the item.", + "§7§7While equipped in a Exp Share slot", + "§7this pet gains §a+15% §7Exp Share rate.", "", "§7§eRight-click on your summoned pet to", "§egive it this item!", @@ -32,7 +31,7 @@ }, "internalname": "PET_ITEM_EXP_SHARE", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "2.3.0", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pet_Items", |
