diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-01-23 14:00:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-23 13:00:39 +0000 |
| commit | a3d971b5bcf9eb6e0cc88887d72b6641e4846c74 (patch) | |
| tree | 12fe9ef9dcb403dc8ba50779a716fff4a3286dee /items | |
| parent | b6f28ff6e2e353e5cf29f6dc5a4497e48bfe3dc0 (diff) | |
| download | NotEnoughUpdates-REPO-a3d971b5bcf9eb6e0cc88887d72b6641e4846c74.tar.gz NotEnoughUpdates-REPO-a3d971b5bcf9eb6e0cc88887d72b6641e4846c74.tar.bz2 NotEnoughUpdates-REPO-a3d971b5bcf9eb6e0cc88887d72b6641e4846c74.zip | |
feat: More Attribute Shards (#1626)
Diffstat (limited to 'items')
| -rw-r--r-- | items/ATTRIBUTE_SHARD_LIFE_RECOVERY;9.json | 25 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_MAGIC_FIND;10.json | 24 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_MANA_POOL;9.json | 24 |
3 files changed, 73 insertions, 0 deletions
diff --git a/items/ATTRIBUTE_SHARD_LIFE_RECOVERY;9.json b/items/ATTRIBUTE_SHARD_LIFE_RECOVERY;9.json new file mode 100644 index 00000000..d27e22aa --- /dev/null +++ b/items/ATTRIBUTE_SHARD_LIFE_RECOVERY;9.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bLife Recovery IX\",1:\"§7Heals for §a4.5% §7of your max health\",2:\"§7each time you kill a mob.\",3:\"\",4:\"§7Combine with items in the §bAttribute\",5:\"§bFusion §7menu to apply attributes.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{life_recovery:9},id:\"ATTRIBUTE_SHARD_LIFE_RECOVERY;9\"}}", + "damage": 0, + "lore": [ + "§bLife Recovery IX", + "§7Heals for §a4.5% §7of your max health", + "§7each time you kill a mob.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_LIFE_RECOVERY;9", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_MAGIC_FIND;10.json b/items/ATTRIBUTE_SHARD_MAGIC_FIND;10.json new file mode 100644 index 00000000..e3be10dc --- /dev/null +++ b/items/ATTRIBUTE_SHARD_MAGIC_FIND;10.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bMagic Find X\",1:\"§7Grants §b+5✯ Magic Find§7.\",2:\"\",3:\"§7Combine with items in the §bAttribute\",4:\"§bFusion §7menu to apply attributes.\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{magic_find:10},id:\"ATTRIBUTE_SHARD_MAGIC_FIND;10\"}}", + "damage": 0, + "lore": [ + "§bMagic Find X", + "§7Grants §b+5✯ Magic Find§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_MAGIC_FIND;10", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_MANA_POOL;9.json b/items/ATTRIBUTE_SHARD_MANA_POOL;9.json new file mode 100644 index 00000000..09ce9d51 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_MANA_POOL;9.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bMana Pool IX\",1:\"§7Grants §b+180✎ Intelligence§7.\",2:\"\",3:\"§7Combine with items in the §bAttribute\",4:\"§bFusion §7menu to apply attributes.\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{mana_pool:9},id:\"ATTRIBUTE_SHARD_MANA_POOL;9\"}}", + "damage": 0, + "lore": [ + "§bMana Pool IX", + "§7Grants §b+180✎ Intelligence§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_MANA_POOL;9", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file |
