diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-14 23:24:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-14 22:24:55 +0000 |
| commit | be5cee57749fc74005a5fadfe692f0de7acfce5f (patch) | |
| tree | f64caa12a3f36ed848ac1db2abbb97eb2d28ca4b | |
| parent | fdda128e5ca4f23a44214eb36a62af40169a81b9 (diff) | |
| download | NotEnoughUpdates-REPO-be5cee57749fc74005a5fadfe692f0de7acfce5f.tar.gz NotEnoughUpdates-REPO-be5cee57749fc74005a5fadfe692f0de7acfce5f.tar.bz2 NotEnoughUpdates-REPO-be5cee57749fc74005a5fadfe692f0de7acfce5f.zip | |
feat: Attribute Shards v2 (#1526)
| -rw-r--r-- | items/ATTRIBUTE_SHARD_DEADEYE;7.json | 21 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_DOUBLE_HOOK;6.json | 20 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_LIFELINE;1.json | 2 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_MANA_REGENERATION;9.json | 21 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_MANA_STEAL;1.json | 2 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_MENDING;1.json | 2 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_MENDING;5.json | 20 |
7 files changed, 85 insertions, 3 deletions
diff --git a/items/ATTRIBUTE_SHARD_DEADEYE;7.json b/items/ATTRIBUTE_SHARD_DEADEYE;7.json new file mode 100644 index 00000000..577de154 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_DEADEYE;7.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bDeadeye VII\",1:\"§7Increases damage from ranged\",2:\"§7weapons by §a17.5%§7.\",3:\"\",4:\"§7Combine with items in the §bAttribute\",5:\"§bFusion §7menu to apply attributes.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{deadeye:7},id:\"ATTRIBUTE_SHARD_DEADEYE;7\"}}", + "damage": 0, + "lore": [ + "§bDeadeye VII", + "§7Increases damage from ranged", + "§7weapons by §a17.5%§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_DEADEYE;7", + "crafttext": "", + "clickcommand": "", + "modver": "2.5.0", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_DOUBLE_HOOK;6.json b/items/ATTRIBUTE_SHARD_DOUBLE_HOOK;6.json new file mode 100644 index 00000000..6c4b6ed2 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_DOUBLE_HOOK;6.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bDouble Hook VI\",1:\"§7Grants §9+3⚓ 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:6},id:\"ATTRIBUTE_SHARD_DOUBLE_HOOK;6\"}}", + "damage": 0, + "lore": [ + "§bDouble Hook VI", + "§7Grants §9+3⚓ Double Hook Chance§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_DOUBLE_HOOK;6", + "crafttext": "", + "clickcommand": "", + "modver": "2.5.0", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_LIFELINE;1.json b/items/ATTRIBUTE_SHARD_LIFELINE;1.json index 7b8da210..174058b2 100644 --- a/items/ATTRIBUTE_SHARD_LIFELINE;1.json +++ b/items/ATTRIBUTE_SHARD_LIFELINE;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§fAttribute Shard", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bLifeline II\",1:\"§7When under §c20% §7maximum HP, your §c❁\",2:\"§cDamage §7and §a❈ Defense §7increase by\",3:\"§7§a2.5%§7.\",4:\"\",5:\"§7Combine with items in the §bAttribute\",6:\"§bFusion §7menu to apply attributes.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{lifeline:1},id:\"ATTRIBUTE_SHARD_LIFELINE;1\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bLifeline I\",1:\"§7When under §c20% §7maximum HP, your §c❁\",2:\"§cDamage §7and §a❈ Defense §7increase by\",3:\"§7§a2.5%§7.\",4:\"\",5:\"§7Combine with items in the §bAttribute\",6:\"§bFusion §7menu to apply attributes.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{lifeline:1},id:\"ATTRIBUTE_SHARD_LIFELINE;1\"}}", "damage": 0, "lore": [ "§bLifeline I", diff --git a/items/ATTRIBUTE_SHARD_MANA_REGENERATION;9.json b/items/ATTRIBUTE_SHARD_MANA_REGENERATION;9.json new file mode 100644 index 00000000..156c8d6f --- /dev/null +++ b/items/ATTRIBUTE_SHARD_MANA_REGENERATION;9.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bMana Regeneration IX\",1:\"§7Increases your mana regeneration\",2:\"§7by §b9%§7.\",3:\"\",4:\"§7Combine with items in the §bAttribute\",5:\"§bFusion §7menu to apply attributes.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{mana_regeneration:9},id:\"ATTRIBUTE_SHARD_MANA_REGENERATION;9\"}}", + "damage": 0, + "lore": [ + "§bMana Regeneration IX", + "§7Increases your mana regeneration", + "§7by §b9%§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_MANA_REGENERATION;9", + "crafttext": "", + "clickcommand": "", + "modver": "2.5.0", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_MANA_STEAL;1.json b/items/ATTRIBUTE_SHARD_MANA_STEAL;1.json index 84c958ab..c96c1a7a 100644 --- a/items/ATTRIBUTE_SHARD_MANA_STEAL;1.json +++ b/items/ATTRIBUTE_SHARD_MANA_STEAL;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§fAttribute Shard", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bMana Steal I\",1:\"§7Regain §b0.4% 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:1},id:\"ATTRIBUTE_SHARD_MANA_STEAL;1\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bMana Steal I\",1:\"§7Regain §b0.2% 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:1},id:\"ATTRIBUTE_SHARD_MANA_STEAL;1\"}}", "damage": 0, "lore": [ "§bMana Steal I", diff --git a/items/ATTRIBUTE_SHARD_MENDING;1.json b/items/ATTRIBUTE_SHARD_MENDING;1.json index 7ce56ed4..d6cf212f 100644 --- a/items/ATTRIBUTE_SHARD_MENDING;1.json +++ b/items/ATTRIBUTE_SHARD_MENDING;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§fAttribute Shard", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bVitality II\",1:\"§7Grants §4+3♨ Vitality§7.\",2:\"\",3:\"§7Combine with items in the §bAttribute\",4:\"§bFusion §7menu to apply attributes.\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{mending:1},id:\"ATTRIBUTE_SHARD_MENDING;1\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bVitality I\",1:\"§7Grants §4+3♨ Vitality§7.\",2:\"\",3:\"§7Combine with items in the §bAttribute\",4:\"§bFusion §7menu to apply attributes.\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{mending:1},id:\"ATTRIBUTE_SHARD_MENDING;1\"}}", "damage": 0, "lore": [ "§bVitality I", diff --git a/items/ATTRIBUTE_SHARD_MENDING;5.json b/items/ATTRIBUTE_SHARD_MENDING;5.json new file mode 100644 index 00000000..b04cc7ed --- /dev/null +++ b/items/ATTRIBUTE_SHARD_MENDING;5.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bVitality V\",1:\"§7Grants §4+15♨ Vitality§7.\",2:\"\",3:\"§7Combine with items in the §bAttribute\",4:\"§bFusion §7menu to apply attributes.\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{mending:5},id:\"ATTRIBUTE_SHARD_MENDING;5\"}}", + "damage": 0, + "lore": [ + "§bVitality V", + "§7Grants §4+15♨ Vitality§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_MENDING;5", + "crafttext": "", + "clickcommand": "", + "modver": "2.5.0", + "infoType": "" +}
\ No newline at end of file |
