diff options
Diffstat (limited to 'items')
107 files changed, 1428 insertions, 180 deletions
diff --git a/items/ALERT_FLARE.json b/items/ALERT_FLARE.json new file mode 100644 index 00000000..672bd7b9 --- /dev/null +++ b/items/ALERT_FLARE.json @@ -0,0 +1,41 @@ +{ + "itemid": "minecraft:fireworks", + "displayname": "§9Alert Flare", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Item Ability: Deploy\",1:\"§7Shoot the flare up in the sky\",2:\"§7for §a3m §7buffing up to §b8\",3:\"§b§7players within §a40 §7blocks.\",4:\"§8Mana Cost: §3300\",5:\"\",6:\"§9Flare Buff: §9Alert Flare\",7:\"§7Grants §b+50% §7base mana regen§7.\",8:\"§7Grants §a+20% §7incoming healing.\",9:\"§7Gain §f+20❂ True Defense§7.\",10:\"§7Gain §c+10⫽ Ferocity§7.\",11:\"\",12:\"§8Only one deployable buff applies.\",13:\"\",14:\"§7§4☠ §cRequires §5Blaze Slayer 6.\",15:\"§9§lRARE DEPLOYABLE\"],Name:\"§9Alert Flare\"},ExtraAttributes:{id:\"ALERT_FLARE\"}}", + "damage": 0, + "lore": [ + "§6Item Ability: Deploy", + "§7Shoot the flare up in the sky", + "§7for §a3m §7buffing up to §b8", + "§b§7players within §a40 §7blocks.", + "§8Mana Cost: §3300", + "", + "§9Flare Buff: §9Alert Flare", + "§7Grants §b+50% §7base mana regen§7.", + "§7Grants §a+20% §7incoming healing.", + "§7Gain §f+20❂ True Defense§7.", + "§7Gain §c+10⫽ Ferocity§7.", + "", + "§8Only one deployable buff applies.", + "", + "§7§4☠ §cRequires §5Blaze Slayer 6.", + "§9§lRARE DEPLOYABLE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_SULPHUR:32", + "A3": "INFERNO_VERTEX:8", + "B1": "", + "B2": "MOLTEN_POWDER:64", + "B3": "", + "C1": "INFERNO_VERTEX:8", + "C2": "ENCHANTED_FIREWORK_ROCKET:1", + "C3": "" + }, + "internalname": "ALERT_FLARE", + "clickcommand": "viewrecipe", + "slayer_req": "BLAZE_6", + "modver": "2.1.0-REL", + "infoType": "", + "crafttext": "" +}
\ No newline at end of file diff --git a/items/ANNIHILATION_CLOAK.json b/items/ANNIHILATION_CLOAK.json new file mode 100644 index 00000000..8ea31e40 --- /dev/null +++ b/items/ANNIHILATION_CLOAK.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Annihilation Cloak", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a8fb4529-257d-3222-ba1c-bc868f19c9c8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjE0NTkxMjU0MiwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzQ0OTI4ZDExNDQxNjU1NTg4MmEzNmIyYmE5ZDRiMjk1YzFkMTZjODJiY2E5NDVkM2M4MTNlM2FhYTk0YWIzZSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+20\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+80\",3:\"§7Magic Find: §a+2\",4:\"\",5:\"§7Heal §c1%❤ §7every 2 seconds.\",6:\"§7Gain §a+2% §7Foraging exp.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4☠ §cRequires §5Blaze Slayer 7.\",10:\"§6§lLEGENDARY CLOAK\"],Name:\"§6Annihilation Cloak\"},ExtraAttributes:{id:\"ANNIHILATION_CLOAK\"}}", + "damage": 3, + "lore": [ + "§7Strength: §c+20", + "§7Crit Damage: §c+20%", + "§7Health: §a+80", + "§7Magic Find: §a+2", + "", + "§7Heal §c1%❤ §7every 2 seconds.", + "§7Gain §a+2% §7Foraging exp.", + "", + "§7§8This item can be reforged!", + "§7§4☠ §cRequires §5Blaze Slayer 7.", + "§6§lLEGENDARY CLOAK" + ], + "recipe": { + "A1": "WOOD_SINGULARITY:1", + "A2": "DESTRUCTION_CLOAK:1", + "A3": "WOOD_SINGULARITY:1", + "B1": "MOLTEN_POWDER:64", + "B2": "INFERNO_VERTEX:8", + "B3": "MOLTEN_POWDER:64", + "C1": "MOLTEN_POWDER:64", + "C2": "ENCHANTED_SULPHUR_CUBE:16", + "C3": "MOLTEN_POWDER:64" + }, + "internalname": "ANNIHILATION_CLOAK", + "crafttext": "", + "slayer_req": "BLAZE_7", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD.json b/items/ATTRIBUTE_SHARD.json index b6d0d9bd..b16c43e9 100644 --- a/items/ATTRIBUTE_SHARD.json +++ b/items/ATTRIBUTE_SHARD.json @@ -18,5 +18,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attribute_Shard" + ] }
\ No newline at end of file diff --git a/items/BLAZETEKK_HAM_RADIO.json b/items/BLAZETEKK_HAM_RADIO.json new file mode 100644 index 00000000..0123e212 --- /dev/null +++ b/items/BLAZETEKK_HAM_RADIO.json @@ -0,0 +1,44 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Blazetekk™ Ham Radio", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"81a86137-b6c0-3bd4-9535-bb1d28ba4710\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTcwMDMyNTY4MiwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTEzOTgzMDBkMDI1MTJhN2JlYmMwZjlkN2ExMmQ2N2NkZjg4NWM5MTQ0YjM4OTQ2OTQ0ZDllZjQyMDJjMzgzNiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§6Ability: Telecommunications\",1:\"§7If exactly two players within\",2:\"§7§a30 §7blocks are on the same\",3:\"§7channel, both gain:\",4:\" §a+60❈ Defense\",5:\" §f+40❂ True Defense\",6:\" §a+2% Incoming Healing\",7:\" §b+1% Combat XP\",8:\"§8Keep item in inventory to get effect.\",9:\"\",10:\"§6Ability: Tuning 4 Dummies §e§lRIGHT CLICK\",11:\"§7Switches to the next radio\",12:\"§7channel.\",13:\"\",14:\"§7Your channel: §b103.5 FM\",15:\"§7Nearby: §c0 enjoyers\",16:\"\",17:\"§7§4☠ §cRequires §5Blaze Slayer 6.\",18:\"§6§lLEGENDARY\"],Name:\"§6Blazetekk™ Ham Radio\"},ExtraAttributes:{id:\"BLAZETEKK_HAM_RADIO\"}}", + "damage": 3, + "lore": [ + "§6Ability: Telecommunications", + "§7If exactly two players within", + "§7§a30 §7blocks are on the same", + "§7channel, both gain:", + " §a+60❈ Defense", + " §f+40❂ True Defense", + " §a+2% Incoming Healing", + " §b+1% Combat XP", + "§8Keep item in inventory to get effect.", + "", + "§6Ability: Tuning 4 Dummies §e§lRIGHT CLICK", + "§7Switches to the next radio", + "§7channel.", + "", + "§7Your channel: §b103.5 FM", + "§7Nearby: §c0 enjoyers", + "", + "§7§4☠ §cRequires §5Blaze Slayer 6.", + "§6§lLEGENDARY" + ], + "recipe": { + "A1": "MOLTEN_POWDER:16", + "A2": "INFERNO_VERTEX:12", + "A3": "MOLTEN_POWDER:16", + "B1": "MOLTEN_POWDER:16", + "B2": "ENCHANTED_REDSTONE_LAMP:64", + "B3": "MOLTEN_POWDER:16", + "C1": "MOLTEN_POWDER:16", + "C2": "INFERNO_VERTEX:12", + "C3": "MOLTEN_POWDER:16" + }, + "internalname": "BLAZETEKK_HAM_RADIO", + "slayer_req": "BLAZE_6", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BLESSING;6.json b/items/BLESSING;6.json new file mode 100644 index 00000000..6c3aae8b --- /dev/null +++ b/items/BLESSING;6.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§9Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Blessing VI\",1:\"§7§a30%§7 chance to get double\",2:\"§7drops when fishing.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9§lRARE\"],Name:\"§f§9Enchanted Book\"},ExtraAttributes:{id:\"BLESSING;6\",enchantments:{blessing:6}}}", + "damage": 0, + "lore": [ + "§9Blessing VI", + "§7§a30%§7 chance to get double", + "§7drops when fishing.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§9§lRARE" + ], + "internalname": "BLESSING;6", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BURNING_CRIMSON_BOOTS.json b/items/BURNING_CRIMSON_BOOTS.json index ea5155c5..87d6ea4a 100644 --- a/items/BURNING_CRIMSON_BOOTS.json +++ b/items/BURNING_CRIMSON_BOOTS.json @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "http |
