From 66db46e8edf16fb5cafa73cc4ed1c609fa1c08a9 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 4 Jan 2025 20:34:17 +0100 Subject: feat: More Attribute Shards (#1594) --- items/ATTRIBUTE_SHARD_ARACHNO;10.json | 21 +++++++++++++++++++++ items/ATTRIBUTE_SHARD_HUNTER;9.json | 20 ++++++++++++++++++++ items/ATTRIBUTE_SHARD_TROPHY_HUNTER;9.json | 20 ++++++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 items/ATTRIBUTE_SHARD_ARACHNO;10.json create mode 100644 items/ATTRIBUTE_SHARD_HUNTER;9.json create mode 100644 items/ATTRIBUTE_SHARD_TROPHY_HUNTER;9.json (limited to 'items') diff --git a/items/ATTRIBUTE_SHARD_ARACHNO;10.json b/items/ATTRIBUTE_SHARD_ARACHNO;10.json new file mode 100644 index 00000000..ebc91d2e --- /dev/null +++ b/items/ATTRIBUTE_SHARD_ARACHNO;10.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bArachno X\",1:\"§7Grants §c+30% §c❁ Damage §7against\",2:\"§7§aspiders§7.\",3:\"\",4:\"§7Combine with items in the §bAttribute\",5:\"§bFusion §7menu to apply attributes.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{arachno:10},id:\"ATTRIBUTE_SHARD_ARACHNO;10\"}}", + "damage": 0, + "lore": [ + "§bArachno X", + "§7Grants §c+30% §c❁ Damage §7against", + "§7§aspiders§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_ARACHNO;10", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +} \ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_HUNTER;9.json b/items/ATTRIBUTE_SHARD_HUNTER;9.json new file mode 100644 index 00000000..f6a08a0e --- /dev/null +++ b/items/ATTRIBUTE_SHARD_HUNTER;9.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bHunter IX\",1:\"§7Grants §3+0.9α Sea Creature 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:{hunter:9},id:\"ATTRIBUTE_SHARD_HUNTER;9\"}}", + "damage": 0, + "lore": [ + "§bHunter IX", + "§7Grants §3+0.9α Sea Creature Chance§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_HUNTER;9", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +} \ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_TROPHY_HUNTER;9.json b/items/ATTRIBUTE_SHARD_TROPHY_HUNTER;9.json new file mode 100644 index 00000000..07d110b1 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_TROPHY_HUNTER;9.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bTrophy Hunter IX\",1:\"§7Grants §6+18♔ 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:9},id:\"ATTRIBUTE_SHARD_TROPHY_HUNTER;9\"}}", + "damage": 0, + "lore": [ + "§bTrophy Hunter IX", + "§7Grants §6+18♔ Trophy Fish Chance§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_TROPHY_HUNTER;9", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +} \ No newline at end of file -- cgit