From 0a48398988ff83655846d32c42164b01e0ef58e6 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:49:17 +0100 Subject: feat: Attribute Shards v4 (#1529) --- items/ATTRIBUTE_SHARD_FORTITUDE;5.json | 21 +++++++++++++++++++++ items/ATTRIBUTE_SHARD_TROPHY_HUNTER;7.json | 20 ++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 items/ATTRIBUTE_SHARD_FORTITUDE;5.json create mode 100644 items/ATTRIBUTE_SHARD_TROPHY_HUNTER;7.json diff --git a/items/ATTRIBUTE_SHARD_FORTITUDE;5.json b/items/ATTRIBUTE_SHARD_FORTITUDE;5.json new file mode 100644 index 00000000..f1fa6678 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_FORTITUDE;5.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bFortitude V\",1:\"§7Grants §c+2.5❤ Health §7and §a+2.5❈\",2:\"§aDefense§7.\",3:\"\",4:\"§7Combine with items in the §bAttribute\",5:\"§bFusion §7menu to apply attributes.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{fortitude:5},id:\"ATTRIBUTE_SHARD_FORTITUDE;5\"}}", + "damage": 0, + "lore": [ + "§bFortitude V", + "§7Grants §c+2.5❤ Health §7and §a+2.5❈", + "§aDefense§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_FORTITUDE;5", + "crafttext": "", + "clickcommand": "", + "modver": "2.5.0", + "infoType": "" +} \ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_TROPHY_HUNTER;7.json b/items/ATTRIBUTE_SHARD_TROPHY_HUNTER;7.json new file mode 100644 index 00000000..963432c4 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_TROPHY_HUNTER;7.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bTrophy Hunter VII\",1:\"§7Grants §6+14♔ Trophy Fish Chance§7.\",2:\"\",3:\"§7Combine with items in the §bAttribute\",4:\"§bFusion §7menu to apply attributes.\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{trophy_hunter:7},id:\"ATTRIBUTE_SHARD_TROPHY_HUNTER;7\"}}", + "damage": 0, + "lore": [ + "§bTrophy Hunter VII", + "§7Grants §6+14♔ Trophy Fish Chance§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_TROPHY_HUNTER;7", + "crafttext": "", + "clickcommand": "", + "modver": "2.5.0", + "infoType": "" +} \ No newline at end of file -- cgit