diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-01-04 20:34:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-04 19:34:17 +0000 |
| commit | 66db46e8edf16fb5cafa73cc4ed1c609fa1c08a9 (patch) | |
| tree | 58632e0d26ba7f32a269ffa48b92e83ed4940522 /items | |
| parent | 319d46dcc348bc74a0143ea91b0f75262a71b550 (diff) | |
| download | NotEnoughUpdates-REPO-66db46e8edf16fb5cafa73cc4ed1c609fa1c08a9.tar.gz NotEnoughUpdates-REPO-66db46e8edf16fb5cafa73cc4ed1c609fa1c08a9.tar.bz2 NotEnoughUpdates-REPO-66db46e8edf16fb5cafa73cc4ed1c609fa1c08a9.zip | |
feat: More Attribute Shards (#1594)
Diffstat (limited to 'items')
| -rw-r--r-- | items/ATTRIBUTE_SHARD_ARACHNO;10.json | 21 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_HUNTER;9.json | 20 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_TROPHY_HUNTER;9.json | 20 |
3 files changed, 61 insertions, 0 deletions
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 |
