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 | |
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
-rw-r--r-- | items/PET_ITEM_EXP_SHARE.json | 9 | ||||
-rw-r--r-- | items/TOTEM.json | 20 |
2 files changed, 24 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", diff --git a/items/TOTEM.json b/items/TOTEM.json new file mode 100644 index 00000000..3151d92f --- /dev/null +++ b/items/TOTEM.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Totem", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2bd3c864-9deb-3193-a833-8e7793ed90f5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGQzNTlkYTRmNzBmMWJjYmU4MTU0NWZjM2E5N2I2NWMxZDcwZjNmOTAxOThkNzU3ODQ1YWFiMTk4YjZlMDA1OSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Summer Cosmetic\",2:\"\",3:\"§7This exclusive §aSummer §7cosmetic can\",4:\"§7be placed on your island or traded.\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Totem\"},ExtraAttributes:{id:\"TOTEM\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Summer Cosmetic", + "", + "§7This exclusive §aSummer §7cosmetic can", + "§7be placed on your island or traded.", + "", + "§5§lEPIC" + ], + "internalname": "TOTEM", + "crafttext": "", + "clickcommand": "", + "modver": "2.3.0", + "infoType": "" +}
\ No newline at end of file |