diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-02-18 10:12:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-18 09:12:44 +0000 |
| commit | e87a5c851792685bbae0464162193cdd8e3007f7 (patch) | |
| tree | d93455976f8f23c542669818dc8a08696f236acd /items | |
| parent | ae9350d75cf51d93a61eae72b17b3a2a59e99f00 (diff) | |
| download | NotEnoughUpdates-REPO-e87a5c851792685bbae0464162193cdd8e3007f7.tar.gz NotEnoughUpdates-REPO-e87a5c851792685bbae0464162193cdd8e3007f7.tar.bz2 NotEnoughUpdates-REPO-e87a5c851792685bbae0464162193cdd8e3007f7.zip | |
feat: Finish Attribute Shards 🎉 (#1675)
* feat: Finish Attribute Shards
* fix: FS Attribute Shard
* fix: Fortitude Shards
Diffstat (limited to 'items')
33 files changed, 630 insertions, 14 deletions
diff --git a/items/ATTRIBUTE_SHARD_BLAZING_RESISTANCE;2.json b/items/ATTRIBUTE_SHARD_BLAZING_RESISTANCE;2.json new file mode 100644 index 00000000..94539522 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_BLAZING_RESISTANCE;2.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bBlazing Resistance II\",1:\"§7Grants §a+2❈ Defense §7against mobs in\",2:\"§7§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_resistance:2},id:\"ATTRIBUTE_SHARD_BLAZING_RESISTANCE;2\"}}", + "damage": 0, + "lore": [ + "§bBlazing Resistance II", + "§7Grants §a+2❈ Defense §7against mobs in", + "§7§aCrimson Isle§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_BLAZING_RESISTANCE;2", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_BREEZE;10.json b/items/ATTRIBUTE_SHARD_BREEZE;10.json new file mode 100644 index 00000000..48a1aa5b --- /dev/null +++ b/items/ATTRIBUTE_SHARD_BREEZE;10.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bBreeze X\",1:\"§7When you haven\u0027t been damaged in\",2:\"§7the last §a5s §7or more, your mana\",3:\"§7costs are decreased by §a10%§7.\",4:\"\",5:\"§7Combine with items in the §bAttribute\",6:\"§bFusion §7menu to apply attributes.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{breeze:10},id:\"ATTRIBUTE_SHARD_BREEZE;10\"}}", + "damage": 0, + "lore": [ + "§bBreeze X", + "§7When you haven\u0027t been damaged in", + "§7the last §a5s §7or more, your mana", + "§7costs are decreased by §a10%§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_BREEZE;10", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_BREEZE;9.json b/items/ATTRIBUTE_SHARD_BREEZE;9.json new file mode 100644 index 00000000..fe3ebbb4 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_BREEZE;9.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bBreeze IX\",1:\"§7When you haven\u0027t been damaged in\",2:\"§7the last §a5s §7or more, your mana\",3:\"§7costs are decreased by §a9%§7.\",4:\"\",5:\"§7Combine with items in the §bAttribute\",6:\"§bFusion §7menu to apply attributes.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{breeze:9},id:\"ATTRIBUTE_SHARD_BREEZE;9\"}}", + "damage": 0, + "lore": [ + "§bBreeze IX", + "§7When you haven\u0027t been damaged in", + "§7the last §a5s §7or more, your mana", + "§7costs are decreased by §a9%§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_BREEZE;9", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_COMBO;10.json b/items/ATTRIBUTE_SHARD_COMBO;10.json new file mode 100644 index 00000000..18379389 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_COMBO;10.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bCombo X\",1:\"§7Deal §a+2% §7more damage per Grandma\",2:\"§7Wolf pet combo.\",3:\"\",4:\"§7Combine with items in the §bAttribute\",5:\"§bFusion §7menu to apply attributes.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{combo:10},id:\"ATTRIBUTE_SHARD_COMBO;10\"}}", + "damage": 0, + "lore": [ + "§bCombo X", + "§7Deal §a+2% §7more damage per Grandma", + "§7Wolf pet combo.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_COMBO;10", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_COMBO;9.json b/items/ATTRIBUTE_SHARD_COMBO;9.json new file mode 100644 index 00000000..9a46f26a --- /dev/null +++ b/items/ATTRIBUTE_SHARD_COMBO;9.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bCombo IX\",1:\"§7Deal §a+1.8% §7more damage per Grandma\",2:\"§7Wolf pet combo.\",3:\"\",4:\"§7Combine with items in the §bAttribute\",5:\"§bFusion §7menu to apply attributes.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{combo:9},id:\"ATTRIBUTE_SHARD_COMBO;9\"}}", + "damage": 0, + "lore": [ + "§bCombo IX", + "§7Deal §a+1.8% §7more damage per Grandma", + "§7Wolf pet combo.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_COMBO;9", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_DEADEYE;10.json b/items/ATTRIBUTE_SHARD_DEADEYE;10.json new file mode 100644 index 00000000..f1df39f0 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_DEADEYE;10.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bDeadeye X\",1:\"§7Increases damage from ranged\",2:\"§7weapons by §a25%§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:10},id:\"ATTRIBUTE_SHARD_DEADEYE;10\"}}", + "damage": 0, + "lore": [ + "§bDeadeye X", + "§7Increases damage from ranged", + "§7weapons by §a25%§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_DEADEYE;10", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_DEADEYE;2.json b/items/ATTRIBUTE_SHARD_DEADEYE;2.json new file mode 100644 index 00000000..2b7e9f38 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_DEADEYE;2.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bDeadeye II\",1:\"§7Increases damage from ranged\",2:\"§7weapons by §a5%§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:2},id:\"ATTRIBUTE_SHARD_DEADEYE;2\"}}", + "damage": 0, + "lore": [ + "§bDeadeye II", + "§7Increases damage from ranged", + "§7weapons by §a5%§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_DEADEYE;2", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_DEADEYE;3.json b/items/ATTRIBUTE_SHARD_DEADEYE;3.json new file mode 100644 index 00000000..0880304e --- /dev/null +++ b/items/ATTRIBUTE_SHARD_DEADEYE;3.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bDeadeye III\",1:\"§7Increases damage from ranged\",2:\"§7weapons by §a5%§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:3},id:\"ATTRIBUTE_SHARD_DEADEYE;3\"}}", + "damage": 0, + "lore": [ + "§bDeadeye III", + "§7Increases damage from ranged", + "§7weapons by §a5%§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_DEADEYE;3", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_DEADEYE;8.json b/items/ATTRIBUTE_SHARD_DEADEYE;8.json index ddca0249..82dbffb2 100644 --- a/items/ATTRIBUTE_SHARD_DEADEYE;8.json +++ b/items/ATTRIBUTE_SHARD_DEADEYE;8.json @@ -16,7 +16,7 @@ "internalname": "ATTRIBUTE_SHARD_DEADEYE;8", "crafttext": "", "clickcommand": "", - "modver": "2.5.0", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", diff --git a/items/ATTRIBUTE_SHARD_DEADEYE;9.json b/items/ATTRIBUTE_SHARD_DEADEYE;9.json new file mode 100644 index 00000000..e3d93ecf --- /dev/null +++ b/items/ATTRIBUTE_SHARD_DEADEYE;9.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bDeadeye IX\",1:\"§7Increases damage from ranged\",2:\"§7weapons by §a22.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:9},id:\"ATTRIBUTE_SHARD_DEADEYE;9\"}}", + "damage": 0, + "lore": [ + "§bDeadeye IX", + "§7Increases damage from ranged", + "§7weapons by §a22.5%§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_DEADEYE;9", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_FISHERMAN;10.json b/items/ATTRIBUTE_SHARD_FISHERMAN;10.json new file mode 100644 index 00000000..af5b478c --- /dev/null +++ b/items/ATTRIBUTE_SHARD_FISHERMAN;10.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bFisherman X\",1:\"§7Has a §a50% §7chance not to consume\",2:\"§7any bait.\",3:\"\",4:\"§7Combine with items in the §bAttribute\",5:\"§bFusion §7menu to apply attributes.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{fisherman:10},id:\"ATTRIBUTE_SHARD_FISHERMAN;10\"}}", + "damage": 0, + "lore": [ + "§bFisherman X", + "§7Has a §a50% §7chance not to consume", + "§7any bait.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_FISHERMAN;10", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_FISHERMAN;6.json b/items/ATTRIBUTE_SHARD_FISHERMAN;6.json index e5da014d..8236705a 100644 --- a/items/ATTRIBUTE_SHARD_FISHERMAN;6.json +++ b/items/ATTRIBUTE_SHARD_FISHERMAN;6.json @@ -17,5 +17,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.5.0", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] }
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_FISHERMAN;8.json b/items/ATTRIBUTE_SHARD_FISHERMAN;8.json index dfcffd6a..35cce6b5 100644 --- a/items/ATTRIBUTE_SHARD_FISHERMAN;8.json +++ b/items/ATTRIBUTE_SHARD_FISHERMAN;8.json @@ -17,5 +17,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.5.0", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] }
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_FISHERMAN;9.json b/items/ATTRIBUTE_SHARD_FISHERMAN;9.json new file mode 100644 index 00000000..302e3618 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_FISHERMAN;9.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bFisherman IX\",1:\"§7Has a §a45% §7chance not to consume\",2:\"§7any bait.\",3:\"\",4:\"§7Combine with items in the §bAttribute\",5:\"§bFusion §7menu to apply attributes.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{fisherman:9},id:\"ATTRIBUTE_SHARD_FISHERMAN;9\"}}", + "damage": 0, + "lore": [ + "§bFisherman IX", + "§7Has a §a45% §7chance not to consume", + "§7any bait.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_FISHERMAN;9", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_FISHING_SPEED;10.json b/items/ATTRIBUTE_SHARD_FISHING_SPEED;10.json new file mode 100644 index 00000000..1b1828f0 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_FISHING_SPEED;10.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bFishing Speed X\",1:\"§7Grants §b+30☂ 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:10},id:\"ATTRIBUTE_SHARD_FISHING_SPEED;10\"}}", + "damage": 0, + "lore": [ + "§bFishing Speed X", + "§7Grants §b+30☂ Fishing Speed§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_FISHING_SPEED;10", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_FORTITUDE;1.json b/items/ATTRIBUTE_SHARD_FORTITUDE;1.json index 08d21469..eeb679ea 100644 --- a/items/ATTRIBUTE_SHARD_FORTITUDE;1.json +++ b/items/ATTRIBUTE_SHARD_FORTITUDE;1.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§fAttribute Shard", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bFortitude I\",1:\"§7Grants §c+0.5❤ Health §7and §a+2❈ Defense§7.\",2:\"\",3:\"§7Combine with items in the §bAttribute\",4:\"§bFusion §7menu to apply attributes.\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{fortitude:1},id:\"ATTRIBUTE_SHARD_FORTITUDE;1\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bFortitude I\",1:\"§7Grants §c+0.5❤ Health §7and §a+0.5❈ Defense§7.\",2:\"\",3:\"§7Combine with items in the §bAttribute\",4:\"§bFusion §7menu to apply attributes.\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{fortitude:1},id:\"ATTRIBUTE_SHARD_FORTITUDE;1\"}}", "damage": 0, "lore": [ "§bFortitude I", - "§7Grants §c+0.5❤ Health §7and §a+2❈ Defense§7.", + "§7Grants §c+0.5❤ Health §7and §a+0.5❈ Defense§7.", "", "§7Combine with items in the §bAttribute", "§bFusion §7menu to apply attributes.", @@ -15,7 +15,7 @@ "internalname": "ATTRIBUTE_SHARD_FORTITUDE;1", "crafttext": "", "clickcommand": "", - "modver": "2.5.0", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", diff --git a/items/ATTRIBUTE_SHARD_FORTITUDE;2.json b/items/ATTRIBUTE_SHARD_FORTITUDE;2.json new file mode 100644 index 00000000..682ea4aa --- /dev/null +++ b/items/ATTRIBUTE_SHARD_FORTITUDE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bFortitude II\",1:\"§7Grants §c+1❤ Health §7and §a+1❈ Defense§7.\",2:\"\",3:\"§7Combine with items in the §bAttribute\",4:\"§bFusion §7menu to apply attributes.\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{fortitude:2},id:\"ATTRIBUTE_SHARD_FORTITUDE;2\"}}", + "damage": 0, + "lore": [ + "§bFortitude II", + "§7Grants §c+1❤ Health §7and §a+1❈ Defense§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_FORTITUDE;2", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_FORTITUDE;3.json b/items/ATTRIBUTE_SHARD_FORTITUDE;3.json new file mode 100644 index 00000000..a2e2e0d7 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_FORTITUDE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bFortitude III\",1:\"§7Grants §c+1.5❤ Health §7and §a+1.5❈ Defense§7.\",2:\"\",3:\"§7Combine with items in the §bAttribute\",4:\"§bFusion §7menu to apply attributes.\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{fortitude:3},id:\"ATTRIBUTE_SHARD_FORTITUDE;3\"}}", + "damage": 0, + "lore": [ + "§bFortitude III", + "§7Grants §c+1.5❤ Health §7and §a+1.5❈ Defense§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_FORTITUDE;3", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_FORTITUDE;8.json b/items/ATTRIBUTE_SHARD_FORTITUDE;8.json new file mode 100644 index 00000000..4b5e2c5b --- /dev/null +++ b/items/ATTRIBUTE_SHARD_FORTITUDE;8.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bFortitude VIII\",1:\"§7Grants §c+4❤ Health §7and §a+4❈ Defense§7.\",2:\"\",3:\"§7Combine with items in the §bAttribute\",4:\"§bFusion §7menu to apply attributes.\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{fortitude:8},id:\"ATTRIBUTE_SHARD_FORTITUDE;8\"}}", + "damage": 0, + "lore": [ + "§bFortitude VIII", + "§7Grants §c+4❤ Health §7and §a+4❈ Defense§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_FORTITUDE;8", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_FORTITUDE;9.json b/items/ATTRIBUTE_SHARD_FORTITUDE;9.json new file mode 100644 index 00000000..c80bade4 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_FORTITUDE;9.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bFortitude IX\",1:\"§7Grants §c+4.5❤ Health §7and §a+4.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:9},id:\"ATTRIBUTE_SHARD_FORTITUDE;9\"}}", + "damage": 0, + "lore": [ + "§bFortitude IX", + "§7Grants §c+4.5❤ Health §7and §a+4.5❈", + "§aDefense§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_FORTITUDE;9", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_INFECTION;1.json b/items/ATTRIBUTE_SHARD_INFECTION;1.json index 810a5082..a98da598 100644 --- a/items/ATTRIBUTE_SHARD_INFECTION;1.json +++ b/items/ATTRIBUTE_SHARD_INFECTION;1.json @@ -16,7 +16,7 @@ "internalname": "ATTRIBUTE_SHARD_INFECTION;1", "crafttext": "", "clickcommand": "", - "modver": "2.5.0", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", diff --git a/items/ATTRIBUTE_SHARD_INFECTION;10.json b/items/ATTRIBUTE_SHARD_INFECTION;10.json new file mode 100644 index 00000000..261c51d4 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_INFECTION;10.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bInfection X\",1:\"§7Increases the chance of catching\",2:\"§7corrupted sea creatures by §a2%§7.\",3:\"\",4:\"§7Combine with items in the §bAttribute\",5:\"§bFusion §7menu to apply attributes.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{infection:10},id:\"ATTRIBUTE_SHARD_INFECTION;10\"}}", + "damage": 0, + "lore": [ + "§bInfection X", + "§7Increases the chance of catching", + "§7corrupted sea creatures by §a2%§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_INFECTION;10", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attributes#List_of_Attributes", + "https://wiki.hypixel.net/Attributes#All_Attributes" + ] +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_INFECTION;5.json b/items/ATTRIBUTE_SHARD_INFECTION;5.json index fb2348cb..e65ebfca 100644 --- a/items/ATTRIBUTE_SHARD_INFECTION;5.json +++ b/ |
