diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-15 02:11:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-15 01:11:18 +0000 |
| commit | ee6bd8cbf81367108c03f1ad6a0330c40391c61a (patch) | |
| tree | d6a92a8369f91960305deb35bc684d4a6d123b4e /items | |
| parent | 337f294a7832dd250fc6d0635191404525c27c8d (diff) | |
| download | NotEnoughUpdates-REPO-ee6bd8cbf81367108c03f1ad6a0330c40391c61a.tar.gz NotEnoughUpdates-REPO-ee6bd8cbf81367108c03f1ad6a0330c40391c61a.tar.bz2 NotEnoughUpdates-REPO-ee6bd8cbf81367108c03f1ad6a0330c40391c61a.zip | |
feat: Attribute Shards v3 (#1528)
Diffstat (limited to 'items')
| -rw-r--r-- | items/ATTRIBUTE_SHARD_DOUBLE_HOOK;5.json | 20 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_FISHING_SPEED;8.json | 20 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_UNDEAD;5.json | 21 |
3 files changed, 61 insertions, 0 deletions
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 |
