diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-23 21:34:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-23 20:34:41 +0000 |
| commit | 32b500ef69c901eaf704e7790f8c7f66f0fe75a5 (patch) | |
| tree | 568f56f9392cb3f9537d949ea1e98d9f2e37f1a9 /items | |
| parent | 53381c35fc3fec0da97a1288a7c4766863086d50 (diff) | |
| download | NotEnoughUpdates-REPO-32b500ef69c901eaf704e7790f8c7f66f0fe75a5.tar.gz NotEnoughUpdates-REPO-32b500ef69c901eaf704e7790f8c7f66f0fe75a5.tar.bz2 NotEnoughUpdates-REPO-32b500ef69c901eaf704e7790f8c7f66f0fe75a5.zip | |
feat: More Attribute Shards (#1560)
Diffstat (limited to 'items')
| -rw-r--r-- | items/ATTRIBUTE_SHARD_BLAZING;5.json | 21 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_DOMINANCE;9.json | 21 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_DOUBLE_HOOK;8.json | 20 |
3 files changed, 62 insertions, 0 deletions
diff --git a/items/ATTRIBUTE_SHARD_BLAZING;5.json b/items/ATTRIBUTE_SHARD_BLAZING;5.json new file mode 100644 index 00000000..7c683e95 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_BLAZING;5.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bBlazing V\",1:\"§7Grants §c+15% §c❁ Damage §7against mobs\",2:\"§7in §aCrimson Isle§7.\",3:\"\",4:\"§7Combine with items in the §bAttribute\",5:\"§bFusion §7menu to apply attributes.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{blazing:5},id:\"ATTRIBUTE_SHARD_BLAZING;5\"}}", + "damage": 0, + "lore": [ + "§bBlazing V", + "§7Grants §c+15% §c❁ Damage §7against mobs", + "§7in §aCrimson Isle§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_BLAZING;5", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_DOMINANCE;9.json b/items/ATTRIBUTE_SHARD_DOMINANCE;9.json new file mode 100644 index 00000000..5e78653c --- /dev/null +++ b/items/ATTRIBUTE_SHARD_DOMINANCE;9.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bDominance IX\",1:\"§7Gain §c+13.5% §7damage when at full\",2:\"§7health.\",3:\"\",4:\"§7Combine with items in the §bAttribute\",5:\"§bFusion §7menu to apply attributes.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{dominance:9},id:\"ATTRIBUTE_SHARD_DOMINANCE;9\"}}", + "damage": 0, + "lore": [ + "§bDominance IX", + "§7Gain §c+13.5% §7damage when at full", + "§7health.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_DOMINANCE;9", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_DOUBLE_HOOK;8.json b/items/ATTRIBUTE_SHARD_DOUBLE_HOOK;8.json new file mode 100644 index 00000000..c9c5ca57 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_DOUBLE_HOOK;8.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bDouble Hook VIII\",1:\"§7Grants §9+4⚓ 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:8},id:\"ATTRIBUTE_SHARD_DOUBLE_HOOK;8\"}}", + "damage": 0, + "lore": [ + "§bDouble Hook VIII", + "§7Grants §9+4⚓ Double Hook Chance§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_DOUBLE_HOOK;8", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file |
