diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-08-05 01:34:04 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 01:34:04 +1000 |
commit | a6d765c01b809e775c0dc1bc6c10ac8576086709 (patch) | |
tree | deabeb4ea94e96a96340bb5a18b3d9aa609f22c0 | |
parent | 3dec40f80c9fea46a7bf4e1d189f2337d339e658 (diff) | |
parent | 9e10cb8251ce059f9a4cc091ca33437f3b1705fb (diff) | |
download | NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.tar.gz NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.tar.bz2 NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.zip |
Merge pull request #258 from IRONM00N/master
Most Dungeon Floor 4 Items
53 files changed, 1238 insertions, 182 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index a5979109..c8046eed 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3057,6 +3057,31 @@ } }, "SPIRIT": { + "EPIC": { + "1": { + "otherNums": [ + 10.0, + 5.0, + 5.5 + ], + "statNums": { + "INTELLIGENCE": 1.0, + "SPEED": 0.0 + } + }, + "100": { + "otherNums": [ + 10.0, + 5.0, + 49.98571428571429 + ], + "statNums": { + "INTELLIGENCE": 100.0, + "SPEED": 29.57142857142857 + } + }, + "interp": "1:78" + }, "LEGENDARY": { "1": { "otherNums": [ diff --git a/items/ADAPTIVE_BOOTS.json b/items/ADAPTIVE_BOOTS.json index 270323ab..fdd8a8c4 100644 --- a/items/ADAPTIVE_BOOTS.json +++ b/items/ADAPTIVE_BOOTS.json @@ -1,11 +1,11 @@ { "internalname": "ADAPTIVE_BOOTS", - "itemid": 301, - "displayname": "§5Adaptive Boots §6✪§6✪§6✪§6✪§6✪", + "itemid": "minecraft:leather_boots", + "displayname": "§5Adaptive Boots ", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d233 §8(417)\",1:\"§7Strength: §c+15 §8(+30.15)\",2:\"\",3:\"§7Health: §a+90 HP §8(+180.9 HP)\",4:\"§7Defense: §a+35 §8(+70.35)\",5:\"§7Intelligence: §a+15 §8(+30.15)\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§5§lEPIC DUNGEON BOOTS\"],color:12565682,Name:\"§5Adaptive Boots §6✪§6✪§6✪§6✪§6✪\"},ExtraAttributes:{color:\"191:188:178\",dungeon_item_level:5,id:\"ADAPTIVE_BOOTS\"}}", - "modver": "1.0.0", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d233 §8(417)\",1:\"§7Strength: §c+15 §8(+30.15)\",2:\"\",3:\"§7Health: §a+90 HP §8(+180.9 HP)\",4:\"§7Defense: §a+35 §8(+70.35)\",5:\"§7Intelligence: §a+15 §8(+30.15)\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§5§lEPIC DUNGEON BOOTS\"],color:12565682,Name:\"§5Adaptive Boots \"},ExtraAttributes:{color:\"191:188:178\",dungeon_item_level:5,id:\"ADAPTIVE_BOOTS\"}}", + "modver": "1.1-REL", "lore": [ "§7Gear Score: §d233 §8(417)", "§7Strength: §c+15 §8(+30.15)", @@ -33,5 +33,7 @@ "", "§7§8This item can be reforged!", "§5§lEPIC DUNGEON BOOTS" - ] + ], + "crafttext": "", + "infoType": "" }
\ No newline at end of file diff --git a/items/BAT_WAND.json b/items/BAT_WAND.json new file mode 100644 index 00000000..b07287b9 --- /dev/null +++ b/items/BAT_WAND.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:red_flower", + "displayname": "§6Spirit Sceptre", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d370 §8(538)\",1:\"§7Damage: §c+180 §8(+271.8)\",2:\"\",3:\"§7Intelligence: §a+300 §8(+453)\",4:\"\",5:\"§6Item Ability: Guided Bat §e§lRIGHT CLICK\",6:\"§7Shoots a guided spirit bat,\",7:\"§7following your aim and exploding\",8:\"§7for §c4,564 §7damage.\",9:\"§8Mana Cost: §3250\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aCatacombs Floor IV\",13:\"§aCompletion\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Spirit Sceptre\"},ExtraAttributes:{dungeon_item_level:0,id:\"BAT_WAND\"}}", + "damage": 2, + "lore": [ + "§7Gear Score: §d370 §8(538)", + "§7Damage: §c+180 §8(+271.8)", + "", + "§7Intelligence: §a+300 §8(+453)", + "", + "§6Item Ability: Guided Bat §e§lRIGHT CLICK", + "§7Shoots a guided spirit bat,", + "§7following your aim and exploding", + "§7for §c4,564 §7damage.", + "§8Mana Cost: §3250", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor IV", + "§aCompletion", + "§6§lLEGENDARY DUNGEON SWORD" + ], + "recipe": { + "A1": "", + "A2": "SPIRIT_WING:3", + "A3": "", + "B1": "", + "B2": "ENCHANTED_LAPIS_LAZULI_BLOCK:3", + "B3": "", + "C1": "", + "C2": "ENCHANTED_LAPIS_LAZULI_BLOCK", + "C3": "" + }, + "internalname": "BAT_WAND", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BONE_BOOMERANG.json b/items/BONE_BOOMERANG.json new file mode 100644 index 00000000..25e234d6 --- /dev/null +++ b/items/BONE_BOOMERANG.json @@ -0,0 +1,42 @@ +{ + "itemid": "minecraft:bone", + "displayname": "§f§f§6Bonemerang", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d490 §8(720)\",1:\"§7Damage: §c+320 §8(+483.2)\",2:\"§7Strength: §c+130 §8(+196.3)\",3:\"\",4:\"§6Item Ability: Swing §e§lRIGHT CLICK\",5:\"§7Throw the bone a short distance,\",6:\"§7dealing the damage an arrow\",7:\"§7would.\",8:\"\",9:\"§7Deals §cdouble damage §7when\",10:\"§7coming back. Pierces up to §e10\",11:\"§e§7foes.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 70000 / 70000\",15:\"§7§4❣ §cRequires §aCatacombs Floor IV\",16:\"§aCompletion\",17:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§f§f§6Bonemerang\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"BONE_BOOMERANG\",uuid:\"e67b8785-84d9-4a33-abb6-2cbd4e33db9d\",timestamp:\"8/1/20 6:44 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Gear Score: §d490 §8(720)", + "§7Damage: §c+320 §8(+483.2)", + "§7Strength: §c+130 §8(+196.3)", + "", + "§6Item Ability: Swing §e§lRIGHT CLICK", + "§7Throw the bone a short distance,", + "§7dealing the damage an arrow", + "§7would.", + "", + "§7Deals §cdouble damage §7when", + "§7coming back. Pierces up to §e10", + "§e§7foes.", + "", + "§7§8This item can be reforged!", + "§aPerfect 70000 / 70000", + "§7§4❣ §cRequires §aCatacombs Floor IV", + "§aCompletion", + "§6§lLEGENDARY DUNGEON BOW" + ], + "recipe": { + "A1": "ENCHANTED_STRING:5", + "A2": "ENCHANTED_BONE_BLOCK:5", + "A3": "", + "B1": "ENCHANTED_STRING:5", + "B2": "", + "B3": "SPIRIT_BONE:5", + "C1": "ENCHANTED_STRING:5", + "C2": "ENCHANTED_BONE_BLOCK:5", + "C3": "" + }, + "internalname": "BONE_BOOMERANG", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BOUNCY_BOOTS.json b/items/BOUNCY_BOOTS.json new file mode 100644 index 00000000..0ea627e2 --- /dev/null +++ b/items/BOUNCY_BOOTS.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§9Bouncy Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d75 §8(103)\",1:\"§7Crit Chance: §c+5%\",2:\"\",3:\"§7Health: §a+55 HP §8(+83.05 HP)\",4:\"\",5:\"§6Full Set Bonus: Bouncing Arrow\",6:\"§7Your arrows have a §e25%\",7:\"§e§7chance to bounce to another\",8:\"§7target after it hits something.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§aPerfect 35000 / 35000\",12:\"§7§4❣ §cRequires §aCatacombs Level 12\",13:\"§9§lRARE DUNGEON BOOTS\"],color:11403055,Name:\"§9Bouncy Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"BOUNCY_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d75 §8(103)", + "§7Crit Chance: §c+5%", + "", + "§7Health: §a+55 HP §8(+83.05 HP)", + "", + "§6Full Set Bonus: Bouncing Arrow", + "§7Your arrows have a §e25%", + "§e§7chance to bounce to another", + "§7target after it hits something.", + "", + "§7§8This item can be reforged!", + "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 12", + "§9§lRARE DUNGEON BOOTS" + ], + "internalname": "BOUNCY_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bouncy_Armor" + ] +}
\ No newline at end of file diff --git a/items/BOUNCY_CHESTPLATE.json b/items/BOUNCY_CHESTPLATE.json new file mode 100644 index 00000000..aeb5626b --- /dev/null +++ b/items/BOUNCY_CHESTPLATE.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§9Bouncy Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d140 §8(201)\",1:\"§7Crit Chance: §c+5%\",2:\"\",3:\"§7Health: §a+120 HP §8(+181.2 HP)\",4:\"\",5:\"§6Full Set Bonus: Bouncing Arrow\",6:\"§7Your arrows have a §e25%\",7:\"§e§7chance to bounce to another\",8:\"§7target after it hits something.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§aPerfect 35000 / 35000\",12:\"§7§4❣ §cRequires §aCatacombs Level 12\",13:\"§9§lRARE DUNGEON CHESTPLATE\"],color:11403055,Name:\"§9Bouncy Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"BOUNCY_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d140 §8(201)", + "§7Crit Chance: §c+5%", + "", + "§7Health: §a+120 HP §8(+181.2 HP)", + "", + "§6Full Set Bonus: Bouncing Arrow", + "§7Your arrows have a §e25%", + "§e§7chance to bounce to another", + "§7target after it hits something.", + "", + "§7§8This item can be reforged!", + "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 12", + "§9§lRARE DUNGEON CHESTPLATE" + ], + "internalname": "BOUNCY_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bouncy_Armor" + ] +}
\ No newline at end of file diff --git a/items/BOUNCY_HELMET.json b/items/BOUNCY_HELMET.json new file mode 100644 index 00000000..4c7c946b --- /dev/null +++ b/items/BOUNCY_HELMET.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:leather_helmet", + "displayname": "§9Bouncy Helmet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d85 §8(118)\",1:\"§7Crit Chance: §c+5%\",2:\"\",3:\"§7Health: §a+65 HP §8(+98.15 HP)\",4:\"\",5:\"§6Full Set Bonus: Bouncing Arrow\",6:\"§7Your arrows have a §e25%\",7:\"§e§7chance to bounce to another\",8:\"§7target after it hits something.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§aPerfect 35000 / 35000\",12:\"§7§4❣ §cRequires §aCatacombs Level 12\",13:\"§9§lRARE DUNGEON HELMET\"],color:11403055,Name:\"§9Bouncy Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"BOUNCY_HELMET\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d85 §8(118)", + "§7Crit Chance: §c+5%", + "", + "§7Health: §a+65 HP §8(+98.15 HP)", + "", + "§6Full Set Bonus: Bouncing Arrow", + "§7Your arrows have a §e25%", + "§e§7chance to bounce to another", + "§7target after it hits something.", + "", + "§7§8This item can be reforged!", + "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 12", + "§9§lRARE DUNGEON HELMET" + ], + "internalname": "BOUNCY_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bouncy_Armor" + ] +}
\ No newline at end of file diff --git a/items/BOUNCY_LEGGINGS.json b/items/BOUNCY_LEGGINGS.json new file mode 100644 index 00000000..37cfa674 --- /dev/null +++ b/items/BOUNCY_LEGGINGS.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§9Bouncy Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d125 §8(179)\",1:\"§7Crit Chance: §c+5%\",2:\"\",3:\"§7Health: §a+105 HP §8(+158.55 HP)\",4:\"\",5:\"§6Full Set Bonus: Bouncing Arrow\",6:\"§7Your arrows have a §e25%\",7:\"§e§7chance to bounce to another\",8:\"§7target after it hits something.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§aPerfect 35000 / 35000\",12:\"§7§4❣ §cRequires §aCatacombs Level 12\",13:\"§9§lRARE DUNGEON LEGGINGS\"],color:11403055,Name:\"§9Bouncy Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"BOUNCY_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d125 §8(179)", + "§7Crit Chance: §c+5%", + "", + "§7Health: §a+105 HP §8(+158.55 HP)", + "", + "§6Full Set Bonus: Bouncing Arrow", + "§7Your arrows have a §e25%", + "§e§7chance to bounce to another", + "§7target after it hits something.", + "", + "§7§8This item can be reforged!", + "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 12", + "§9§lRARE DUNGEON LEGGINGS" + ], + "internalname": "BOUNCY_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bouncy_Armor" + ] +}
\ No newline at end of file diff --git a/items/CONJURING_SWORD.json b/items/CONJURING_SWORD.json new file mode 100644 index 00000000..5652b983 --- /dev/null +++ b/items/CONJURING_SWORD.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:stone_sword", + "displayname": "§9Conjuring", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d172 §8(246)\",1:\"§7Damage: §c+68 §8(+102.68)\",2:\"§7Strength: §c+36 §8(+54.36)\",3:\"\",4:\"§7Intelligence: §a+85 §8(+128.35)\",5:\"\",6:\"§7§7Reduces the cooldown of Guided\",7:\"§7Sheep by §65 §7seconds, and\",8:\"§7prevents Guided Sheep from\",9:\"§7spawning randomly while holding\",10:\"§7this item.\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 35000 / 35000\",14:\"§7§4❣ §cRequires §aCatacombs Level 13\",15:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Conjuring\"},ExtraAttributes:{dungeon_item_level:0,id:\"CONJURING_SWORD\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d172 §8(246)", + "§7Damage: §c+68 §8(+102.68)", + "§7Strength: §c+36 §8(+54.36)", + "", + "§7Intelligence: §a+85 §8(+128.35)", + "", + "§7§7Reduces the cooldown of Guided", + "§7Sheep by §65 §7seconds, and", + "§7prevents Guided Sheep from", + "§7spawning randomly while holding", + "§7this item.", + "", + "§7§8This item can be reforged!", + "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 13", + "§9§lRARE DUNGEON SWORD" + ], + "internalname": "CONJURING_SWORD", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DIAMOND_BONZO_HEAD.json b/items/DIAMOND_BONZO_HEAD.json new file mode 100644 index 00000000..ff258dab --- /dev/null +++ b/items/DIAMOND_BONZO_HEAD.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§cDiamond Bonzo Head", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"39ad0266-88b1-3ccd-921c-3ac84051b5c9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NDQwOTcyODgyOCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmFlMjAxYjA2ZjEwYjViNGViMDEzMGVjZDdkNTlmYWM3ZTRlMDEzYmJkNGY1ZDVkMDQ2MzU4MGZiMDU0OWE4YiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Obtained from killing §cBonzo\",1:\"§c§7in §cThe Catacombs §7lots of\",2:\"§7times.\",3:\"\",4:\"§7§8Involved in the dark arts due\",5:\"§8to his parents\u0027 insistence.\",6:\"§8Originally worked as a Circus\",7:\"§8clown.\",8:\"\",9:\"§c§lSPECIAL DUNGEON ITEM\"],Name:\"§f§f§cDiamond Bonzo Head\"},ExtraAttributes:{id:\"DIAMOND_BONZO_HEAD\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Obtained from killing §cBonzo", + "§c§7in §cThe Catacombs §7lots of", + "§7times.", + "", + "§7§8Involved in the dark arts due", + "§8to his parents\u0027 insistence.", + "§8Originally worked as a Circus", + "§8clown.", + "", + "§c§lSPECIAL DUNGEON ITEM" + ], + "internalname": "DIAMOND_BONZO_HEAD", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DUNGEON_CHEST_KEY.json b/items/DUNGEON_CHEST_KEY.json new file mode 100644 index 00000000..f6245266 --- /dev/null +++ b/items/DUNGEON_CHEST_KEY.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:tripwire_hook", + "displayname": "§f§f§9Dungeon Chest Key", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Allows you to open an additional\",1:\"§7treasure chest at the end of a\",2:\"§7dungeon!\",3:\"\",4:\"§9§lRARE DUNGEON ITEM\"],Name:\"§f§f§9Dungeon Chest Key\"},ExtraAttributes:{id:\"DUNGEON_CHEST_KEY\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Allows you to open an additional", + "§7treasure chest at the end of a", + "§7dungeon!", + "", + "§9§lRARE DUNGEON ITEM" + ], + "internalname": "DUNGEON_CHEST_KEY", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/EARTH_SHARD.json b/items/EARTH_SHARD.json new file mode 100644 index 00000000..a54a943f --- /dev/null +++ b/items/EARTH_SHARD.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:stone_sword", + "displayname": "§5Earth Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d261 §8(389)\",1:\"§7Damage: §c+105 §8(+158.55)\",2:\"\",3:\"§7Defense: §a+73 §8(+110.23)\",4:\"\",5:\"§7This shard automatically adapts\",6:\"§7to its user inside Dungeons,\",7:\"§7allowing you to perform your\",8:\"§7class ability. Reduces the\",9:\"§7cooldown of §9Seismic Wave §7by\",10:\"§7§a10s§7.\",11:\"\",12:\"§7§eRight-click to use your class\",13:\"§eability!\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 52500 / 52500\",17:\"§7§4❣ §cRequires §aCatacombs Level 19\",18:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Earth Shard\"},ExtraAttributes:{dungeon_item_level:0,id:\"EARTH_SHARD\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d261 §8(389)", + "§7Damage: §c+105 §8(+158.55)", + "", + "§7Defense: §a+73 §8(+110.23)", + "", + "§7This shard automatically adapts", + "§7to its user inside Dungeons,", + "§7allowing you to perform your", + "§7class ability. Reduces the", + "§7cooldown of §9Seismic Wave §7by", + "§7§a10s§7.", + "", + "§7§eRight-click to use your class", + "§eability!", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 19", + "§5§lEPIC DUNGEON SWORD" + ], + "internalname": "EARTH_SHARD", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ENCHANTED_BONE_BLOCK.json b/items/ENCHANTED_BONE_BLOCK.json new file mode 100644 index 00000000..f9e2da90 --- /dev/null +++ b/items/ENCHANTED_BONE_BLOCK.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:quartz_block", + "displayname": "§9Enchanted Bone Block", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Enchanted Bone Block\"},ExtraAttributes:{id:\"ENCHANTED_BONE_BLOCK\"}}", + "damage": 1, + "lore": [ + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_BONE:32", + "A3": "", + "B1": "ENCHANTED_BONE:32", + "B2": "ENCHANTED_BONE:32", + "B3": "ENCHANTED_BONE:32", + "C1": "", + "C2": "ENCHANTED_BONE:32", + "C3": "" + }, + "internalname": "ENCHANTED_BONE_BLOCK", + "crafttext": "Requires: Bone X", + "clickcommand": "viewrecipe", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Bone_Block" + ] +}
\ No newline at end of file diff --git a/items/GOLD_SCARF_HEAD.json b/items/GOLD_SCARF_HEAD.json index c27efbf9..4ee8bbe2 100644 --- a/items/GOLD_SCARF_HEAD.json +++ b/items/GOLD_SCARF_HEAD.json @@ -1,11 +1,8 @@ { - "internalname": "GOLD_SCARF_HEAD", - "itemid": 397, - "displayname": "§cGolden Scarf Head", - "clickcommand": "", + "itemid": "minecraft:skull", + "displayname": "§f§f§cGolden Scarf Head", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"04e9db81-3dc2-33fe-8d5f-0d8d25cd4742\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NDQwOTkwNTg0MiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjEyZjkwYTJhNjZkN2Y5MzdjZjlmYjE1YzdkOGFlZjk3ZDM4ZjU2MmJkOTY3OGIyNGY0YzkwNGI2NWJjYzYwYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Obtained from killing §cScarf\",1:\"§c§7in §cThe Catacombs §7lots of\",2:\"§7times.\",3:\"\",4:\"§7§8First of his class. His\",5:\"§8teacher said he will do \\\"great\",6:\"§8things\\\".\",7:\"\",8:\"§c§lSPECIAL DUNGEON ITEM\"],Name:\"§f§f§cGolden Scarf Head\"},ExtraAttributes:{id:\"GOLD_SCARF_HEAD\"},AttributeModifiers:[]}", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"04e9db81-3dc2-33fe-8d5f-0d8d25cd4742\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NDQwOTkwNTg0MiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjEyZjkwYTJhNjZkN2Y5MzdjZjlmYjE1YzdkOGFlZjk3ZDM4ZjU2MmJkOTY3OGIyNGY0YzkwNGI2NWJjYzYwYyIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7Obtained from killing §cScarf\",1:\"§c§7in §cThe Catacombs §7lots of\",2:\"§7times.\",3:\"\",4:\"§7§8First of his class. His\",5:\"§8teacher said he will do \"great\",6:\"§8things\".\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§aPerfect 700000 / 700000\",10:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§cGolden Scarf Head\"},ExtraAttributes:{id:\"GOLD_SCARF_HEAD\"}}", - "modver": "1.0.0", "lore": [ "§7Obtained from killing §cScarf", "§c§7in §cThe Catacombs §7lots of", @@ -15,8 +12,14 @@ "§8teacher said he will do \"great", "§8things\".", "", - "§7§8This item can be reforged!", - "§aPerfect 700000 / 700000", - "§c§lSPECIAL DUNGEON HELMET" + "§c§lSPECIAL DUNGEON ITEM" + ], + "internalname": "GOLD_SCARF_HEAD", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Trophies" ] }
\ No newline at end of file diff --git a/items/GOLD_THORN_HEAD.json b/items/GOLD_THORN_HEAD.json new file mode 100644 index 00000000..ba8701da --- /dev/null +++ b/items/GOLD_THORN_HEAD.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§cGolden Thorn Head", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"cd582b3d-d9ee-36f7-9a1e-99c1bf5ca047\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg2MzYzMjU1OCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTQwMTY4ZTdmN2JjY2QxOWI1YTFlZGU5YTE5NmI0MWM1N2M5MTk4NWVjNzIzYmNmNDIyMDk2NzUyNTU4MjE1OCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Obtained from killing §cThorn\",1:\"§c§7in §cThe Catacombs §7lots of\",2:\"§7times.\",3:\"\",4:\"§7§8Powerful Necromancer that\",5:\"§8specializes in animals. Calls\",6:\"§8himself a vegetarian, go figure.\",7:\"\",8:\"§c§lSPECIAL DUNGEON ITEM\"],Name:\"§f§f§cGolden Thorn Head\"},ExtraAttributes:{id:\"GOLD_THORN_HEAD\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Obtained from killing §cThorn", + "§c§7in §cThe Catacombs §7lots of", + "§7times.", + "", + "§7§8Powerful Necromancer that", + "§8specializes in animals. Calls", + "§8himself a vegetarian, go figure.", + "", + "§c§lSPECIAL DUNGEON ITEM" + ], + "internalname": "GOLD_THORN_HEAD", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/HOLY_DRAGON_BOOTS.json b/items/HOLY_DRAGON_BOOTS.json index 4bb97400..1355070d 100644 --- a/items/HOLY_DRAGON_BOOTS.json +++ b/items/HOLY_DRAGON_BOOTS.json @@ -1,11 +1,11 @@ { "internalname": "HOLY_DRAGON_BOOTS", - "itemid": 301, + "itemid": "minecraft:leather_boots", "displayname": "§6Holy Dragon Boots", - "clickcommand": "", + "clickcommand": "viewrecipe", "damage": 0, "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+90\",2:\"\",3:\"§6Full Set Bonus: Holy Blood\",4:\"§7Increases the natural health\",5:\"§7regeneration of you and all\",6:\"§7players in a §a6§7 block radius\",7:\"§7by §a3x§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY BOOTS\"],color:4706631,Name:\"§6Holy Dragon Boots\"},ExtraAttributes:{color:\"71:209:71\",id:\"HOLY_DRAGON_BOOTS\"}}", - "modver": "1.0.0", + "modver": "1.1-REL", "lore": [ "§7Health: §a+100 HP", "§7Defense: §a+90", @@ -18,5 +18,21 @@ "", "§7§8This item can be reforged!", "§6§lLEGENDARY BOOTS" + ], + "recipe": { + "A1": "HOLY_FRAGMENT:10", + "A2": "", + "A3": "HOLY_FRAGMENT:10", + "B1": "HOLY_FRAGMENT:10", + "B2": "", + "B3": "HOLY_FRAGMENT:10", + "C1": "", + "C2": "", + "C3": "" + }, + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Holy_Dragon_Armor" ] }
\ No newline at end of file diff --git a/items/HOLY_DRAGON_CHESTPLATE.json b/items/HOLY_DRAGON_CHESTPLATE.json index d45d2333..dfbe03a8 100644 --- a/items/HOLY_DRAGON_CHESTPLATE.json +++ b/items/HOLY_DRAGON_CHESTPLATE.json @@ -1,11 +1,11 @@ { "internalname": "HOLY_DRAGON_CHESTPLATE", - "itemid": 299, + "itemid": "minecraft:leather_chestplate", "displayname": "§6Holy Dragon Chestplate", - "clickcommand": "", + "clickcommand": "viewrecipe", "damage": 0, "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+180 HP\",1:\"§7Defense: §a+160\",2:\"\",3:\"§6Full Set Bonus: Holy Blood\",4:\"§7Increases the natural health\",5:\"§7regeneration of you and all\",6:\"§7players in a §a6§7 block radius\",7:\"§7by §a3x§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY CHESTPLATE\"],color:4706631,Name:\"§6Holy Dragon Chestplate\"},ExtraAttributes:{color:\"71:209:71\",id:\"HOLY_DRAGON_CHESTPLATE\"}}", - "modver": "1.0.0", + "modver": "1.1-REL", "lore": [ "§7Health: §a+180 HP", "§7Defense: §a+160", @@ -18,5 +18,21 @@ "", "§7§8This item can be reforged!", "§6§lLEGENDARY CHESTPLATE" + ], + "recipe": { + "A1": "HOLY_FRAGMENT:10", + "A2": "", + "A3": "HOLY_FRAGMENT:10", + "B1": "HOLY_FRAGMENT:10", + "B2": "HOLY_FRAGMENT:10", + "B3": "HOLY_FRAGMENT:10", + "C1": "HOLY_FRAGMENT:10", + "C2": "HOLY_FRAGMENT:10", + "C3": "HOLY_FRAGMENT:10" + }, + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Holy_Dragon_Armor" ] }
\ No newline at end of file diff --git a/items/HOLY_DRAGON_HELMET.json b/items/HOLY_DRAGON_HELMET.json index 53593471..b72fc754 100644 --- a/items/HOLY_DRAGON_HELMET.json +++ b/items/HOLY_DRAGON_HELMET.json @@ -1,11 +1,11 @@ { "internalname": "HOLY_DRAGON_HELMET", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§6Holy Dragon Helmet", - "clickcommand": "", + "clickcommand": "viewrecipe", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"881e59ef-cb3d-3ad7-bdab-ddf2520a6806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTljYzhiYTI2NzkzMjE4ZjZmNjQ5MTk0N2ExODM3ZmQ1Mjg3ODcwMWYzM2Y3NmJiZTI4ODNhNDVhYmE4YWI4ZiJ9fX0K\"}]}},display:{Lore:[0:\"§7Health: §a+110 HP\",1:\"§7Defense: §a+110\",2:\"\",3:\"§6Full Set Bonus: Holy Blood\",4:\"§7Increases the natural health\",5:\"§7regeneration of you and all\",6:\"§7players in a §a6§7 block radius\",7:\"§7by §a3x§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY HELMET\"],Name:\"§6Holy Dragon Helmet\"},ExtraAttributes:{id:\"HOLY_DRAGON_HELMET\"}}", - "modver": "1.0.0", + "modver": "1.1-REL", "lore": [ "§7Health: §a+110 HP", "§7Defense: §a+110", @@ -18,5 +18,21 @@ "", "§7§8This item can be reforged!", "§6§lLEGENDARY HELMET" + ], + "recipe": { + "A1": "HOLY_FRAGMENT:10", + "A2": "HOLY_FRAGMENT:10", + "A3": "HOLY_FRAGMENT:10", + "B1": "HOLY_FRAGMENT:10", + "B2": "", + "B3": "HOLY_FRAGMENT:10", + "C1": "", + "C2": "", + "C3": "" + }, + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Holy_Dragon_Armor" ] }
\ No newline at end of file diff --git a/items/HOLY_DRAGON_LEGGINGS.json b/items/HOLY_DRAGON_LEGGINGS.json index bc33bd30..dd441028 100644 --- a/items/HOLY_DRAGON_LEGGINGS.json +++ b/items/HOLY_DRAGON_LEGGINGS.json @@ -1,11 +1,11 @@ { "internalname": "HOLY_DRAGON_LEGGINGS", - "itemid": 300, + "itemid": "minecraft:leather_leggings", "displayname": "§6Holy Dragon Leggings", - "clickcommand": "", + "clickcommand": "viewrecipe", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+155 HP\",1:\"§7Defense: §a+140\",2:\"\",3:\"§6Full Set Bonus: Holy Blood\",4:\"§7Increases the natural health\",5:\"§7regeneration of you and all\",6:\"§7players in a §a6§7 block radius\",7:\"§7by §a3x§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aCombat Skill 16\",11:\"§7§4❣ §cRequires §aCatacombs Level\",12:\"§a27 §cwhile in Catacombs\",13:\"§6§lLEGENDARY LEGGINGS\"],color:4706631,Name:\"§6Holy Dragon Leggings\"},ExtraAttributes:{color:\"71:209:71\",id:\"HOLY_DRAGON_LEGGINGS\"}}", - "modver": "1.0.0", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+155 HP\",1:\"§7Defense: §a+140\",2:\"\",3:\"§6Full Set Bonus: Holy Blood\",4:\"§7Increases the natural health\",5:\"§7regeneration of you and all\",6:\"§7players in a §a6§7 block radius\",7:\"§7by §a3x§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY LEGGINGS\"],color:4706631,Name:\"§6Holy Dragon Leggings\"},ExtraAttributes:{color:\"71:209:71\",id:\"HOLY_DRAGON_LEGGINGS\"}}", + "modver": "1.1-REL", "lore": [ "§7Health: §a+155 HP", "§7Defense: §a+140", @@ -17,9 +17,22 @@ "§7by §a3x§7.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCombat Skill 16", - "§7§4❣ §cRequires §aCatacombs Level", - "§a27 §cwhile in Catacombs", "§6§lLEGENDARY LEGGINGS" + ], + "recipe": { + "A1": "HOLY_FRAGMENT:10", + "A2": "HOLY_FRAGMENT:10", + "A3": "HOLY_FRAGMENT:10", + "B1": "HOLY_FRAGMENT:10", + "B2": "", + "B3": "HOLY_FRAGMENT:10", + "C1": "HOLY_FRAGMENT:10", + "C2": "", + "C3": "HOLY_FRAGMENT:10" + }, + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Holy_Dragon_Armor" ] }
\ No newline at end of file diff --git a/items/HYPER_CLEAVER.json b/items/HYPER_CLEAVER.json new file mode 100644 index 00000000..29133ce5 --- /dev/null +++ b/items/HYPER_CLEAVER.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:golden_sword", + "displayname": "§5Hyper Cleaver", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d215 §8(314)\",1:\"§7Damage: §c+145 §8(+218.95)\",2:\"§7Strength: §c+50 §8(+75.5)\",3:\"\",4:\"§6Item Ability: Cleave\",5:\"§7When hitting an entity, monsters\",6:\"§7in a §a4§7 block range will be\",7:\"§7hit for a portion of that damage\",8:\"§7too.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§aPerfect 52500 / 52500\",12:\"§7§4❣ §cRequires §aCatacombs Level 16\",13:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Hyper Cleaver\"},ExtraAttributes:{dungeon_item_level:0,id:\"HYPER_CLEAVER\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d215 §8(314)", + "§7Damage: §c+145 §8(+218.95)", + "§7Strength: §c+50 §8(+75.5)", + "", + "§6Item Ability: Cleave", + "§7When hitting an entity, monsters", + "§7in a §a4§7 block range will be", + "§7hit for a portion of that damage", + "§7too.", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 16", + "§5§lEPIC DUNGEON SWORD" + ], + "internalname": "HYPER_CLEAVER", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ICE_SPRAY_WAND.json b/items/ICE_SPRAY_WAND.json new file mode 100644 index 00000000..47debb77 --- /dev/null +++ b/items/ICE_SPRAY_WAND.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:stick", + "displayname": "§9Ice Spray Wand", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d131 §8(188)\",1:\"§7Damage: §c+52 §8(+78.52)\",2:\"\",3:\"§7Intelligence: §a+118 §8(+178.18)\",4:\"\",5:\"§6Item Ability: Ice Spray §e§lRIGHT CLICK\",6:\"§7Produces a cone of ice in front\",7:\"§7of the caster that deals\",8:\"§7§c43,367 §7damage to mobs and\",9:\"§7freezes them in place for §e5\",10:\"§e§7seconds! Frozen mobs take\",11:\"§7§c10%§7 increased damage!\",12:\"§8Mana Cost: §350\",13:\"§8Cooldown: §a5s\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 35000 / 35000\",17:\"§7§4❣ §cRequires §aCatacombs Level 20\",18:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Ice Spray Wand\"},ExtraAttributes:{dungeon_item_level:0,id:\"ICE_SPRAY_WAND\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d131 §8(188)", + "§7Damage: §c+52 §8(+78.52)", + "", + "§7Intelligence: §a+118 §8(+178.18)", + "", + "§6Item Ability: Ice Spray §e§lRIGHT CLICK", + "§7Produces a cone of ice in front", + "§7of the caster that deals", + "§7§c43,367 §7damage to mobs and", + "§7freezes them in place for §e5", + "§e§7seconds! Frozen mobs take", + "§7§c10%§7 increased damage!", + "§8Mana Cost: §350", + "§8Cooldown: §a5s", + "", + "§7§8This item can be reforged!", + "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 20", + "§9§lRARE DUNGEON SWORD" + ], + "internalname": "ICE_SPRAY_WAND", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ice_Spray_Wand" + ] +}
\ No newline at end of file diff --git a/items/ITEM_SPIRIT_BOW.json b/items/ITEM_SPIRIT_BOW.json new file mode 100644 index 00000000..8ad226b3 --- /dev/null +++ b/items/ITEM_SPIRIT_BOW.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:bow", + "displayname": "§f§f§6Spirit Bow", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d350 §8(508)\",1:\"§7Damage: §c+210 §8(+317.1)\",2:\"§7Strength: §c+100 §8(+151)\",3:\"\",4:\"§7Deals §a+2% §7damage to §aUndead\",5:\"§amonsters §7for every §a1% §7of\",6:\"§7your missing health.\",7:\"\",8:\"§7§bSpirit Item: §7When turned\",9:\"§7into a ghost, this item becomes\",10:\"§7a Ghost Ability.\",11:\"\",12:\"§6Spirit Ability: Spirit Bomb\",13:\"§7Shoots a spirit that deals\",14:\"§7§c8000 §7damage on impact.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 70000 / 70000\",18:\"§7§4❣ §cRequires §aCatacombs Floor IV\",19:\"§aCompletion\",20:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§f§f§6Spirit Bow\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ITEM_SPIRIT_BOW\",uuid:\"8d488463-a40d-45cb-a422-df5bb38b8ae2\",timestamp:\"8/1/20 3:53 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Gear Score: §d350 §8(508)", + "§7Damage: §c+210 §8(+317.1)", + "§7Strength: §c+100 §8(+151)", + "", + "§7Deals §a+2% §7damage to §aUndead", + "§amonsters §7for every §a1% §7of", + "§7your missing health.", + "", + "§7§bSpirit Item: §7When turned", + "§7into a ghost, this item becomes", + "§7a Ghost Ability.", + "", + "§6Spirit Ability: Spirit Bomb", + "§7Shoots a spirit that deals", + "§7§c8000 §7damage on impact.", + "", + "§7§8This item can be reforged!", + "§aPerfect 70000 / 70000", + "§7§4❣ §cRequires §aCatacombs Floor IV", + "§aCompletion", + "§6§lLEGENDARY DUNGEON BOW" + ], + "internalname": "ITEM_SPIRIT_BOW", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spirit_Bow" + ] +}
\ No newline at end of file diff --git a/items/MACHINE_GUN_BOW.json b/items/MACHINE_GUN_BOW.json index 2bfdd8eb..ce35c79f 100644 --- a/items/MACHINE_GUN_BOW.json +++ b/items/MACHINE_GUN_BOW.json @@ -1,22 +1,13 @@ { - "internalname": "MACHINE_GUN_BOW", - "itemid": 261, - "displayname": "§9Awkward Machine Gun Bow", - "clickcommand": "", + "itemid": "minecraft:bow", + "displayname": "§9Machine Gun Bow", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d135 §8(203)\",1:\"§7Damage: §c+75 §8(+113.25)\",2:\"§7Strength: §c+50 §8(+75.5)\",3:\"§7Crit Damage: §c+12% §8(+18.12%)\",4:\"\",5:\"§6Item Ability: Rapid Fire §e§lLEFT CLICK\",6:\"§7Shoots §a5§7 Arrows per second\",7:\"§7for §a8§7 seconds! Arrows deal\",8:\"§7§a70.0%§7 of what they would\",9:\"§7normally deal.\",10:\"§8Cooldown: §a100s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 35000 / 35000\",14:\"§9§lRARE DUNGEON BOW\"],Name:\"§9Machine Gun Bow\"},ExtraAttributes:{dungeon_item_level:0,id:\"MACHINE_GUN_BOW\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d235 §8(273)\",1:\"§7Damage: §c+100 §8(+120)\",2:\"§7Strength: §c+67 §8(+80.4)\",3:\"§7Crit Chance: §c+15% §8(Awkward +15%)\",4:\"§7Crit Damage: §c+31% §8(Awkward +15%) §8(+37.2%)\",5:\"\",6:\"§7Intelligence: §a-18 §8(Awkward -18)\",7:\"\",8:\"§9Infinite Quiver V, §9Piercing I\",9:\"§9Power V, §9Snipe III\",10:\"\",11:\"§6Item Ability: Rapid Fire §e§lLEFT CLICK\",12:\"§7Shoots §a5§7 Arrows per second\",13:\"§7for §a8§7 seconds! Arrows deal\",14:\"§7§a70.0%§7 of what they would\",15:\"§7normally deal.\",16:\"§8Cooldown: §a100s\",17:\"\",18:\"§aPerfect 35000 / 35000\",19:\"§9§lRARE DUNGEON BOW\"],Name:\"§9Awkward Machine Gun Bow\"},ExtraAttributes:{baseStatBoostPercentage:33,modifier:\"awkward\",id:\"MACHINE_GUN_BOW\",enchantments:{piercing:1,infinite_quiver:5,power:5,snipe:3},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d235 §8(273)", - "§7Damage: §c+100 §8(+120)", - "§7Strength: §c+67 §8(+80.4)", - "§7Crit Chance: §c+15% §8(Awkward +15%)", - "§7Crit Damage: §c+31% §8(Awkward +15%) §8(+37.2%)", - "", - "§7Intelligence: §a-18 §8(Awkward -18)", - "", - "§9Infinite Quiver V, §9Piercing I", - "§9Power V, §9Snipe III", + "§7Gear Score: §d135 §8(203)", + "§7Damage: §c+75 §8(+113.25)", + "§7Strength: §c+50 §8(+75.5)", + "§7Crit Damage: §c+12% §8(+18.12%)", "", "§6Item Ability: Rapid Fire §e§lLEFT CLICK", "§7Shoots §a5§7 Arrows per second", @@ -25,7 +16,13 @@ "§7normally deal.", "§8Cooldown: §a100s", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", "§9§lRARE DUNGEON BOW" - ] + ], + "internalname": "MACHINE_GUN_BOW", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/MENDER_FEDORA.json b/items/MENDER_FEDORA.json new file mode 100644 index 00000000..24250266 --- /dev/null +++ b/items/MENDER_FEDORA.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Mender Fedora", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"57893e0f-a314-32fc-ab99-4c4e6cb20f07\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg2NTE0Njc3MCwKICAicHJvZmlsZUlkIiA6ICI0ZTMwZjUwZTdiYWU0M2YzYWZkMmE3NDUyY2ViZTI5YyIsCiAgInByb2ZpbGVOYW1lIiA6ICJfdG9tYXRvel8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWU1OTVlMTQzNDg2YmJkZDk4YjJiNTYyMzAwZDRjNjk4ZTZhNTNhNWFhM2ZhMzI4Zjc0Y2I4MzkwOWUwODhjNCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d250 §8(362)\",1:\"§7Health: §a+220 HP §8(+332.2 HP)\",2:\"\",3:\"§7Any healing on other players and\",4:\"§7yourself is doubled while in\",5:\"§7Dungeons.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 52500 / 52500\",9:\"§7§4❣ §cRequires §aCatacombs Level 16\",10:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Mender Fedora\"},ExtraAttributes:{id:\"MENDER_FEDORA\",shop_dungeon_floor_completion_required:3}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d250 §8(362)", + "§7Health: §a+220 HP §8(+332.2 HP)", + "", + "§7Any healing on other players and", + "§7yourself is doubled while in", + "§7Dungeons.", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 16", + "§5§lEPIC DUNGEON HELMET" + ], + "internalname": "MENDER_FEDORA", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/METAL_CHESTPLATE.json b/items/METAL_CHESTPLATE.json new file mode 100644 index 00000000..32dfed1f --- /dev/null +++ b/items/METAL_CHESTPLATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§5Metal Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d250 §8(367)\",1:\"§7Health: §a+230 HP §8(+347.3 HP)\",2:\"\",3:\"§7While in Dungeons, players\",4:\"§7within §e8 §7blocks of you take\",5:\"§7§c8% §7less damage.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 52500 / 52500\",9:\"§7§4❣ §cRequires §aCatacombs Level 16\",10:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:14277081,Name:\"§5Metal Chestplate\"},ExtraAttributes:{id:\"METAL_CHESTPLATE\",shop_dungeon_floor_completion_required:3}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d250 §8(367)", + "§7Health: §a+230 HP §8(+347.3 HP)", + "", + "§7While in Dungeons, players", + "§7within §e8 §7blocks of you take", + "§7§c8% §7less damage.", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 16", + "§5§lEPIC DUNGEON CHESTPLATE" + ], + "internalname": "METAL_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/MINER_OUTFIT_BOOTS.json b/items/MINER_OUTFIT_BOOTS.json index aadb14f4..f88f7f1b 100644 --- a/items/MINER_OUTFIT_BOOTS.json +++ b/items/MINER_OUTFIT_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", - "displayname": "§aMiner's Outfit Boots", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+15\",1:\"\",2:\"§6Full Set Bonus: Haste\",3:\"§7Grants the wearer with\",4:\"§7§apermanent Haste II§7 while\",5:\"§7worn.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§a§lUNCOMMON BOOTS\"],color:8026468,Name:\"§aMiner's Outfit Boots\"},ExtraAttributes:{color:\"122:121:100\",id:\"MINER_OUTFIT_BOOTS\"}}", + "displayname": "§aMiner\u0027s Outfit Boots", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+15\",1:\"\",2:\"§6Full Set Bonus: Haste\",3:\"§7Grants the wearer with\",4:\"§7§apermanent Haste II§7 while\",5:\"§7worn.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§a§lUNCOMMON BOOTS\"],color:8026468,Name:\"§aMiner\u0027s Outfit Boots\"},ExtraAttributes:{color:\"122:121:100\",id:\"MINER_OUTFIT_BOOTS\"}}", "damage": 0, "lore": [ "§7Defense: §a+15", @@ -27,10 +27,10 @@ }, "internalname": "MINER_OUTFIT_BOOTS", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.1-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Miner_Armor" + "https://hypixel-skyblock.fandom.com/wiki/Miner%27s_Outfit" ], "crafttext": "Requires: Cobblestone VII" }
\ No newline at end of file diff --git a/items/MINER_OUTFIT_CHESTPLATE.json b/items/MINER_OUTFIT_CHESTPLATE.json index 23fc1ea9..f7b33da5 100644 --- a/items/MINER_OUTFIT_CHESTPLATE.json +++ b/items/MINER_OUTFIT_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", - "displayname": "§aMiner's Outfit Chestplate", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+40\",1:\"\",2:\"§6Full Set Bonus: Haste\",3:\"§7Grants the wearer with\",4:\"§7§apermanent Haste II§7 while\",5:\"§7worn.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§a§lUNCOMMON CHESTPLATE\"],color:8026468,Name:\"§aMiner's Outfit Chestplate\"},ExtraAttributes:{color:\"122:121:100\",id:\"MINER_OUTFIT_CHESTPLATE\"}}", + "displayname": "§aMiner\u0027s Outfit Chestplate", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+40\",1:\"\",2:\"§6Full Set Bonus: Haste\",3:\"§7Grants the wearer with\",4:\"§7§apermanent Haste II§7 while\",5:\"§7worn.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§a§lUNCOMMON CHESTPLATE\"],color:8026468,Name:\"§aMiner\u0027s Outfit Chestplate\"},ExtraAttributes:{color:\"122:121:100\",id:\"MINER_OUTFIT_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Defense: §a+40", @@ -27,10 +27,10 @@ }, "internalname": "MINER_OUTFIT_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.1-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Miner_Armor" + "https://hypixel-skyblock.fandom.com/wiki/Miner%27s_Outfit" ], "crafttext": "Requires: Cobblestone VII" }
\ No newline at end of file diff --git a/items/MINER_OUTFIT_HELMET.json b/items/MINER_OUTFIT_HELMET.json index 6b519534..80c3ee55 100644 --- a/items/MINER_OUTFIT_HELMET.json +++ b/items/MINER_OUTFIT_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_helmet", - "displayname": "§aMiner's Outfit Helmet", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+15\",1:\"\",2:\"§6Full Set Bonus: Haste\",3:\"§7Grants the wearer with\",4:\"§7§apermanent Haste II§7 while\",5:\"§7worn.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§a§lUNCOMMON HELMET\"],color:8026468,Name:\"§aMiner's Outfit Helmet\"},ExtraAttributes:{color:\"122:121:100\",id:\"MINER_OUTFIT_HELMET\"}}", + "displayname": "§aMiner\u0027s Outfit Helmet", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+15\",1:\"\",2:\"§6Full Set Bonus: Haste\",3:\"§7Grants the wearer with\",4:\"§7§apermanent Haste II§7 while\",5:\"§7worn.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§a§lUNCOMMON HELMET\"],color:8026468,Name:\"§aMiner\u0027s Outfit Helmet\"},ExtraAttributes:{color:\"122:121:100\",id:\"MINER_OUTFIT_HELMET\"}}", "damage": 0, "lore": [ "§7Defense: §a+15", @@ -27,10 +27,10 @@ }, "internalname": "MINER_OUTFIT_HELMET", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.1-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Miner_Armor" + "https://hypixel-skyblock.fandom.com/wiki/Miner%27s_Outfit" ], "crafttext": "Requires: Cobblestone VII" }
\ No newline at end of file diff --git a/items/MINER_OUTFIT_LEGGINGS.json b/items/MINER_OUTFIT_LEGGINGS.json index 7e3ad96f..1f6a51ee 100644 --- a/items/MINER_OUTFIT_LEGGINGS.json +++ b/items/MINER_OUTFIT_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", - "displayname": "§aMiner's Outfit Leggings", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+30\",1:\"\",2:\"§6Full Set Bonus: Haste\",3:\"§7Grants the wearer with\",4:\"§7§apermanent Haste II§7 while\",5:\"§7worn.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§a§lUNCOMMON LEGGINGS\"],color:8026468,Name:\"§aMiner's Outfit Leggings\"},ExtraAttributes:{color:\"122:121:100\",id:\"MINER_OUTFIT_LEGGINGS\"}}", + "displayname": "§aMiner\u0027s Outfit Leggings", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+30\",1:\"\",2:\"§6Full Set Bonus: Haste\",3:\"§7Grants the wearer with\",4:\"§7§apermanent Haste II§7 while\",5:\"§7worn.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§a§lUNCOMMON LEGGINGS\"],color:8026468,Name:\"§aMiner\u0027s Outfit Leggings\"},ExtraAttributes:{color:\"122:121:100\",id:\"MINER_OUTFIT_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Defense: §a+30", @@ -27,10 +27,10 @@ }, "internalname": "MINER_OUTFIT_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.1-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Miner_Armor" + "https://hypixel-skyblock.fandom.com/wiki/Miner%27s_Outfit" ], "crafttext": "Requires: Cobblestone VII" }
\ No newline at end of file diff --git a/items/SCARF_GRIMOIRE.json b/items/SCARF_GRIMOIRE.json index b33fb7ad..511aeabc 100644 --- a/items/SCARF_GRIMOIRE.json +++ b/items/SCARF_GRIMOIRE.json @@ -1,18 +1,9 @@ { - "internalname": "SCARF_GRIMOIRE", - "itemid": 397, - "displayname": "§6Bizarre Scarf's Grimoire", - "clickcommand": "", + "itemid": "minecraft:skull", + "displayname": "§f§f§6Scarf\u0027s Grimoire", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9c15084d-2934-3631-927a-15f8e3ec9998\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmFmYjE5NWNjNzVmMzFiNjE5YTA3N2I3ODUzNjUzMjU0YWMxOGYyMjBkYzMyZDE0MTI5ODJmZjQzN2I0ZDU3YSJ9fX0\"}]}},display:{Lore:[0:\"§7Gain dungeon class experience\",1:\"§7§a+6% §7faster.\",2:\"\",3:\"§oDark and powerful spells,\",4:\"§oincludes his favorite \\\"Barrier\\\"\",5:\"§othat his Professor taught him\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§f§f§6Scarf\u0027s Grimoire\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"SCARF_GRIMOIRE\",uuid:\"1b891381-4dc2-4f58-8e15-7cf19b06a1c1\",timestamp:\"8/3/20 10:39 AM\"},AttributeModifiers:[]}", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9c15084d-2934-3631-927a-15f8e3ec9998\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmFmYjE5NWNjNzVmMzFiNjE5YTA3N2I3ODUzNjUzMjU0YWMxOGYyMjBkYzMyZDE0MTI5ODJmZjQzN2I0ZDU3YSJ9fX0\"}]}},display:{Lore:[0:\"§7Strength: §c+5 §8(Bizarre +5)\",1:\"§7Crit Damage: §c-5% §8(Bizarre -5%)\",2:\"\",3:\"§7Health: §a+1 HP §8(Bizarre +1 HP)\",4:\"§7Intelligence: §a+20 §8(Bizarre +20)\",5:\"\",6:\"§7Gain dungeon class experience\",7:\"§7§a+6% §7faster.\",8:\"\",9:\"§oDark and powerful spells,\",10:\"§oincludes his favorite \"Barrier\"\",11:\"§othat his Professor taught him\",12:\"\",13:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Bizarre Scarf's Grimoire\"},ExtraAttributes:{modifier:\"bizarre\",originTag:\"QUICK_CRAFTING\",id:\"SCARF_GRIMOIRE\",uuid:\"365631db-1300-47a1-950a-23e2a7c902cd\",timestamp:\"7/8/20 5:18 PM\"}}", - "modver": "1.0.0", "lore": [ - "§7Strength: §c+5 §8(Bizarre +5)", - "§7Crit Damage: §c-5% §8(Bizarre -5%)", - "", - "§7Health: §a+1 HP §8(Bizarre +1 HP)", - "§7Intelligence: §a+20 §8(Bizarre +20)", - "", "§7Gain dungeon class experience", "§7§a+6% §7faster.", "", @@ -20,6 +11,26 @@ "§oincludes his favorite \"Barrier\"", "§othat his Professor taught him", "", + "§7§8This item can be reforged!", "§6§lLEGENDARY ACCESSORY" + ], + "recipe": { + "A1": "SCARF_THESIS", + "A2": "SCARF_THESIS", + "A3": "", + "B1": "SCARF_THESIS", + "B2": "SCARF_THESIS", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "SCARF_GRIMOIRE", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Scarf\u0027s_Grimoire" ] }
\ No newline at end of file diff --git a/items/SCARF_STUDIES.json b/items/SCARF_STUDIES.json index c0c7c966..3c96a95b 100644 --- a/items/SCARF_STUDIES.json +++ b/items/SCARF_STUDIES.json @@ -1,11 +1,8 @@ { - "internalname": "SCARF_STUDIES", - "itemid": 397, - "displayname": "§9Scarf's Studies", - "clickcommand": "", + "itemid": "minecraft:skull", + "displayname": "§f§f§9Scarf\u0027s Studies", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"eb6966be-d293-35e9-9aa0-26d233d7e91d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmRlNGFiMTI5ZTEzN2Y5ZjRjYmY3MDYwMzE4ZWUxNzQ4ZGMzOWRhOWI1ZDEyOWE4ZGEwZTYxNGUyMzM3NjkzIn19fQ\"}]}},display:{Lore:[0:\"§7Gain dungeon class experience\",1:\"§7§a+2% §7faster.\",2:\"\",3:\"§oThe collection of his studies,\",4:\"§obeautiful handwriting!\",5:\"\",6:\"§eRight-click to view recipes!\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE ACCESSORY\"],Name:\"§f§f§9Scarf\u0027s Studies\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"SCARF_STUDIES\",uuid:\"2ef399a7-9e02-4be5-a09c-b46320673dd5\",timestamp:\"8/3/20 10:22 AM\"},AttributeModifiers:[]}", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"eb6966be-d293-35e9-9aa0-26d233d7e91d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmRlNGFiMTI5ZTEzN2Y5ZjRjYmY3MDYwMzE4ZWUxNzQ4ZGMzOWRhOWI1ZDEyOWE4ZGEwZTYxNGUyMzM3NjkzIn19fQ\"}]}},display:{Lore:[0:\"§7Gain dungeon class experience\",1:\"§7§a+2% §7faster.\",2:\"\",3:\"§oThe collection of his studies,\",4:\"§obeautiful handwriting!\",5:\"\",6:\"§eRight-click to view recipes!\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE ACCESSORY\"],Name:\"§9Scarf's Studies\"},ExtraAttributes:{id:\"SCARF_STUDIES\"}}", - "modver": "1.0.0", "lore": [ "§7Gain dungeon class experience", "§7§a+2% §7faster.", @@ -17,5 +14,13 @@ "", "§7§8This item can be reforged!", "§9§lRARE ACCESSORY" + ], + "internalname": "SCARF_STUDIES", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Scarf%27s_Studies" ] }
\ No newline at end of file diff --git a/items/SCARF_THESIS.json b/items/SCARF_THESIS.json index cc9b0851..5d727f9a 100644 --- a/items/SCARF_THESIS.json +++ b/items/SCARF_THESIS.json @@ -1,17 +1,9 @@ { - "internalname": "SCARF_THESIS", - "itemid": 397, - "displayname": "§5Strong Scarf's Thesis", - "clickcommand": "", + "itemid": "minecraft:skull", + "displayname": "§f§f§5Scarf\u0027s Thesis", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fd991744-04b4-3863-99ef-58a8769b1c5b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGNlNGM4N2ViNGRkZTI3NDU5ZTNlN2Y4NTkyMWU3ZTU3YjExMTk5MjYwY2FhNWNlNjNmMTM5ZWUzZDE4OGMifX19\"}]}},display:{Lore:[0:\"§7Gain dungeon class experience\",1:\"§7§a+4% §7faster.\",2:\"\",3:\"§oA research on how to preserve\",4:\"§oand enhance class abilities in\",5:\"§odeath\",6:\"\",7:\"§eRight-click to view recipes!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC ACCESSORY\"],Name:\"§f§f§5Scarf\u0027s Thesis\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"SCARF_THESIS\",uuid:\"9816ce16-64c6-4030-98c2-254e30a0e9bd\",timestamp:\"8/3/20 6:39 AM\"},AttributeModifiers:[]}", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fd991744-04b4-3863-99ef-58a8769b1c5b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGNlNGM4N2ViNGRkZTI3NDU5ZTNlN2Y4NTkyMWU3ZTU3YjExMTk5MjYwY2FhNWNlNjNmMTM5ZWUzZDE4OGMifX19\"}]}},display:{Lore:[0:\"§7Strength: §c+5 §8(Strong +5)\",1:\"§7Crit Damage: §c+5% §8(Strong +5%)\",2:\"\",3:\"§7Defense: §a+2 §8(Strong +2)\",4:\"\",5:\"§7Gain dungeon class experience\",6:\"§7§a+4% §7faster.\",7:\"\",8:\"§oA research on how to preserve\",9:\"§oand enhance class abilities in\",10:\"§odeath\",11:\"\",12:\"§eRight-click to view recipes!\",13:\"\",14:\"§5§lEPIC ACCESSORY\"],Name:\"§5Strong Scarf's Thesis\"},ExtraAttributes:{modifier:\"strong\",id:\"SCARF_THESIS\"}}", - "modver": "1.0.0", "lore": [ - "§7Strength: §c+5 §8(Strong +5)", - "§7Crit Damage: §c+5% §8(Strong +5%)", - "", - "§7Defense: §a+2 §8(Strong +2)", - "", "§7Gain dungeon class experience", "§7§a+4% §7faster.", "", @@ -21,6 +13,26 @@ "", "§eRight-click to view recipes!", "", + "§7§8This item can be reforged!", "§5§lEPIC ACCESSORY" + ], + "recipe": { + "A1": "SCARF_STUDIES", + "A2": "SCARF_STUDIES", + "A3": "", + "B1": "SCARF_STUDIES", + "B2": "SCARF_STUDIES", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "SCARF_THESIS", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Scarf%27s_Thesis" ] }
\ No newline at end of file diff --git a/items/SECRET_DUNGEON_REDSTONE_KEY.json b/items/SECRET_DUNGEON_REDSTONE_KEY.json index 35344766..11a721e9 100644 --- a/items/SECRET_DUNGEON_REDSTONE_KEY.json +++ b/items/SECRET_DUNGEON_REDSTONE_KEY.json @@ -1,12 +1,14 @@ { - "internalname": "SECRET_DUNGEON_REDSTONE_KEY", - "itemid": 397, - "displayname": "§9Redstone Key", - "clickcommand": "", + "itemid": "minecraft:skull", + "displayname": "§f§f§9Redstone Key", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"edb0155f-379c-395a-9c7d-1b6005987ac8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2I4NTJiYTE1ODRkYTllNTcxNDg1OTk5NTQ1MWU0Yjk0NzQ4YzRkZDYzYWU0NTQzYzE1ZjlmOGFlYzY1YzgifX19\"}]}},display:{Lore:[0:\"§9§lRARE DUNGEON ITEM\"],Name:\"§f§f§9Redstone Key\"},ExtraAttributes:{id:\"SECRET_DUNGEON_REDSTONE_KEY\"},AttributeModifiers:[]}", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"edb0155f-379c-395a-9c7d-1b6005987ac8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2I4NTJiYTE1ODRkYTllNTcxNDg1OTk5NTQ1MWU0Yjk0NzQ4YzRkZDYzYWU0NTQzYzE1ZjlmOGFlYzY1YzgifX19\"}]}},display:{Lore:[0:\"§9§lRARE DUNGEON ITEM\"],Name:\"§9Redstone Key\"},ExtraAttributes:{id:\"SECRET_DUNGEON_REDSTONE_KEY\"}}", - "modver": "1.0.0", "lore": [ "§9§lRARE DUNGEON ITEM" - ] + ], + "internalname": "SECRET_DUNGEON_REDSTONE_KEY", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/SHADOW_GOGGLES.json b/items/SHADOW_GOGGLES.json new file mode 100644 index 00000000..3285fec2 --- /dev/null +++ b/items/SHADOW_GOGGLES.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Shadow Goggles", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e23b008e-298b-3219-9670-a36b72cf76de\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg2NTE2MjgwMiwKICAicHJvZmlsZUlkIiA6ICI3MzgyZGRmYmU0ODU0NTVjODI1ZjkwMGY4OGZkMzJmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4cWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzQ2NWE4NDdlMTE0ZWY2MmU3ODMzY2JmYjJmZTVkZTU3NjRiYWI1ZjEwYWYxMjVmZDJkMzE2MjM4MjY4Mjc5ZiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d160 §8(211)\",1:\"§7Intelligence: §a+200 §8(+302)\",2:\"\",3:\"§7Your abilities deal §c+60%\",4:\"§c§7damage to undead monsters.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§aPerfect 52500 / 52500\",8:\"§7§4❣ §cRequires §aCatacombs Level 16\",9:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Shadow Goggles\"},ExtraAttributes:{id:\"SHADOW_GOGGLES\",shop_dungeon_floor_completion_required:3}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d160 §8(211)", + "§7Intelligence: §a+200 §8(+302)", + "", + "§7Your abilities deal §c+60%", + "§c§7damage to undead monsters.", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 16", + "§5§lEPIC DUNGEON HELMET" + ], + "internalname": "SHADOW_GOGGLES", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SKELETOR_BOOTS.json b/items/SKELETOR_BOOTS.json index b7d82431..3518ab70 100644 --- a/items/SKELETOR_BOOTS.json +++ b/items/SKELETOR_BOOTS.json @@ -1,23 +1,15 @@ { - "internalname": "SKELETOR_BOOTS", - "itemid": 305, - "displayname": "§6Smart Skeletor Boots", - "clickcommand": "", + "itemid": "minecraft:chainmail_boots", + "displayname": "§5Skeletor Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d83 §8(118)\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+20% §8(+30.2%)\",3:\"\",4:\"§7Health: §a+13 HP §8(+19.63 HP)\",5:\"§7Defense: §a+20 §8(+30.2)\",6:\"\",7:\"§6Full Set Bonus: Skeletor\",8:\"§7Grants §c+1❁ Strength §7and\",9:\"§7§9+1☠ Crit Damage §7for every\",10:\"§7§b10 §7Skeletor kills\",11:\"\",12:\"§7Each piece grants a §a1 §7second\",13:\"§7cooldown reduction on bone\",14:\"§7plating!\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 52500 / 52500\",18:\"§7§4❣ §cRequires §aCatacombs Level 15\",19:\"§5§lEPIC DUNGEON BOOTS\"],Name:\"§5Skeletor Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETOR_BOOTS\"}}", "damage": 0, - "nbttag": "{ench:[0:{lvl:3,id:8}],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d361 §8(508)\",1:\"§7Crit Chance: §c+3%\",2:\"§7Crit Damage: §c+35% §8(+50.75%)\",3:\"\",4:\"§7Health: §a+113 HP §8(Smart +15 HP) §8(+163.85 HP)\",5:\"§7Defense: §a+68 §8(Smart +15) §8(+98.6)\",6:\"§7Intelligence: §a+100 §8(Smart +100) §8(+145)\",7:\"\",8:\"§9Depth Strider III, §9Feather Falling V\",9:\"§9Growth V, §9Protection V\",10:\"§9Thorns III\",11:\"\",12:\"§6Full Set Bonus: Skeletor\",13:\"§7Grants §c+1❁ Strength §7and\",14:\"§7§9+1☠ Crit Damage §7for every\",15:\"§7§b10 §7Skeletor kills\",16:\"\",17:\"§7Each piece grants a §a1 §7second\",18:\"§7cooldown reduction on bone\",19:\"§7plating!\",20:\"\",21:\"§aPerfect 52500 / 52500\",22:\"§7§4❣ §cRequires §aCatacombs Level\",23:\"§a15\",24:\"§6§lLEGENDARY DUNGEON BOOTS\"],Name:\"§6Smart Skeletor Boots\"},ExtraAttributes:{baseStatBoostPercentage:50,modifier:\"smart\",id:\"SKELETOR_BOOTS\",enchantments:{depth_strider:3,thorns:3,feather_falling:5,protection:5,growth:5},item_tier:3}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d361 §8(508)", - "§7Crit Chance: §c+3%", - "§7Crit Damage: §c+35% §8(+50.75%)", - "", - "§7Health: §a+113 HP §8(Smart +15 HP) §8(+163.85 HP)", - "§7Defense: §a+68 §8(Smart +15) §8(+98.6)", - "§7Intelligence: §a+100 §8(Smart +100) §8(+145)", + "§7Gear Score: §d83 §8(118)", + "§7Crit Chance: §c+2%", + "§7Crit Damage: §c+20% §8(+30.2%)", "", - "§9Depth Strider III, §9Feather Falling V", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+13 HP §8(+19.63 HP)", + "§7Defense: §a+20 §8(+30.2)", "", "§6Full Set Bonus: Skeletor", "§7Grants §c+1❁ Strength §7and", @@ -28,9 +20,17 @@ "§7cooldown reduction on bone", "§7plating!", "", + "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", - "§7§4❣ §cRequires §aCatacombs Level", - "§a15", - "§6§lLEGENDARY DUNGEON BOOTS" + "§7§4❣ §cRequires §aCatacombs Level 15", + "§5§lEPIC DUNGEON BOOTS" + ], + "internalname": "SKELETOR_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeletor_Armor" ] }
\ No newline at end of file diff --git a/items/SKELETOR_CHESTPLATE.json b/items/SKELETOR_CHESTPLATE.json index 13c6eaa8..5a37919f 100644 --- a/items/SKELETOR_CHESTPLATE.json +++ b/items/SKELETOR_CHESTPLATE.json @@ -1,22 +1,15 @@ { - "internalname": "SKELETOR_CHESTPLATE", - "itemid": 303, - "displayname": "§5Heavy Skeletor Chestplate §6✪§6✪§6✪", - "clickcommand": "", + "itemid": "minecraft:chainmail_chestplate", + "displayname": "§5Skeletor Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d135 §8(197)\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+20% §8(+30.2%)\",3:\"\",4:\"§7Health: §a+25 HP §8(+37.75 HP)\",5:\"§7Defense: §a+40 §8(+60.4)\",6:\"\",7:\"§6Full Set Bonus: Skeletor\",8:\"§7Grants §c+1❁ Strength §7and\",9:\"§7§9+1☠ Crit Damage §7for every\",10:\"§7§b10 §7Skeletor kills\",11:\"\",12:\"§7Skeletor Kills: §a0\",13:\"§7Bonus Strength: §a0\",14:\"§7Bonus Critical Damage: §a0\",15:\"\",16:\"§7Each piece grants a §a1 §7second\",17:\"§7cooldown reduction on bone\",18:\"§7plating!\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§aPerfect 52500 / 52500\",22:\"§7§4❣ §cRequires §aCatacombs Level 15\",23:\"§5§lEPIC DUNGEON CHESTPLATE\"],Name:\"§5Skeletor Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETOR_CHESTPLATE\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d432 §8(742)\",1:\"§7Crit Chance: §c+3% §8(+3.9%)\",2:\"§7Crit Damage: §c+28% §8(Heavy -3%) §8(+49%)\",3:\"\",4:\"§7Health: §a+112 HP §8(+196 HP)\",5:\"§7Defense: §a+138 §8(Heavy +65) §8(+241.5)\",6:\"§7Speed: §a-1 §8(Heavy -1)\",7:\"\",8:\"§9Growth V, §9Protection V\",9:\"§9Thorns III\",10:\"\",11:\"§6Full Set Bonus: Skeletor\",12:\"§7Grants §c+1❁ Strength §7and\",13:\"§7§9+1☠ Crit Damage §7for every\",14:\"§7§b10 §7Skeletor kills\",15:\"\",16:\"§7Skeletor Kills: §a0\",17:\"§7Bonus Strength: §a0\",18:\"§7Bonus Critical Damage: §a0\",19:\"\",20:\"§7Each piece grants a §a1 §7second\",21:\"§7cooldown reduction on bone\",22:\"§7plating!\",23:\"\",24:\"§aPerfect 52500 / 52500\",25:\"§7§4❣ §cRequires §aCatacombs Level\",26:\"§a15\",27:\"§5§lEPIC DUNGEON CHESTPLATE\"],Name:\"§5Heavy Skeletor Chestplate §6✪§6✪§6✪\"},ExtraAttributes:{baseStatBoostPercentage:27,modifier:\"heavy\",dungeon_item_level:3,originTag:\"UNKNOWN\",id:\"SKELETOR_CHESTPLATE\",enchantments:{thorns:3,protection:5,growth:5},uuid:\"04ec6f18-ecfe-4e6d-9d81-076f68076a89\",item_tier:3,timestamp:\"7/7/20 3:57 PM\"}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d432 §8(742)", - "§7Crit Chance: §c+3% §8(+3.9%)", - "§7Crit Damage: §c+28% §8(Heavy -3%) §8(+49%)", - "", - "§7Health: §a+112 HP §8(+196 HP)", - "§7Defense: §a+138 §8(Heavy +65) §8(+241.5)", - "§7Speed: §a-1 §8(Heavy -1)", + "§7Gear Score: §d135 §8(197)", + "§7Crit Chance: §c+2%", + "§7Crit Damage: §c+20% §8(+30.2%)", "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+25 HP §8(+37.75 HP)", + "§7Defense: §a+40 §8(+60.4)", "", "§6Full Set Bonus: Skeletor", "§7Grants §c+1❁ Strength §7and", @@ -31,9 +24,17 @@ "§7cooldown reduction on bone", "§7plating!", "", + "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", - "§7§4❣ §cRequires §aCatacombs Level", - "§a15", + "§7§4❣ §cRequires §aCatacombs Level 15", "§5§lEPIC DUNGEON CHESTPLATE" + ], + "internalname": "SKELETOR_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeletor_Armor" ] }
\ No newline at end of file diff --git a/items/SKELETOR_HELMET.json b/items/SKELETOR_HELMET.json index b780e98e..0e842937 100644 --- a/items/SKELETOR_HELMET.json +++ b/items/SKELETOR_HELMET.json @@ -1,22 +1,15 @@ { - "internalname": "SKELETOR_HELMET", - "itemid": 397, - "displayname": "§6Heavy Skeletor Helmet", - "clickcommand": "", + "itemid": "minecraft:skull", + "displayname": "§5Skeletor Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"49fcfb3e-da7e-3fda-b4f9-37df5ac8fbd3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODlkMDc0YWQ5Yjk5NzE4NzllYjMyNWJkZGZmMzY3NWY3MjI0ODU2YmQ2ZDU2OWZjOGQ0ODNjMTMzZDczMDA1ZCJ9fX0K\"}]}},display:{Lore:[0:\"§7Gear Score: §d95 §8(136)\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+20% §8(+30.2%)\",3:\"\",4:\"§7Health: §a+15 HP §8(+22.65 HP)\",5:\"§7Defense: §a+25 §8(+37.75)\",6:\"\",7:\"§6Full Set Bonus: Skeletor\",8:\"§7Grants §c+1❁ Strength §7and\",9:\"§7§9+1☠ Crit Damage §7for every\",10:\"§7§b10 §7Skeletor kills\",11:\"\",12:\"§7Each piece grants a §a1 §7second\",13:\"§7cooldown reduction on bone\",14:\"§7plating!\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 52500 / 52500\",18:\"§7§4❣ §cRequires §aCatacombs Level 15\",19:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Skeletor Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETOR_HELMET\"}}", "damage": 3, - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"49fcfb3e-da7e-3fda-b4f9-37df5ac8fbd3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODlkMDc0YWQ5Yjk5NzE4NzllYjMyNWJkZGZmMzY3NWY3MjI0ODU2YmQ2ZDU2OWZjOGQ0ODNjMTMzZDczMDA1ZCJ9fX0K\"}]}},display:{Lore:[0:\"§7Gear Score: §d421 §8(672)\",1:\"§7Crit Chance: §c+3%\",2:\"§7Crit Damage: §c+30% §8(Heavy -5%) §8(+48.9%)\",3:\"\",4:\"§7Health: §a+101 HP §8(+164.63 HP)\",5:\"§7Defense: §a+137 §8(Heavy +80) §8(+223.31)\",6:\"§7Speed: §a-1 §8(Heavy -1)\",7:\"\",8:\"§9Growth V, §9Protection V\",9:\"§9Thorns III\",10:\"\",11:\"§6Full Set Bonus: Skeletor\",12:\"§7Grants §c+1❁ Strength §7and\",13:\"§7§9+1☠ Crit Damage §7for every\",14:\"§7§b10 §7Skeletor kills\",15:\"\",16:\"§7Each piece grants a §a1 §7second\",17:\"§7cooldown reduction on bone\",18:\"§7plating!\",19:\"\",20:\"§aPerfect 52500 / 52500\",21:\"§7§4❣ §cRequires §aCatacombs Level\",22:\"§a15\",23:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Heavy Skeletor Helmet\"},ExtraAttributes:{baseStatBoostPercentage:50,modifier:\"heavy\",id:\"SKELETOR_HELMET\",enchantments:{thorns:3,protection:5,growth:5},item_tier:3}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d421 §8(672)", - "§7Crit Chance: §c+3%", - "§7Crit Damage: §c+30% §8(Heavy -5%) §8(+48.9%)", - "", - "§7Health: §a+101 HP §8(+164.63 HP)", - "§7Defense: §a+137 §8(Heavy +80) §8(+223.31)", - "§7Speed: §a-1 §8(Heavy -1)", + "§7Gear Score: §d95 §8(136)", + "§7Crit Chance: §c+2%", + "§7Crit Damage: §c+20% §8(+30.2%)", "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+15 HP §8(+22.65 HP)", + "§7Defense: §a+25 §8(+37.75)", "", "§6Full Set Bonus: Skeletor", "§7Grants §c+1❁ Strength §7and", @@ -27,9 +20,17 @@ "§7cooldown reduction on bone", "§7plating!", "", + "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", - "§7§4❣ §cRequires §aCatacombs Level", - "§a15", - "§6§lLEGENDARY DUNGEON HELMET" + "§7§4❣ §cRequires §aCatacombs Level 15", + "§5§lEPIC DUNGEON HELMET" + ], + "internalname": "SKELETOR_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeletor_Armor" ] }
\ No newline at end of file diff --git a/items/SKELETOR_LEGGINGS.json b/items/SKELETOR_LEGGINGS.json index d2fff3d9..cdc595c2 100644 --- a/items/SKELETOR_LEGGINGS.json +++ b/items/SKELETOR_LEGGINGS.json @@ -1,23 +1,15 @@ { - "internalname": "SKELETOR_LEGGINGS", - "itemid": 304, - "displayname": "§5Light Skeletor Leggings", - "clickcommand": "", + "itemid": "minecraft:chainmail_leggings", + "displayname": "§5Skeletor Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d124 §8(180)\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+20% §8(+30.2%)\",3:\"\",4:\"§7Health: §a+22 HP §8(+33.22 HP)\",5:\"§7Defense: §a+36 §8(+54.36)\",6:\"\",7:\"§6Full Set Bonus: Skeletor\",8:\"§7Grants §c+1❁ Strength §7and\",9:\"§7§9+1☠ Crit Damage §7for every\",10:\"§7§b10 §7Skeletor kills\",11:\"\",12:\"§7Each piece grants a §a1 §7second\",13:\"§7cooldown reduction on bone\",14:\"§7plating!\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 52500 / 52500\",18:\"§7§4❣ §cRequires §aCatacombs Level 15\",19:\"§5§lEPIC DUNGEON LEGGINGS\"],Name:\"§5Skeletor Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETOR_LEGGINGS\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d304\",1:\"§7Crit Chance: §c+5% §8(Light +2%)\",2:\"§7Crit Damage: §c+30% §8(Light +4%)\",3:\"§7Bonus Attack Speed: §c+4% §8(Light +4%)\",4:\"\",5:\"§7Health: §a+118 HP §8(Light +15 HP)\",6:\"§7Defense: §a+64 §8(Light +4)\",7:\"§7Speed: §a+4 §8(Light +4)\",8:\"\",9:\"§9Growth V, §9Protection V\",10:\"§9Thorns III\",11:\"\",12:\"§6Full Set Bonus: Skeletor\",13:\"§7Grants §c+1❁ Strength §7and\",14:\"§7§9+1☠ Crit Damage §7for every\",15:\"§7§b10 §7Skeletor kills\",16:\"\",17:\"§7Each piece grants a §a1 §7second\",18:\"§7cooldown reduction on bone\",19:\"§7plating!\",20:\"\",21:\"§aPerfect 52500 / 52500\",22:\"§7§4❣ §cRequires §aCatacombs Level\",23:\"§a15\",24:\"§5§lEPIC DUNGEON LEGGINGS\"],Name:\"§5Light Skeletor Leggings\"},ExtraAttributes:{baseStatBoostPercentage:5,modifier:\"light\",id:\"SKELETOR_LEGGINGS\",enchantments:{thorns:3,protection:5,growth:5},item_tier:3}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d304", - "§7Crit Chance: §c+5% §8(Light +2%)", - "§7Crit Damage: §c+30% §8(Light +4%)", - "§7Bonus Attack Speed: §c+4% §8(Light +4%)", - "", - "§7Health: §a+118 HP §8(Light +15 HP)", - "§7Defense: §a+64 §8(Light +4)", - "§7Speed: §a+4 §8(Light +4)", + "§7Gear Score: §d124 §8(180)", + "§7Crit Chance: §c+2%", + "§7Crit Damage: §c+20% §8(+30.2%)", "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+22 HP §8(+33.22 HP)", + "§7Defense: §a+36 §8(+54.36)", "", "§6Full Set Bonus: Skeletor", "§7Grants §c+1❁ Strength §7and", @@ -28,9 +20,17 @@ "§7cooldown reduction on bone", "§7plating!", "", + "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", - "§7§4❣ §cRequires §aCatacombs Level", - "§a15", + "§7§4❣ §cRequires §aCatacombs Level 15", "§5§lEPIC DUNGEON LEGGINGS" + ], + "internalname": "SKELETOR_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeletor_Armor" ] }
\ No newline at end of file diff --git a/items/SPIRIT;3.json b/items/SPIRIT;3.json new file mode 100644 index 00000000..4404046e --- /dev/null +++ b/items/SPIRIT;3.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §5Spirit", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"efd1a208-55e7-3f94-84ed-1aa246760cee\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg2MjAyNjE5OSwKICAicHJvZmlsZUlkIiA6ICI0ZWQ4MjMzNzFhMmU0YmI3YTVlYWJmY2ZmZGE4NDk1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlYnlyZDg4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhkOWNjYzY3MDY3N2QwY2ViYWFkNDA1OGQ2YWFmOWFjZmFiMDlhYmVhNWQ4NjM3OWEwNTk5MDJmMmZlMjI2NTUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Spirit Assistance\",6:\"§7§7Spawns and assists you when\",7:\"§7you are ghost in dungeons.\",8:\"\",9:\"§6Spirit Leap\",10:\"§7§7Grants a §a10% §7chance for\",11:\"§7mini-bosses in dungeons to drop\",12:\"§7§b5 §7Spirit Leap Pearls.\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Spirit\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SPIRIT\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"UNKNOWN\",id:\"SPIRIT;3\",uuid:\"9a80482f-50a7-4a67-8da3-71514e6fa852\",timestamp:\"8/2/20 3:05 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Combat Pet", + "", + "§7Speed: §a{SPEED}", + "§7Intelligence: §a{INTELLIGENCE}", + "", + "§6Spirit Assistance", + "§7§7Spawns and assists you when", + "§7you are ghost in dungeons.", + "", + "§6Spirit Leap", + "§7§7Grants a §a10% §7chance for", + "§7mini-bosses in dungeons to drop", + "§7§b5 §7Spirit Leap Pearls.", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§5§lEPIC" + ], + "internalname": "SPIRIT;3", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SPIRIT;4.json b/items/SPIRIT;4.json new file mode 100644 index 00000000..43e32f5e --- /dev/null +++ b/items/SPIRIT;4.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §6Spirit", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"efd1a208-55e7-3f94-84ed-1aa246760cee\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg2MjAyNjE5OSwKICAicHJvZmlsZUlkIiA6ICI0ZWQ4MjMzNzFhMmU0YmI3YTVlYWJmY2ZmZGE4NDk1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlYnlyZDg4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhkOWNjYzY3MDY3N2QwY2ViYWFkNDA1OGQ2YWFmOWFjZmFiMDlhYmVhNWQ4NjM3OWEwNTk5MDJmMmZlMjI2NTUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Spirit Assistance\",6:\"§7§7Spawns and assists you when\",7:\"§7you are ghost in dungeons.\",8:\"\",9:\"§6Spirit Leap\",10:\"§7§7Grants a §a10% §7chance for\",11:\"§7mini-bosses in dungeons to drop\",12:\"§7§b5 §7Spirit Leap Pearls.\",13:\"\",14:\"§6Spirit Cooldowns\",15:\"§7§7Reduces the cooldown of your\",16:\"§7ghost abilities in dungeons by\",17:\"§7§a{1}%§7.\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Spirit\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SPIRIT\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"UNKNOWN\",id:\"SPIRIT;4\",uuid:\"b6f5b12e-768c-4759-9c7c-8bddde8b17f7\",timestamp:\"8/3/20 3:34 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Combat Pet", + "", + "§7Speed: §a{SPEED}", + "§7Intelligence: §a{INTELLIGENCE}", + "", + "§6Spirit Assistance", + "§7§7Spawns and assists you when", + "§7you are ghost in dungeons.", + "", + "§6Spirit Leap", + "§7§7Grants a §a10% §7chance for", + "§7mini-bosses in dungeons to drop", + "§7§b5 §7Spirit Leap Pearls.", + "", + "§6Spirit Cooldowns", + "§7§7Reduces the cooldown of your", + "§7ghost abilities in dungeons by", + "§7§a{1}%§7.", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§6§lLEGENDARY" + ], + "internalname": "SPIRIT;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SPIRIT_BONE.json b/items/SPIRIT_BONE.json new file mode 100644 index 00000000..4420ec64 --- /dev/null +++ b/items/SPIRIT_BONE.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§f§5Spirit Bone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"955daa6f-a6e0-3a10-94c4-070303323b37\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjhhNzljNTEyY2ZmMWE5ZjQ3MzE5ZmQ3N2VmZDA2ZjY3M2E3NzJhYTk3NTk3NDM2YjAxNjBjNDA5YzhhMmU2MCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7A Wolf Spirit is attached to\",1:\"§7this bone. Wolf Spirits always\",2:\"§7come back to their masters.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§f§5Spirit Bone\"},ExtraAttributes:{id:\"SPIRIT_BONE\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7A Wolf Spirit is attached to", + "§7this bone. Wolf Spirits always", + "§7come back to their masters.", + "", + "§eRight-click to view recipes!", + "", + "§5§lEPIC DUNGEON ITEM" + ], + "internalname": "SPIRIT_BONE", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spirit_Bone" + ] +}
\ No newline at end of file diff --git a/items/SPIRIT_DECOY.json b/items/SPIRIT_DECOY.json new file mode 100644 index 00000000..50609da9 --- /dev/null +++ b/items/SPIRIT_DECOY.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Spirit Stone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"988bedb7-b5f6-358d-bfae-a7c6b7f96485\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjBkNWFiMjFkNjdlZWFkMTYzMzE3YzlhNWRjNTFkNDA5ZDg1ZGYyNTI3NjY3YTQyNGEyYWZmNjczOGI2ZmM5NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7As light as a feather, and you\",3:\"§7can almost see through it. Some\",4:\"§7people say looking at it for too\",5:\"§7long can change your\",6:\"§7personality.\",7:\"\",8:\"§7Can be used in a Reforge Anvil\",9:\"§7or with the Dungeon Blacksmith\",10:\"§7to apply the §9Spiritual\",11:\"§9§7reforge to a bow.\",12:\"\",13:\"§7Requires §aMining Skill Level\",14:\"§aXXIV§7!\",15:\"\",16:\"§9§lRARE REFORGE STONE\"],Name:\"§f§f§9Spirit Stone\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"SPIRIT_DECOY\",uuid:\"d9389756-07b5-4e6a-a62a-c267bf05fb39\",timestamp:\"8/1/20 10:07 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7As light as a feather, and you", + "§7can almost see through it. Some", + "§7people say looking at it for too", + "§7long can change your", + "§7personality.", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Spiritual", + "§9§7reforge to a bow.", + "", + "§7Requires §aMining Skill Level", + "§aXXIV§7!", + "", + "§9§lRARE REFORGE STONE" + ], + "internalname": "SPIRIT_DECOY", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SPIRIT_MASK.json b/items/SPIRIT_MASK.json index 3e976b41..3eec16bb 100644 --- a/items/SPIRIT_MASK.json +++ b/items/SPIRIT_MASK.json @@ -1,16 +1,14 @@ { - "internalname": "SPIRIT_MASK", "itemid": "minecraft:skull", - "displayname": "§5Spirit Mask", - "clickcommand": "", + "displayname": "§f§f§5Spirit Mask", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9c655e06-277e-3a35-be4c-ba49ce10d32d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWJiZTcyMWQ3YWQ4YWI5NjVmMDhjYmVjMGI4MzRmNzc5YjUxOTdmNzlkYTRhZWEzZDEzZDI1M2VjZTlkZWMyIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d230 §8(337)\",1:\"§7Health: §a+100 HP §8(+151 HP)\",2:\"§7Defense: §a+50 §8(+75.5)\",3:\"§7Speed: §a+15 §8(+22.65)\",4:\"§7Intelligence: §a+20 §8(+30.2)\",5:\"\",6:\"§6Item Ability: Second Wind\",7:\"§7Instead of dying, gain §f+50✦\",8:\"§fSpeed §7and damage immunity for\",9:\"§7§a3 §7seconds.\",10:\"§8Cooldown: §a30s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 52500 / 52500\",14:\"§7§4❣ §cRequires §aCatacombs Level 15\",15:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§f§f§5Spirit Mask\"},ExtraAttributes:{originTag:\"DARK_AUCTION\",id:\"SPIRIT_MASK\",uuid:\"6107e1c0-f27f-42fe-a387-1970d0b76724\",timestamp:\"7/31/20 10:56 AM\"},AttributeModifiers:[]}", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9c655e06-277e-3a35-be4c-ba49ce10d32d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWJiZTcyMWQ3YWQ4YWI5NjVmMDhjYmVjMGI4MzRmNzc5YjUxOTdmNzlkYTRhZWEzZDEzZDI1M2VjZTlkZWMyIn19fQ==\"}]}},display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+50\",2:\"§7Speed: §a+15\",3:\"§7Intelligence: §a+20\",4:\"\",5:\"§6Item Ability: Second Wind\",6:\"§7Instead of dying, gain §f+50✦\",7:\"§fSpeed §7and damage immunity for\",8:\"§7§a3 §7seconds.\",9:\"§8Cooldown: §a30s\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC HELMET\"],Name:\"§5Spirit Mask\"},ExtraAttributes:{id:\"SPIRIT_MASK\"}}", - "modver": "1.0.0", "lore": [ - "§7Health: §a+100 HP", - "§7Defense: §a+50", - "§7Speed: §a+15", - "§7Intelligence: §a+20", + "§7Gear Score: §d230 §8(337)", + "§7Health: §a+100 HP §8(+151 HP)", + "§7Defense: §a+50 §8(+75.5)", + "§7Speed: §a+15 §8(+22.65)", + "§7Intelligence: §a+20 §8(+30.2)", "", "§6Item Ability: Second Wind", "§7Instead of dying, gain §f+50✦", @@ -19,10 +17,16 @@ "§8Cooldown: §a30s", "", "§7§8This item can be reforged!", - "§5§lEPIC HELMET" + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 15", + "§5§lEPIC DUNGEON HELMET" ], "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spirit_Mask" - ] + ], + "internalname": "SPIRIT_MASK", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL" }
\ No newline at end of file diff --git a/items/SPIRIT_SWORD.json b/items/SPIRIT_SWORD.json new file mode 100644 index 00000000..3fd30318 --- /dev/null +++ b/items/SPIRIT_SWORD.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:iron_sword", + "displayname": "§f§f§5Spirit Sword", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d300 §8(433)\",1:\"§7Damage: §c+210 §8(+317.1)\",2:\"§7Strength: §c+50 §8(+75.5)\",3:\"\",4:\"§7Deals §a+2% §7damage to §aUndead\",5:\"§amonsters §7for every §a1% §7of\",6:\"§7your missing health.\",7:\"\",8:\"§7§bSpirit Item: §7When turned\",9:\"§7into a ghost, this item becomes\",10:\"§7a Ghost Ability.\",11:\"\",12:\"§6Spirit Ability: Spirit Bomb\",13:\"§7Shoots a spirit that deals\",14:\"§7§c8000 §7damage on impact.\",15:\"§8Cooldown: §a10s\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§aPerfect 52500 / 52500\",19:\"§7§4❣ §cRequires §aCatacombs Floor IV\",20:\"§aCompletion\",21:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§f§f§5Spirit Sword\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"SPIRIT_SWORD\",uuid:\"bd3be8ad-6f9c-4754-bfc3-b53e666a74f5\",timestamp:\"8/3/20 3:03 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Gear Score: §d300 §8(433)", + "§7Damage: §c+210 §8(+317.1)", + "§7Strength: §c+50 §8(+75.5)", + "", + "§7Deals §a+2% §7damage to §aUndead", + "§amonsters §7for every §a1% §7of", + "§7your missing health.", + "", + "§7§bSpirit Item: §7When turned", + "§7into a ghost, this item becomes", + "§7a Ghost Ability.", + "", + "§6Spirit Ability: Spirit Bomb", + "§7Shoots a spirit that deals", + "§7§c8000 §7damage on impact.", + "§8Cooldown: §a10s", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Floor IV", + "§aCompletion", + "§5§lEPIC DUNGEON SWORD" + ], + "internalname": "SPIRIT_SWORD", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SPIRIT_WING.json b/items/SPIRIT_WING.json new file mode 100644 index 00000000..be3814a0 --- /dev/null +++ b/items/SPIRIT_WING.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Spirit Wing", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"8b0c89f1-0b5e-3992-9686-1012e9a5941b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NjAzODQyNTM5OSwKICAicHJvZmlsZUlkIiA6ICJjZGM5MzQ0NDAzODM0ZDdkYmRmOWUyMmVjZmM5MzBiZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJSYXdMb2JzdGVycyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lMjlhZDc2YzI0NTk5MTFjMmJiYWNkY2QwYTdiODJlMDgzNTU2N2UzZTUxMzRiMDVhNmY1YWY2NjlkZDg4YjgzIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Spirits of bats often take\",1:\"§7refuge in their own wings. They\",2:\"§7sometimes grow in power and gain\",3:\"§7tremendous magical properties.\",4:\"\",5:\"§eRight-click to view recipes!\",6:\"\",7:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§5Spirit Wing\"},ExtraAttributes:{id:\"SPIRIT_WING\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Spirits of bats often take", + "§7refuge in their own wings. They", + "§7sometimes grow in power and gain", + "§7tremendous magical properties.", + "", + "§eRight-click to view recipes!", + "", + "§5§lEPIC DUNGEON ITEM" + ], + "internalname": "SPIRIT_WING", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SUPER_HEAVY_BOOTS.json b/items/SUPER_HEAVY_BOOTS.json new file mode 100644 index 00000000..39e9fd7a --- /dev/null +++ b/items/SUPER_HEAVY_BOOTS.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§5Super Heavy Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d136 §8(200)\",1:\"§7Defense: §a+63 §8(+95.13)\",2:\"§7Speed: §a-10\",3:\"\",4:\"§7Each piece of this armor reduces\",5:\"§7the cooldown of §9Seismic Wave\",6:\"§9§7by §a5s§7.\",7:\"\",8:\"§6Full Set Bonus: Vindicate\",9:\"§7Grants §f+1 walk speed §7for\",10:\"§7every §a50 §7defense that you\",11:\"§7have.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 52500 / 52500\",15:\"§7§4❣ §cRequires §aCatacombs Level 15\",16:\"§5§lEPIC DUNGEON BOOTS\"],color:15132390,Name:\"§5Super Heavy Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SUPER_HEAVY_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d136 §8(200)", + "§7Defense: §a+63 §8(+95.13)", + "§7Speed: §a-10", + "", + "§7Each piece of this armor reduces", + "§7the cooldown of §9Seismic Wave", + "§9§7by §a5s§7.", + "", + "§6Full Set Bonus: Vindicate", + "§7Grants §f+1 walk speed §7for", + "§7every §a50 §7defense that you", + "§7have.", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 15", + "§5§lEPIC DUNGEON BOOTS" + ], + "internalname": "SUPER_HEAVY_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Super_Heavy_Armor" + ] +}
\ No newline at end of file diff --git a/items/SUPER_HEAVY_CHESTPLATE.json b/items/SUPER_HEAVY_CHESTPLATE.json new file mode 100644 index 00000000..bf6a4c59 --- /dev/null +++ b/items/SUPER_HEAVY_CHESTPLATE.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§5Super Heavy Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d234 §8(348)\",1:\"§7Defense: §a+112 §8(+169.12)\",2:\"§7Speed: §a-10\",3:\"\",4:\"§7Each piece of this armor reduces\",5:\"§7the cooldown of §9Seismic Wave\",6:\"§9§7by §a5s§7.\",7:\"\",8:\"§6Full Set Bonus: Vindicate\",9:\"§7Grants §f+1 walk speed §7for\",10:\"§7every §a50 §7defense that you\",11:\"§7have.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 52500 / 52500\",15:\"§7§4❣ §cRequires §aCatacombs Level 15\",16:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:5923940,Name:\"§5Super Heavy Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SUPER_HEAVY_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d234 §8(348)", + "§7Defense: §a+112 §8(+169.12)", + "§7Speed: §a-10", + "", + "§7Each piece of this armor reduces", + "§7the cooldown of §9Seismic Wave", + "§9§7by §a5s§7.", + "", + "§6Full Set Bonus: Vindicate", + "§7Grants §f+1 walk speed §7for", + "§7every §a50 §7defense that you", + "§7have.", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 15", + "§5§lEPIC DUNGEON CHESTPLATE" + ], + "internalname": "SUPER_HEAVY_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Super_Heavy_Armor" + ] +}
\ No newline at end of file diff --git a/items/SUPER_HEAVY_HELMET.json b/items/SUPER_HEAVY_HELMET.json new file mode 100644 index 00000000..854cc539 --- /dev/null +++ b/items/SUPER_HEAVY_HELMET.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:leather_helmet", + "displayname": "§5Super Heavy Helmet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d150 §8(221)\",1:\"§7Defense: §a+70 §8(+105.7)\",2:\"§7Speed: §a-10\",3:\"\",4:\"§7Each piece of this armor reduces\",5:\"§7the cooldown of §9Seismic Wave\",6:\"§9§7by §a5s§7.\",7:\"\",8:\"§6Full Set Bonus: Vindicate\",9:\"§7Grants §f+1 walk speed §7for\",10:\"§7every §a50 §7defense that you\",11:\"§7have.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 52500 / 52500\",15:\"§7§4❣ §cRequires §aCatacombs Level 15\",16:\"§5§lEPIC DUNGEON HELMET\"],color:15132390,Name:\"§5Super Heavy Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"SUPER_HEAVY_HELMET\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d150 §8(221)", + "§7Defense: §a+70 §8(+105.7)", + "§7Speed: §a-10", + "", + "§7Each piece of this armor reduces", + "§7the cooldown of §9Seismic Wave", + "§9§7by §a5s§7.", + "", + "§6Full Set Bonus: Vindicate", + "§7Grants §f+1 walk speed §7for", + "§7every §a50 §7defense that you", + "§7have.", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 15", + "§5§lEPIC DUNGEON HELMET" + ], + "internalname": "SUPER_HEAVY_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Super_Heavy_Armor" + ] +}
\ No newline at end of file diff --git a/items/SUPER_HEAVY_LEGGINGS.json b/items/SUPER_HEAVY_LEGGINGS.json new file mode 100644 index 00000000..153cb0e2 --- /dev/null +++ b/items/SUPER_HEAVY_LEGGINGS.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§5Super Heavy Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d206 §8(306)\",1:\"§7Defense: §a+98 §8(+147.98)\",2:\"§7Speed: §a-10\",3:\"\",4:\"§7Each piece of this armor reduces\",5:\"§7the cooldown of §9Seismic Wave\",6:\"§9§7by §a5s§7.\",7:\"\",8:\"§6Full Set Bonus: Vindicate\",9:\"§7Grants §f+1 walk speed §7for\",10:\"§7every §a50 §7defense that you\",11:\"§7have.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 52500 / 52500\",15:\"§7§4❣ §cRequires §aCatacombs Level 15\"],color:5923940,Name:\"§5Super Heavy Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SUPER_HEAVY_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d206 §8(306)", + "§7Defense: §a+98 §8(+147.98)", + "§7Speed: §a-10", + "", + "§7Each piece of this armor reduces", + "§7the cooldown of §9Seismic Wave", + "§9§7by §a5s§7.", + "", + "§6Full Set Bonus: Vindicate", + "§7Grants §f+1 walk speed §7for", + "§7every §a50 §7defense that you", + "§7have.", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 15" + ], + "internalname": "SUPER_HEAVY_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Super_Heavy_Armor" + ] +}
\ No newline at end of file diff --git a/items/THORNS_BOOTS.json b/items/THORNS_BOOTS.json new file mode 100644 index 00000000..5e7fa9cc --- /dev/null +++ b/items/THORNS_BOOTS.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§5Spirit Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d330 §8(483)\",1:\"§7Strength: §c+25 §8(+37.75)\",2:\"\",3:\"§7Health: §a+150 HP §8(+226.5 HP)\",4:\"§7Defense: §a+50 §8(+75.5)\",5:\"§7Speed: §a+25 §8(+37.75)\",6:\"§7Intelligence: §a+50 §8(+75.5)\",7:\"\",8:\"§6Item Ability: Spirit Glide\",9:\"§7Double jump to fly around as a\",10:\"§7spirit.\",11:\"§8Mana Cost: §3250\",12:\"§8Cooldown: §a60s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aCatacombs Floor IV\",16:\"§aCompletion\",17:\"§5§lEPIC DUNGEON BOOTS\"],color:12566463,Name:\"§5Spirit Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"THORNS_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d330 §8(483)", + "§7Strength: §c+25 §8(+37.75)", + "", + "§7Health: §a+150 HP §8(+226.5 HP)", + "§7Defense: §a+50 §8(+75.5)", + "§7Speed: §a+25 §8(+37.75)", + "§7Intelligence: §a+50 §8(+75.5)", + "", + "§6Item Ability: Spirit Glide", + "§7Double jump to fly around as a", + "§7spirit.", + "§8Mana Cost: §3250", + "§8Cooldown: §a60s", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor IV", + "§aCompletion", + "§5§lEPIC DUNGEON BOOTS" + ], + "internalname": "THORNS_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spirit_Boots" + ] +}
\ No newline at end of file diff --git a/items/TREASURE_RING.json b/items/TREASURE_RING.json new file mode 100644 index 00000000..43e724bc --- /dev/null +++ b/items/TREASURE_RING.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Treasure Ring", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c43ff87a-4f75-3680-9e09-235bdd316892\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTk1MzgyNTcyMywKICAicHJvZmlsZUlkIiA6ICIwNmE4NjAyZDAwODk0YWQxOTcyMGQ3NGE1OGU1MDZjZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfMW5kcmFfIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzZhMWNjNTUyNWEyMTdhMzk5YjViODZjMzJmMGYyMmRkOTEzNzg4NzRiNWY0NGQ1YTM4M2UxOGJjMGYzYmMzMDEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Grants §a+2% §7extra loot to end\",1:\"§7of dungeon chests.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC DUNGEON ACCESSORY\"],Name:\"§f§f§5Treasure Ring\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"TREASURE_RING\",uuid:\"3f0587c6-8387-4567-ba9f-e28d1271bb79\",timestamp:\"8/3/20 11:53 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Grants §a+2% §7extra loot to end", + "§7of dungeon chests.", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC DUNGEON ACCESSORY" + ], + "internalname": "TREASURE_RING", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/TREASURE_TALISMAN.json b/items/TREASURE_TALISMAN.json new file mode 100644 index 00000000..4cddbc1f --- /dev/null +++ b/items/TREASURE_TALISMAN.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Treasure Talisman", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9c287464-1a06-3eed-8974-6dcc511d63b2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTk1Mzg1NjA0MSwKICAicHJvZmlsZUlkIiA6ICI3MzgyZGRmYmU0ODU0NTVjODI1ZjkwMGY4OGZkMzJmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4cWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzFmMzIwMDI1MTQyNTk2Mzk2MDMyY2MwMDg4ZTJhYzM2NDg5ZjI0Y2ZhNWU5ZGRhMTNlMDgxY2Y2OWY3N2Y0ZCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Grants §a+1% §7extra loot to end\",1:\"§7of dungeon chests.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE DUNGEON ACCESSORY\"],Name:\"§f§f§9Treasure Talisman\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"TREASURE_TALISMAN\",uuid:\"2fd62146-e17f-47ef-b0ed-23358aeb53be\",timestamp:\"8/3/20 10:45 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Grants §a+1% §7extra loot to end", + "§7of dungeon chests.", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§9§lRARE DUNGEON ACCESSORY" + ], + "internalname": "TREASURE_TALISMAN", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ULTIMATE_REND;1.json b/items/ULTIMATE_REND;1.json new file mode 100644 index 00000000..b30fa0e5 --- /dev/null +++ b/items/ULTIMATE_REND;1.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§fEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lRend I\",1:\"§7Grants your bow a Left Click\",2:\"§7ability that rips out the arrows\",3:\"§7from nearby enemies and deals\",4:\"§7§c5% §7of your last critical hit\",5:\"§7for every arrow in the target.\",6:\"§7§a2s §7Cooldown.\",7:\"\",8:\"§7§cYou can only have 1 Ultimate\",9:\"§cEnchantment on an item!\",10:\"\",11:\"§7Use this on an item in an Anvil\",12:\"§7to apply it!\",13:\"\",14:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_REND;1\",enchantments:{ultimate_rend:1},uuid:\"614d8064-1f10-409a-8473-0b6462960a93\",timestamp:\"8/3/20 2:44 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9§d§lRend I", + "§7Grants your bow a Left Click", + "§7ability that rips out the arrows", + "§7from nearby enemies and deals", + "§7§c5% §7of your last critical hit", + "§7for every arrow in the target.", + "§7§a2s §7Cooldown.", + "", + "§7§cYou can only have 1 Ultimate", + "§cEnchantment on an item!", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "ULTIMATE_REND;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file |