diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-15 22:49:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-15 21:49:17 +0000 |
| commit | 0a48398988ff83655846d32c42164b01e0ef58e6 (patch) | |
| tree | 420618b02ac4a78d1de3706c07ac1d6123181d43 | |
| parent | ee6bd8cbf81367108c03f1ad6a0330c40391c61a (diff) | |
| download | NotEnoughUpdates-REPO-0a48398988ff83655846d32c42164b01e0ef58e6.tar.gz NotEnoughUpdates-REPO-0a48398988ff83655846d32c42164b01e0ef58e6.tar.bz2 NotEnoughUpdates-REPO-0a48398988ff83655846d32c42164b01e0ef58e6.zip | |
feat: Attribute Shards v4 (#1529)
| -rw-r--r-- | items/ATTRIBUTE_SHARD_FORTITUDE;5.json | 21 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_TROPHY_HUNTER;7.json | 20 |
2 files changed, 41 insertions, 0 deletions
diff --git a/items/ATTRIBUTE_SHARD_FORTITUDE;5.json b/items/ATTRIBUTE_SHARD_FORTITUDE;5.json new file mode 100644 index 00000000..f1fa6678 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_FORTITUDE;5.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bFortitude V\",1:\"§7Grants §c+2.5❤ Health §7and §a+2.5❈\",2:\"§aDefense§7.\",3:\"\",4:\"§7Combine with items in the §bAttribute\",5:\"§bFusion §7menu to apply attributes.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{fortitude:5},id:\"ATTRIBUTE_SHARD_FORTITUDE;5\"}}", + "damage": 0, + "lore": [ + "§bFortitude V", + "§7Grants §c+2.5❤ Health §7and §a+2.5❈", + "§aDefense§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_FORTITUDE;5", + "crafttext": "", + "clickcommand": "", + "modver": "2.5.0", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_TROPHY_HUNTER;7.json b/items/ATTRIBUTE_SHARD_TROPHY_HUNTER;7.json new file mode 100644 index 00000000..963432c4 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_TROPHY_HUNTER;7.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bTrophy Hunter VII\",1:\"§7Grants §6+14♔ 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:7},id:\"ATTRIBUTE_SHARD_TROPHY_HUNTER;7\"}}", + "damage": 0, + "lore": [ + "§bTrophy Hunter VII", + "§7Grants §6+14♔ Trophy Fish Chance§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_TROPHY_HUNTER;7", + "crafttext": "", + "clickcommand": "", + "modver": "2.5.0", + "infoType": "" +}
\ No newline at end of file |
