aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--constants/petnums.json135
-rw-r--r--items/CRYPT_WITHERLORD_BOOTS.json24
-rw-r--r--items/CRYPT_WITHERLORD_CHESTPLATE.json24
-rw-r--r--items/CRYPT_WITHERLORD_HELMET.json24
-rw-r--r--items/CRYPT_WITHERLORD_LEGGINGS.json24
-rw-r--r--items/FEATHER_FALLING;10.json23
-rw-r--r--items/FEL_SWORD.json12
-rw-r--r--items/GIANTS_EYE.json23
-rw-r--r--items/HEAVY_BOOTS.json28
-rw-r--r--items/HEAVY_CHESTPLATE.json29
-rw-r--r--items/HEAVY_HELMET.json24
-rw-r--r--items/HEAVY_LEGGINGS.json26
-rw-r--r--items/LIVID_DAGGER.json11
-rw-r--r--items/MASTIFF_PUPPY.json22
-rw-r--r--items/PET_SKIN_GUARDIAN.json30
-rw-r--r--items/PET_SKIN_ROCK_COOL.json27
-rw-r--r--items/PET_SKIN_ROCK_DERP.json27
-rw-r--r--items/PET_SKIN_ROCK_EMBARRASSED.json27
-rw-r--r--items/PET_SKIN_ROCK_LAUGH.json27
-rw-r--r--items/PET_SKIN_ROCK_SMILE.json27
-rw-r--r--items/PET_SKIN_ROCK_THINKING.json27
-rw-r--r--items/POORLY_WRAPPED_ROCK.json19
-rw-r--r--items/REVENANT_LEGGINGS.json9
-rw-r--r--items/ROSE_BOUQUET.json19
-rw-r--r--items/ROTTEN_BOOTS.json34
-rw-r--r--items/ROTTEN_CHESTPLATE.json31
-rw-r--r--items/ROTTEN_HELMET.json31
-rw-r--r--items/ROTTEN_LEGGINGS.json31
-rw-r--r--items/SHADOW_ASSASSIN_BOOTS.json5
-rw-r--r--items/SHADOW_ASSASSIN_HELMET.json5
-rw-r--r--items/SHADOW_ASSASSIN_LEGGINGS.json5
-rw-r--r--items/SUPER_HEAVY_BOOTS.json13
-rw-r--r--items/SUPER_HEAVY_CHESTPLATE.json13
-rw-r--r--items/SUPER_HEAVY_HELMET.json13
-rw-r--r--items/SUPER_HEAVY_LEGGINGS.json16
-rw-r--r--items/WEDDING_RING_0.json27
-rw-r--r--items/WEDDING_RING_1.json27
-rw-r--r--items/WITHER_CLOAK.json23
-rw-r--r--items/YELLOW_ROCK.json19
-rw-r--r--items/ZOMBIE_COMMANDER_BOOTS.json30
-rw-r--r--items/ZOMBIE_COMMANDER_CHESTPLATE.json33
-rw-r--r--items/ZOMBIE_COMMANDER_HELMET.json30
-rw-r--r--items/ZOMBIE_COMMANDER_LEGGINGS.json30
-rw-r--r--items/ZOMBIE_COMMANDER_WHIP.json32
-rw-r--r--items/ZOMBIE_LORD_BOOTS.json18
-rw-r--r--items/ZOMBIE_LORD_CHESTPLATE.json17
-rw-r--r--items/ZOMBIE_LORD_HELMET.json17
-rw-r--r--items/ZOMBIE_LORD_LEGGINGS.json17
49 files changed, 987 insertions, 200 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..839b36dd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+
+items/SKYBLOCK_MENU.json
diff --git a/constants/petnums.json b/constants/petnums.json
index 7de170a7..b669d827 100644
--- a/constants/petnums.json
+++ b/constants/petnums.json
@@ -3985,5 +3985,138 @@
},
"interp": "1:70"
}
- }
+ },
+ "GRIFFIN": {
+ "COMMON": {
+ "1": {
+ "otherNums": [
+ ],
+ "statNums": {
+ "CRIT_CHANCE": 0.1,
+ "CRIT_DAMAGE": 0.5,
+ "STRENGTH": 0.25,
+ "MAGIC_FIND": 0.1,
+ "INTELLIGENCE": 0.1
+ }
+ },
+ "100": {
+ "otherNums": [
+ ],
+ "statNums": {
+ "CRIT_CHANCE": 10,
+ "CRIT_DAMAGE": 50,
+ "STRENGTH": 25,
+ "MAGIC_FIND": 10,
+ "INTELLIGENCE": 10
+ }
+ },
+ "interp": "1:70"
+ },
+ "UNCOMMON": {
+ "1": {
+ "otherNums": [
+ ],
+ "statNums": {
+ "CRIT_CHANCE": 0.1,
+ "CRIT_DAMAGE": 0.5,
+ "STRENGTH": 0.25,
+ "MAGIC_FIND": 0.1,
+ "INTELLIGENCE": 0.1
+ }
+ },
+ "100": {
+ "otherNums": [
+ ],
+ "statNums": {
+ "CRIT_CHANCE": 10,
+ "CRIT_DAMAGE": 50,
+ "STRENGTH": 25,
+ "MAGIC_FIND": 10,
+ "INTELLIGENCE": 10
+ }
+ },
+ "interp": "1:70"
+ },
+ "RARE": {
+ "1": {
+ "otherNums": [
+ ],
+ "statNums": {
+ "CRIT_CHANCE": 0.1,
+ "CRIT_DAMAGE": 0.5,
+ "STRENGTH": 0.25,
+ "MAGIC_FIND": 0.1,
+ "INTELLIGENCE": 0.1
+ }
+ },
+ "100": {
+ "otherNums": [
+ ],
+ "statNums": {
+ "CRIT_CHANCE": 10,
+ "CRIT_DAMAGE": 50,
+ "STRENGTH": 25,
+ "MAGIC_FIND": 10,
+ "INTELLIGENCE": 10
+ }
+ },
+ "interp": "1:70"
+ },
+ "EPIC": {
+ "1": {
+ "otherNums": [
+ 1
+ ],
+ "statNums": {
+ "CRIT_CHANCE": 0.1,
+ "CRIT_DAMAGE": 0.5,
+ "STRENGTH": 0.25,
+ "MAGIC_FIND": 0.1,
+ "INTELLIGENCE": 0.1
+ }
+ },
+ "100": {
+ "otherNums": [
+ 16
+ ],
+ "statNums": {
+ "CRIT_CHANCE": 10,
+ "CRIT_DAMAGE": 50,
+ "STRENGTH": 25,
+ "MAGIC_FIND": 10,
+ "INTELLIGENCE": 10
+ }
+ },
+ "interp": "1:70"
+ },
+ "LEGENDARY": {
+ "1": {
+ "otherNums": [
+ 1,
+ 1
+ ],
+ "statNums": {
+ "CRIT_CHANCE": 0.1,
+ "CRIT_DAMAGE": 0.5,
+ "STRENGTH": 0.25,
+ "MAGIC_FIND": 0.1,
+ "INTELLIGENCE": 0.1
+ }
+ },
+ "100": {
+ "otherNums": [
+ 20,
+ 15
+ ],
+ "statNums": {
+ "CRIT_CHANCE": 10,
+ "CRIT_DAMAGE": 50,
+ "STRENGTH": 25,
+ "MAGIC_FIND": 10,
+ "INTELLIGENCE": 10
+ }
+ },
+ "interp": "1:70"
+ }
+ }
} \ No newline at end of file
diff --git a/items/CRYPT_WITHERLORD_BOOTS.json b/items/CRYPT_WITHERLORD_BOOTS.json
new file mode 100644
index 00000000..2a7dbc37
--- /dev/null
+++ b/items/CRYPT_WITHERLORD_BOOTS.json
@@ -0,0 +1,24 @@
+{
+ "itemid": "minecraft:leather_boots",
+ "displayname": "§5Crypt Witherlord Boots",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d140\",1:\"§7Defense: §a+65\",2:\"§7Speed: §a+5\",3:\"\",4:\"§7Reduces damage from Withers by\",5:\"§75%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 52500 / 52500\",9:\"§7§4❣ §cRequires §aCatacombs Level 18\",10:\"§5§lEPIC DUNGEON BOOTS\"],color:4522241,Name:\"§5Crypt Witherlord Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_WITHERLORD_BOOTS\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Gear Score: §d140",
+ "§7Defense: §a+65",
+ "§7Speed: §a+5",
+ "",
+ "§7Reduces damage from Withers by",
+ "§75%",
+ "",
+ "§7§8This item can be reforged!",
+ "§aPerfect 52500 / 52500",
+ "§7§4❣ §cRequires §aCatacombs Level 18",
+ "§5§lEPIC DUNGEON BOOTS"
+ ],
+ "internalname": "CRYPT_WITHERLORD_BOOTS",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.3-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/CRYPT_WITHERLORD_CHESTPLATE.json b/items/CRYPT_WITHERLORD_CHESTPLATE.json
new file mode 100644
index 00000000..8c5f6808
--- /dev/null
+++ b/items/CRYPT_WITHERLORD_CHESTPLATE.json
@@ -0,0 +1,24 @@
+{
+ "itemid": "minecraft:leather_chestplate",
+ "displayname": "§5Crypt Witherlord Chestplate",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d250\",1:\"§7Defense: §a+120\",2:\"§7Speed: §a+5\",3:\"\",4:\"§7Reduces damage from Withers by\",5:\"§75%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 52500 / 52500\",9:\"§7§4❣ §cRequires §aCatacombs Level 18\",10:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:4522241,Name:\"§5Crypt Witherlord Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_WITHERLORD_CHESTPLATE\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Gear Score: §d250",
+ "§7Defense: §a+120",
+ "§7Speed: §a+5",
+ "",
+ "§7Reduces damage from Withers by",
+ "§75%",
+ "",
+ "§7§8This item can be reforged!",
+ "§aPerfect 52500 / 52500",
+ "§7§4❣ §cRequires §aCatacombs Level 18",
+ "§5§lEPIC DUNGEON CHESTPLATE"
+ ],
+ "internalname": "CRYPT_WITHERLORD_CHESTPLATE",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.3-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/CRYPT_WITHERLORD_HELMET.json b/items/CRYPT_WITHERLORD_HELMET.json
new file mode 100644
index 00000000..a41ac14b
--- /dev/null
+++ b/items/CRYPT_WITHERLORD_HELMET.json
@@ -0,0 +1,24 @@
+{
+ "itemid": "minecraft:leather_helmet",
+ "displayname": "§5Crypt Witherlord Helmet",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d150\",1:\"§7Defense: §a+70\",2:\"§7Speed: §a+5\",3:\"\",4:\"§7Reduces damage from Withers by\",5:\"§75%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 52500 / 52500\",9:\"§7§4❣ §cRequires §aCatacombs Level 18\",10:\"§5§lEPIC DUNGEON HELMET\"],color:4522241,Name:\"§5Crypt Witherlord Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_WITHERLORD_HELMET\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Gear Score: §d150",
+ "§7Defense: §a+70",
+ "§7Speed: §a+5",
+ "",
+ "§7Reduces damage from Withers by",
+ "§75%",
+ "",
+ "§7§8This item can be reforged!",
+ "§aPerfect 52500 / 52500",
+ "§7§4❣ §cRequires §aCatacombs Level 18",
+ "§5§lEPIC DUNGEON HELMET"
+ ],
+ "internalname": "CRYPT_WITHERLORD_HELMET",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.3-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/CRYPT_WITHERLORD_LEGGINGS.json b/items/CRYPT_WITHERLORD_LEGGINGS.json
new file mode 100644
index 00000000..678a1ec9
--- /dev/null
+++ b/items/CRYPT_WITHERLORD_LEGGINGS.json
@@ -0,0 +1,24 @@
+{
+ "itemid": "minecraft:leather_leggings",
+ "displayname": "§5Crypt Witherlord Leggings",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d200\",1:\"§7Defense: §a+95\",2:\"§7Speed: §a+5\",3:\"\",4:\"§7Reduces damage from Withers by\",5:\"§75%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 52500 / 52500\",9:\"§7§4❣ §cRequires §aCatacombs Level 18\",10:\"§5§lEPIC DUNGEON LEGGINGS\"],color:4522241,Name:\"§5Crypt Witherlord Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_WITHERLORD_LEGGINGS\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Gear Score: §d200",
+ "§7Defense: §a+95",
+ "§7Speed: §a+5",
+ "",
+ "§7Reduces damage from Withers by",
+ "§75%",
+ "",
+ "§7§8This item can be reforged!",
+ "§aPerfect 52500 / 52500",
+ "§7§4❣ §cRequires §aCatacombs Level 18",
+ "§5§lEPIC DUNGEON LEGGINGS"
+ ],
+ "internalname": "CRYPT_WITHERLORD_LEGGINGS",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.3-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/FEATHER_FALLING;10.json b/items/FEATHER_FALLING;10.json
new file mode 100644
index 00000000..aa78fafb
--- /dev/null
+++ b/items/FEATHER_FALLING;10.json
@@ -0,0 +1,23 @@
+{
+ "itemid": "minecraft:enchanted_book",
+ "displayname": "§f§f§4Enchanted Book",
+ "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Feather Falling X\",1:\"§7Increases how high you can fall\",2:\"§7before taking fall damage by\",3:\"§7§a10§7 and reduces fall damage\",4:\"§7by §a50%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§4§lSUPREME\"],Name:\"§f§f§4Enchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"FEATHER_FALLING;10\",enchantments:{feather_falling:10},uuid:\"d4161d4d-2c9a-49a8-b119-a2c9ef30103f\",anvil_uses:6,timestamp:\"9/18/20 10:46 AM\"},AttributeModifiers:[]}",
+ "damage": 0,
+ "lore": [
+ "§9Feather Falling X",
+ "§7Increases how high you can fall",
+ "§7before taking fall damage by",
+ "§7§a10§7 and reduces fall damage",
+ "§7by §a50%§7.",
+ "",
+ "§7Use this on an item in an Anvil",
+ "§7to apply it!",
+ "",
+ "§4§lSUPREME"
+ ],
+ "internalname": "FEATHER_FALLING;10",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.3-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/FEL_SWORD.json b/items/FEL_SWORD.json
index b807bddc..2d8db680 100644
--- a/items/FEL_SWORD.json
+++ b/items/FEL_SWORD.json
@@ -1,12 +1,12 @@
{
"itemid": "minecraft:stone_sword",
"displayname": "§5Fel Sword",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d375 §8(427)\",1:\"§7Damage: §c+190 §8(+220.4)\",2:\"§7Strength: §c+135 §8(+156.6)\",3:\"\",4:\"§7§7Every §a100 §7Kills with this\",5:\"§7sword grants +§c1 §7Weapon\",6:\"§7Damage, up to §c100 §7extra.\",7:\"\",8:\"§aDungeon healer bonuses:\",9:\"§7§8- §7Increases healing from\",10:\"§7your Healing Circle by §a10%§7.\",11:\"§7§8- §7Reduces the cooldown of\",12:\"§7your Wish ultimate by §b10\",13:\"§b§7seconds.\",14:\"\",15:\"§eRight-click to use your class ability!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aCatacombs Level 20\",19:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Fel Sword\"},ExtraAttributes:{id:\"FEL_SWORD\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d375 \",1:\"§7Damage: §c+190 \",2:\"§7Strength: §c+135 \",3:\"\",4:\"§7§7Every §a100 §7Kills with this\",5:\"§7sword grants +§c1 §7Weapon\",6:\"§7Damage, up to §c100 §7extra.\",7:\"\",8:\"§aDungeon healer bonuses:\",9:\"§7§8- §7Increases healing from\",10:\"§7your Healing Circle by §a10%§7.\",11:\"§7§8- §7Reduces the cooldown of\",12:\"§7your Wish ultimate by §b10\",13:\"§b§7seconds.\",14:\"\",15:\"§eRight-click to use your class ability!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aCatacombs Level 20\",19:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Fel Sword\"},ExtraAttributes:{id:\"FEL_SWORD\"}}",
"damage": 0,
"lore": [
- "§7Gear Score: §d375 §8(427)",
- "§7Damage: §c+190 §8(+220.4)",
- "§7Strength: §c+135 §8(+156.6)",
+ "§7Gear Score: §d375",
+ "§7Damage: §c+190",
+ "§7Strength: §c+135",
"",
"§7§7Every §a100 §7Kills with this",
"§7sword grants +§c1 §7Weapon",
@@ -38,5 +38,7 @@
},
"internalname": "FEL_SWORD",
"clickcommand": "viewrecipe",
- "modver": "1.3-REL"
+ "modver": "1.3-REL",
+ "crafttext": "",
+ "infoType": ""
} \ No newline at end of file
diff --git a/items/GIANTS_EYE.json b/items/GIANTS_EYE.json
new file mode 100644
index 00000000..40d3608b
--- /dev/null
+++ b/items/GIANTS_EYE.json
@@ -0,0 +1,23 @@
+{
+ "itemid": "minecraft:iron_sword",
+ "displayname": "§5Giant\u0027s Eye Sword",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d375 \",1:\"§7Damage: §c+190 \",2:\"§7Strength: §c+135 \",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§7§4❣ §cRequires §aCatacombs Level 20\",6:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Giant\u0027s Eye Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"GIANTS_EYE\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Gear Score: §d375 ",
+ "§7Damage: §c+190 ",
+ "§7Strength: §c+135 ",
+ "",
+ "§7§8This item can be reforged!",
+ "§7§4❣ §cRequires §aCatacombs Level 20",
+ "§5§lEPIC DUNGEON SWORD"
+ ],
+ "internalname": "GIANTS_EYE",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.3-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Giant\u0027s_Eye_Sword"
+ ]
+} \ No newline at end of file
diff --git a/items/HEAVY_BOOTS.json b/items/HEAVY_BOOTS.json
index 0b54af99..6c4111be 100644
--- a/items/HEAVY_BOOTS.json
+++ b/items/HEAVY_BOOTS.json
@@ -1,28 +1,26 @@
{
- "internalname": "HEAVY_BOOTS",
- "itemid": 301,
- "displayname": "§9Smart Heavy Boots",
- "clickcommand": "",
+ "itemid": "minecraft:leather_boots",
+ "displayname": "§9Heavy Boots",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d124\",1:\"§7Defense: §a+57\",2:\"§7Speed: §a-5\",3:\"\",4:\"§6Full Set Bonus: Vindicate\",5:\"§7Grants §f+1 walk speed §7for\",6:\"§7every §a50 §7defense that you\",7:\"§7have.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 35000 / 35000\",11:\"§7§4❣ §cRequires §aCatacombs Level 2\",12:\"§9§lRARE DUNGEON BOOTS\"],color:16777215,Name:\"§9Heavy Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"HEAVY_BOOTS\"}}",
"damage": 0,
- "nbttag": "{ench:[0:{lvl:3,id:8}],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d328 §8(376)\",1:\"§7Health: §a+84 HP §8(Smart +9 HP) §8(+97.44 HP)\",2:\"§7Defense: §a+93 §8(Smart +9) §8(+107.88)\",3:\"§7Speed: §a-5\",4:\"§7Intelligence: §a+60 §8(Smart +60) §8(+69.6)\",5:\"\",6:\"§9Depth Strider III, §9Feather Falling V\",7:\"§9Growth V, §9Protection V\",8:\"§9Thorns III\",9:\"\",10:\"§6Full Set Bonus: Vindicate\",11:\"§7Grants §f+1 walk speed §7for\",12:\"§7every §a50 §7defense that you\",13:\"§7have.\",14:\"\",15:\"§aPerfect 35000 / 35000\",16:\"§9§lRARE DUNGEON BOOTS\"],color:16777215,Name:\"§9Smart Heavy Boots\"},ExtraAttributes:{color:\"255:255:255\",baseStatBoostPercentage:11,modifier:\"smart\",id:\"HEAVY_BOOTS\",enchantments:{depth_strider:3,thorns:3,feather_falling:5,protection:5,growth:5},item_tier:2}}",
- "modver": "1.0.0",
"lore": [
- "§7Gear Score: §d328 §8(376)",
- "§7Health: §a+84 HP §8(Smart +9 HP) §8(+97.44 HP)",
- "§7Defense: §a+93 §8(Smart +9) §8(+107.88)",
+ "§7Gear Score: §d124",
+ "§7Defense: §a+57",
"§7Speed: §a-5",
- "§7Intelligence: §a+60 §8(Smart +60) §8(+69.6)",
- "",
- "§9Depth Strider III, §9Feather Falling V",
- "§9Growth V, §9Protection V",
- "§9Thorns III",
"",
"§6Full Set Bonus: Vindicate",
"§7Grants §f+1 walk speed §7for",
"§7every §a50 §7defense that you",
"§7have.",
"",
+ "§7§8This item can be reforged!",
"§aPerfect 35000 / 35000",
+ "§7§4❣ §cRequires §aCatacombs Level 2",
"§9§lRARE DUNGEON BOOTS"
- ]
+ ],
+ "internalname": "HEAVY_BOOTS",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.3-REL",
+ "infoType": ""
} \ No newline at end of file
diff --git a/items/HEAVY_CHESTPLATE.json b/items/HEAVY_CHESTPLATE.json
index 8c175069..7443827d 100644
--- a/items/HEAVY_CHESTPLATE.json
+++ b/items/HEAVY_CHESTPLATE.json
@@ -1,27 +1,26 @@
{
- "internalname": "HEAVY_CHESTPLATE",
- "itemid": 299,
- "displayname": "§9Wise Heavy Chestplate",
- "clickcommand": "",
+ "itemid": "minecraft:leather_chestplate",
+ "displayname": "§9Heavy Chestplate",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d234\",1:\"§7Defense: §a+112\",2:\"§7Speed: §a-5\",3:\"\",4:\"§6Full Set Bonus: Vindicate\",5:\"§7Grants §f+1 walk speed §7for\",6:\"§7every §a50 §7defense that you\",7:\"§7have.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 35000 / 35000\",11:\"§7§4❣ §cRequires §aCatacombs Level 2\",12:\"§9§lRARE DUNGEON CHESTPLATE\"],color:8553090,Name:\"§9Heavy Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"HEAVY_CHESTPLATE\"}}",
"damage": 0,
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d467 §8(521)\",1:\"§7Health: §a+85 HP §8(Wise +10 HP) §8(+95.2 HP)\",2:\"§7Defense: §a+164 §8(+183.68)\",3:\"§7Speed: §a-4 §8(Wise +1)\",4:\"§7Intelligence: §a+75 §8(Wise +75) §8(+84)\",5:\"\",6:\"§9Growth V, §9Protection V\",7:\"§9Thorns III\",8:\"\",9:\"§6Full Set Bonus: Vindicate\",10:\"§7Grants §f+1 walk speed §7for\",11:\"§7every §a50 §7defense that you\",12:\"§7have.\",13:\"\",14:\"§aPerfect 35000 / 35000\",15:\"§9§lRARE DUNGEON CHESTPLATE\"],color:8553090,Name:\"§9Wise Heavy Chestplate\"},ExtraAttributes:{color:\"130:130:130\",baseStatBoostPercentage:33,modifier:\"wise\",id:\"HEAVY_CHESTPLATE\",enchantments:{thorns:3,protection:5,growth:5},item_tier:1}}",
- "modver": "1.0.0",
"lore": [
- "§7Gear Score: §d467 §8(521)",
- "§7Health: §a+85 HP §8(Wise +10 HP) §8(+95.2 HP)",
- "§7Defense: §a+164 §8(+183.68)",
- "§7Speed: §a-4 §8(Wise +1)",
- "§7Intelligence: §a+75 §8(Wise +75) §8(+84)",
- "",
- "§9Growth V, §9Protection V",
- "§9Thorns III",
+ "§7Gear Score: §d234",
+ "§7Defense: §a+112",
+ "§7Speed: §a-5",
"",
"§6Full Set Bonus: Vindicate",
"§7Grants §f+1 walk speed §7for",
"§7every §a50 §7defense that you",
"§7have.",
"",
+ "§7§8This item can be reforged!",
"§aPerfect 35000 / 35000",
+ "§7§4❣ §cRequires §aCatacombs Level 2",
"§9§lRARE DUNGEON CHESTPLATE"
- ]
+ ],
+ "internalname": "HEAVY_CHESTPLATE",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.3-REL",
+ "infoType": ""
} \ No newline at end of file
diff --git a/items/HEAVY_HELMET.json b/items/HEAVY_HELMET.json
index 798534c2..6c1c426a 100644
--- a/items/HEAVY_HELMET.json
+++ b/items/HEAVY_HELMET.json
@@ -1,32 +1,26 @@
{
- "internalname": "HEAVY_HELMET",
"itemid": "minecraft:leather_helmet",
"displayname": "§9Heavy Helmet",
- "clickcommand": "",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d134\",1:\"§7Defense: §a+62\",2:\"§7Speed: §a-5\",3:\"\",4:\"§6Full Set Bonus: Vindicate\",5:\"§7Grants §f+1 walk speed §7for\",6:\"§7every §a50 §7defense that you\",7:\"§7have.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 35000 / 35000\",11:\"§7§4❣ §cRequires §aCatacombs Level 2\",12:\"§9§lRARE DUNGEON HELMET\"],color:16777215,Name:\"§9Heavy Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"HEAVY_HELMET\"}}",
"damage": 0,
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d283 §8(335)\",1:\"§7Crit Chance: §c+2% §8(Light +2%)\",2:\"§7Crit Damage: §c+3% §8(Light +3%) §8(+3.6%)\",3:\"§7Bonus Attack Speed: §c+3% §8(Light +3%)\",4:\"\",5:\"§7Health: §a+85 HP §8(Light +10 HP) §8(+102 HP)\",6:\"§7Defense: §a+85 §8(Light +3) §8(+102)\",7:\"§7Speed: §a-2 §8(Light +3)\",8:\"\",9:\"§9Growth V, §9Protection V\",10:\"§9Thorns III\",11:\"\",12:\"§6Full Set Bonus: Vindicate\",13:\"§7Grants §f+1 walk speed §7for\",14:\"§7every §a50 §7defense that you\",15:\"§7have.\",16:\"\",17:\"§aPerfect 35000 / 35000\",18:\"§9§lRARE DUNGEON HELMET\"],color:16777215,Name:\"§9Heavy Helmet\"},ExtraAttributes:{color:\"255:255:255\",baseStatBoostPercentage:7,modifier:\"light\",id:\"HEAVY_HELMET\",enchantments:{thorns:3,protection:5,growth:5},item_tier:0}}",
- "modver": "1.3-REL",
"lore": [
- "§7Gear Score: §d283 §8(335)",
- "§7Crit Chance: §c+2% §8(Light +2%)",
- "§7Crit Damage: §c+3% §8(Light +3%) §8(+3.6%)",
- "§7Bonus Attack Speed: §c+3% §8(Light +3%)",
- "",
- "§7Health: §a+85 HP §8(Light +10 HP) §8(+102 HP)",
- "§7Defense: §a+85 §8(Light +3) §8(+102)",
- "§7Speed: §a-2 §8(Light +3)",
- "",
- "§9Growth V, §9Protection V",
- "§9Thorns III",
+ "§7Gear Score: §d134",
+ "§7Defense: §a+62",
+ "§7Speed: §a-5",
"",
"§6Full Set Bonus: Vindicate",
"§7Grants §f+1 walk speed §7for",
"§7every §a50 §7defense that you",
"§7have.",
"",
+ "§7§8This item can be reforged!",
"§aPerfect 35000 / 35000",
+ "§7§4❣ §cRequires §aCatacombs Level 2",
"§9§lRARE DUNGEON HELMET"
],
+ "internalname": "HEAVY_HELMET",
"crafttext": "",
+ "clickcommand": "",
+ "modver": "1.3-REL",
"infoType": ""
} \ No newline at end of file
diff --git a/items/HEAVY_LEGGINGS.json b/items/HEAVY_LEGGINGS.json
index b2daf0f1..e47573ed 100644
--- a/items/HEAVY_LEGGINGS.json
+++ b/items/HEAVY_LEGGINGS.json
@@ -1,26 +1,26 @@
{
- "internalname": "HEAVY_LEGGINGS",
- "itemid": 300,
- "displayname": "§9Titanic Heavy Leggings",
- "clickcommand": "",
+ "itemid": "minecraft:leather_leggings",
+ "displayname": "§9Heavy Leggings",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d194\",1:\"§7Defense: §a+92\",2:\"§7Speed: §a-5\",3:\"\",4:\"§6Full Set Bonus: Vindicate\",5:\"§7Grants §f+1 walk speed §7for\",6:\"§7every §a50 §7defense that you\",7:\"§7have.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 35000 / 35000\",11:\"§7§4❣ §cRequires §aCatacombs Level 2\",12:\"§9§lRARE DUNGEON LEGGINGS\"],color:8553090,Name:\"§9Heavy Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"HEAVY_LEGGINGS\"}}",
"damage": 0,
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d457 §8(510)\",1:\"§7Health: §a+95 HP §8(Titanic +20 HP) §8(+106.4 HP)\",2:\"§7Defense: §a+173 §8(Titanic +20) §8(+193.76)\",3:\"§7Speed: §a-5\",4:\"\",5:\"§9Growth V, §9Protection V\",6:\"§9Thorns III\",7:\"\",8:\"§6Full Set Bonus: Vindicate\",9:\"§7Grants §f+1 walk speed §7for\",10:\"§7every §a50 §7defense that you\",11:\"§7have.\",12:\"\",13:\"§aPerfect 35000 / 35000\",14:\"§9§lRARE DUNGEON LEGGINGS\"],color:8553090,Name:\"§9Titanic Heavy Leggings\"},ExtraAttributes:{color:\"130:130:130\",baseStatBoostPercentage:37,modifier:\"titanic\",id:\"HEAVY_LEGGINGS\",enchantments:{thorns:3,protection:5,growth:5},item_tier:2}}",
- "modver": "1.0.0",
"lore": [
- "§7Gear Score: §d457 §8(510)",