From e993e1498eaf92ecaa9c7f6d3f28b4e0e131f7b8 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 19 Jan 2025 17:48:30 +0100 Subject: feat: More Attribute Shard (#1614) --- items/ATTRIBUTE_SHARD_MANA_STEAL;9.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/ATTRIBUTE_SHARD_MANA_STEAL;9.json (limited to 'items') diff --git a/items/ATTRIBUTE_SHARD_MANA_STEAL;9.json b/items/ATTRIBUTE_SHARD_MANA_STEAL;9.json new file mode 100644 index 00000000..4a1fc591 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_MANA_STEAL;9.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bMana Steal IX\",1:\"§7Regain §b1.8% of your max mana every\",2:\"§btime you hit 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:{mana_steal:9},id:\"ATTRIBUTE_SHARD_MANA_STEAL;9\"}}", + "damage": 0, + "lore": [ + "§bMana Steal IX", + "§7Regain §b1.8% of your max mana every", + "§btime you hit a mob.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_MANA_STEAL;9", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +} \ No newline at end of file -- cgit