From ee6bd8cbf81367108c03f1ad6a0330c40391c61a Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 15 Dec 2024 02:11:18 +0100 Subject: feat: Attribute Shards v3 (#1528) --- items/ATTRIBUTE_SHARD_DOUBLE_HOOK;5.json | 20 ++++++++++++++++++++ items/ATTRIBUTE_SHARD_FISHING_SPEED;8.json | 20 ++++++++++++++++++++ items/ATTRIBUTE_SHARD_UNDEAD;5.json | 21 +++++++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 items/ATTRIBUTE_SHARD_DOUBLE_HOOK;5.json create mode 100644 items/ATTRIBUTE_SHARD_FISHING_SPEED;8.json create mode 100644 items/ATTRIBUTE_SHARD_UNDEAD;5.json diff --git a/items/ATTRIBUTE_SHARD_DOUBLE_HOOK;5.json b/items/ATTRIBUTE_SHARD_DOUBLE_HOOK;5.json new file mode 100644 index 00000000..62aee05a --- /dev/null +++ b/items/ATTRIBUTE_SHARD_DOUBLE_HOOK;5.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bDouble Hook V\",1:\"§7Grants §9+2.5⚓ Double Hook 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:{double_hook:5},id:\"ATTRIBUTE_SHARD_DOUBLE_HOOK;5\"}}", + "damage": 0, + "lore": [ + "§bDouble Hook V", + "§7Grants §9+2.5⚓ Double Hook Chance§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_DOUBLE_HOOK;5", + "crafttext": "", + "clickcommand": "", + "modver": "2.5.0", + "infoType": "" +} \ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_FISHING_SPEED;8.json b/items/ATTRIBUTE_SHARD_FISHING_SPEED;8.json new file mode 100644 index 00000000..bccfa38e --- /dev/null +++ b/items/ATTRIBUTE_SHARD_FISHING_SPEED;8.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bFishing Speed VIII\",1:\"§7Grants §b+24☂ Fishing Speed§7.\",2:\"\",3:\"§7Combine with items in the §bAttribute\",4:\"§bFusion §7menu to apply attributes.\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{fishing_speed:8},id:\"ATTRIBUTE_SHARD_FISHING_SPEED;8\"}}", + "damage": 0, + "lore": [ + "§bFishing Speed VIII", + "§7Grants §b+24☂ Fishing Speed§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_FISHING_SPEED;8", + "crafttext": "", + "clickcommand": "", + "modver": "2.5.0", + "infoType": "" +} \ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_UNDEAD;5.json b/items/ATTRIBUTE_SHARD_UNDEAD;5.json new file mode 100644 index 00000000..4612713f --- /dev/null +++ b/items/ATTRIBUTE_SHARD_UNDEAD;5.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bUndead V\",1:\"§7Grants §c+15% §c❁ Damage §7against the\",2:\"§7§aundead§7.\",3:\"\",4:\"§7Combine with items in the §bAttribute\",5:\"§bFusion §7menu to apply attributes.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{undead:5},id:\"ATTRIBUTE_SHARD_UNDEAD;5\"}}", + "damage": 0, + "lore": [ + "§bUndead V", + "§7Grants §c+15% §c❁ Damage §7against the", + "§7§aundead§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_UNDEAD;5", + "crafttext": "", + "clickcommand": "", + "modver": "2.5.0", + "infoType": "" +} \ No newline at end of file -- cgit