diff --git a/items/CACTUS_KNIFE.json b/items/CACTUS_KNIFE.json index 19fa6645..f8b82d11 100644 --- a/items/CACTUS_KNIFE.json +++ b/items/CACTUS_KNIFE.json @@ -1,6 +1,6 @@ { "internalId": "CACTUS_KNIFE", - "name": "Cactus Knife Mk. I", + "name": "Cactus Knife", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/CLAW_FOSSIL.json b/items/CLAW_FOSSIL.json index c241ecbf..434909f6 100644 --- a/items/CLAW_FOSSIL.json +++ b/items/CLAW_FOSSIL.json @@ -26,7 +26,14 @@ "name": "Claw Fossil", "tier": "LEGENDARY", "npc_sell_price": 10000, - "description": "A small but sharp claw once used for digging tunnels." + "description": "A small but sharp claw once used for digging tunnels.", + "salvages": [ + { + "type": "ESSENCE", + "amount": 25, + "essence_type": "FOSSIL" + } + ] }, "recipes": [] } \ No newline at end of file diff --git a/items/CLUBBED_FOSSIL.json b/items/CLUBBED_FOSSIL.json index 26c78745..a4de4081 100644 --- a/items/CLUBBED_FOSSIL.json +++ b/items/CLUBBED_FOSSIL.json @@ -26,7 +26,14 @@ "name": "Clubbed Fossil", "tier": "LEGENDARY", "npc_sell_price": 50000, - "description": "A tail ending in a thick club that was used to fend off predators." + "description": "A tail ending in a thick club that was used to fend off predators.", + "salvages": [ + { + "type": "ESSENCE", + "amount": 50, + "essence_type": "FOSSIL" + } + ] }, "recipes": [] } \ No newline at end of file diff --git a/items/COCO_CHOPPER.json b/items/COCO_CHOPPER.json index 59bf341e..719bcd41 100644 --- a/items/COCO_CHOPPER.json +++ b/items/COCO_CHOPPER.json @@ -1,6 +1,6 @@ { "internalId": "COCO_CHOPPER", - "name": "Cocoa Chopper Mk. I", + "name": "Cocoa Chopper", "category": "Axe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/COMMEMORATIVE_MASON_JAR.json b/items/COMMEMORATIVE_MASON_JAR.json index 4c25c4dd..0ae6f7a2 100644 --- a/items/COMMEMORATIVE_MASON_JAR.json +++ b/items/COMMEMORATIVE_MASON_JAR.json @@ -26,6 +26,6 @@ "name": "Commemorative Mason Jar", "tier": "SPECIAL", "has_uuid": true, - "soulbound": "SOLO" + "soulbound": "COOP" } } \ No newline at end of file diff --git a/items/FINAL_DESTINATION_BOOTS.json b/items/FINAL_DESTINATION_BOOTS.json index 37e3d3e2..951b94b3 100644 --- a/items/FINAL_DESTINATION_BOOTS.json +++ b/items/FINAL_DESTINATION_BOOTS.json @@ -25,7 +25,7 @@ "requirements": [ { "type": "SLAYER", - "level": 4, + "level": 3, "slayer_boss_type": "enderman" } ], diff --git a/items/FINAL_DESTINATION_CHESTPLATE.json b/items/FINAL_DESTINATION_CHESTPLATE.json index 7354c766..3f9eebe3 100644 --- a/items/FINAL_DESTINATION_CHESTPLATE.json +++ b/items/FINAL_DESTINATION_CHESTPLATE.json @@ -25,7 +25,7 @@ "requirements": [ { "type": "SLAYER", - "level": 4, + "level": 3, "slayer_boss_type": "enderman" } ], diff --git a/items/FINAL_DESTINATION_HELMET.json b/items/FINAL_DESTINATION_HELMET.json index 94887613..316f60d8 100644 --- a/items/FINAL_DESTINATION_HELMET.json +++ b/items/FINAL_DESTINATION_HELMET.json @@ -29,7 +29,7 @@ "requirements": [ { "type": "SLAYER", - "level": 4, + "level": 3, "slayer_boss_type": "enderman" } ], diff --git a/items/FINAL_DESTINATION_LEGGINGS.json b/items/FINAL_DESTINATION_LEGGINGS.json index 044cb71f..dfe66601 100644 --- a/items/FINAL_DESTINATION_LEGGINGS.json +++ b/items/FINAL_DESTINATION_LEGGINGS.json @@ -25,7 +25,7 @@ "requirements": [ { "type": "SLAYER", - "level": 4, + "level": 3, "slayer_boss_type": "enderman" } ], diff --git a/items/FOOTPRINT_FOSSIL.json b/items/FOOTPRINT_FOSSIL.json index f2cab188..10bfb3e0 100644 --- a/items/FOOTPRINT_FOSSIL.json +++ b/items/FOOTPRINT_FOSSIL.json @@ -26,7 +26,14 @@ "name": "Footprint Fossil", "tier": "LEGENDARY", "npc_sell_price": 50000, - "description": "The daunting footprint of what was once a colossal and bloodthirsty predator." + "description": "The daunting footprint of what was once a colossal and bloodthirsty predator.", + "salvages": [ + { + "type": "ESSENCE", + "amount": 50, + "essence_type": "FOSSIL" + } + ] }, "recipes": [] } \ No newline at end of file diff --git a/items/FOSSIL_THE_FISH.json b/items/FOSSIL_THE_FISH.json index 4780acd6..52469a5a 100644 --- a/items/FOSSIL_THE_FISH.json +++ b/items/FOSSIL_THE_FISH.json @@ -1,6 +1,6 @@ { "internalId": "FOSSIL_THE_FISH", - "name": "Fossil the Fish", + "name": "Fossil The Fish", "category": "Item", "source": "HypixelAPI", "npcValue": 0, @@ -27,8 +27,8 @@ "salvages": [ { "type": "ESSENCE", - "essence_type": "FOSSIL", - "amount": 25 + "amount": 25, + "essence_type": "FOSSIL" } ] }, diff --git a/items/FUNGI_CUTTER.json b/items/FUNGI_CUTTER.json index 10e5009b..aac926df 100644 --- a/items/FUNGI_CUTTER.json +++ b/items/FUNGI_CUTTER.json @@ -1,6 +1,6 @@ { "internalId": "FUNGI_CUTTER", - "name": "Fungi Cutter Mk. I", + "name": "Fungi Cutter", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/FUTURE_CALORIES.json b/items/FUTURE_CALORIES.json index 4b8a6bcf..182058c7 100644 --- a/items/FUTURE_CALORIES.json +++ b/items/FUTURE_CALORIES.json @@ -31,8 +31,7 @@ "tracking": 0.5, "rift_time": 21 }, - "rift_transferrable": true, - "soulbound": "SOLO" + "rift_transferrable": true }, "recipes": [ { diff --git a/items/GLACITE_SHARD.json b/items/GLACITE_SHARD.json index 97ca2668..e20e74b8 100644 --- a/items/GLACITE_SHARD.json +++ b/items/GLACITE_SHARD.json @@ -1,6 +1,6 @@ { "internalId": "GLACITE_SHARD", - "name": "Glacite Chunk", + "name": "Glacite Shard", "category": "Power Stone", "source": "HypixelAPI", "npcValue": 1, diff --git a/items/HELIX.json b/items/HELIX.json index 69cfc3a2..c97a65c2 100644 --- a/items/HELIX.json +++ b/items/HELIX.json @@ -28,7 +28,14 @@ "glowing": true, "npc_sell_price": 10000, "museum": true, - "description": "A well-preserved fossil featuring a coiled shell." + "description": "A well-preserved fossil featuring a coiled shell.", + "salvages": [ + { + "type": "ESSENCE", + "amount": 25, + "essence_type": "FOSSIL" + } + ] }, "recipes": [] } \ No newline at end of file diff --git a/items/HOE_OF_GREATER_TILLING.json b/items/HOE_OF_GREATER_TILLING.json index e9a37794..f4d02398 100644 --- a/items/HOE_OF_GREATER_TILLING.json +++ b/items/HOE_OF_GREATER_TILLING.json @@ -1,6 +1,6 @@ { "internalId": "HOE_OF_GREATER_TILLING", - "name": "Hoe of Greater Tilling", + "name": "Hoe Of Greater Tilling", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/HOE_OF_GREATEST_TILLING.json b/items/HOE_OF_GREATEST_TILLING.json index e009b35c..9788c45d 100644 --- a/items/HOE_OF_GREATEST_TILLING.json +++ b/items/HOE_OF_GREATEST_TILLING.json @@ -1,6 +1,6 @@ { "internalId": "HOE_OF_GREATEST_TILLING", - "name": "Hoe of Greatest Tilling", + "name": "Hoe Of Greatest Tilling", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/HOE_OF_GREAT_TILLING.json b/items/HOE_OF_GREAT_TILLING.json index c10b52a2..e4d57a42 100644 --- a/items/HOE_OF_GREAT_TILLING.json +++ b/items/HOE_OF_GREAT_TILLING.json @@ -1,6 +1,6 @@ { "internalId": "HOE_OF_GREAT_TILLING", - "name": "Hoe of Great Tilling", + "name": "Hoe Of Great Tilling", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/MAGMA_LORD_GAUNTLET.json b/items/MAGMA_LORD_GAUNTLET.json index 30a2764c..a8f863e4 100644 --- a/items/MAGMA_LORD_GAUNTLET.json +++ b/items/MAGMA_LORD_GAUNTLET.json @@ -23,9 +23,9 @@ "value": "ewogICJ0aW1lc3RhbXAiIDogMTY1MDM3OTExMjUxMywKICAicHJvZmlsZUlkIiA6ICJkOGNkMTNjZGRmNGU0Y2IzODJmYWZiYWIwOGIyNzQ4OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJaYWNoeVphY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTY4YTJiZmU2ZTU2ZGRlYTEwM2RlOGNlYzAwMGVmYTgzZWJiOWE5NTljNjhkODI0MDI1NDNjMDFkNDEzN2QyNiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9", "signature": "I9xFl5Njyycf/sobg4tQdtMnfWYfhKG9etiEbx96FRz/pbY0dsnC6f2JHyQugVIIRYtAme27BP+VXUkyvjyzHl6iLdcmCzoW0JCASYvx24phJfEmSQ0SnRlMV+aqu+JEVCBTjCxaztSj/UcwVRzwzHEJr9E4xjwszu/hHok9lI8BRT8QtaWHHBaF4+rdd6UQjkaey3xuJ5VwCP/V1ZioaHzOkfT62/3k5vBRXDkr7O3/ah5xd34P4+exnzVlcKYimjcmRlGe31G+yfqByivymA2K427aqE9NaQ5s/cwL428tSTjHNQKE0NqRju7y51GpF15hm6Bos595BDxyBlovZ+3xxtHSckEjHLzTE+w07NfGkUiSOnzn+6L83NDWbfSK0oEzpvrUtes1dwIPAdEgLW5D5fK6kG4Yey7UVUoadwxCcNbUUtYcilkW93cx/MGRNRM1KaMwNHM0Ee/NNZy7/pzT16BFB8Nhp6rVoEXF0SuH8T6RYxu7HgDUIjcBgauTpypYlprPihk0sCp3cIPXTHpC/2ThDu87SUjKO9J74eVstrHw+mGczhVDTTQ/DbrJ2LXJVmTGEkSi4v3wfqtGhR1K4Vi5qR8x2M3xdfmXkKymZmLuRpZdMJ1ezaW4N/ZE+5O2Emg97G06P480NIt3vQ1SxkSa9nXrRK67dD5tdP4=" }, - "name": "Magma Lord Gauntlet", - "category": "GLOVES", - "tier": "EPIC", + "name": "Magma Lord Necklace", + "category": "NECKLACE", + "tier": "LEGENDARY", "unstackable": true, "npc_sell_price": 93750, "requirements": [ @@ -46,11 +46,10 @@ "category": "FISHING" }, "stats": { - "HEALTH": 35, + "HEALTH": 45, "FEROCITY": 2, "STRENGTH": 10, - "CRITICAL_DAMAGE": 30, - "SEA_CREATURE_CHANCE": 1.5 + "SEA_CREATURE_CHANCE": 2.5 }, "can_have_attributes": true, "salvageable_from_recipe": true diff --git a/items/MELON_DICER.json b/items/MELON_DICER.json index 34890c91..1cfc49f4 100644 --- a/items/MELON_DICER.json +++ b/items/MELON_DICER.json @@ -1,6 +1,6 @@ { "internalId": "MELON_DICER", - "name": "Melon Dicer Mk. I", + "name": "Melon Dicer", "category": "Axe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/MELON_DICER_2.json b/items/MELON_DICER_2.json index 2723b7ed..912f6d96 100644 --- a/items/MELON_DICER_2.json +++ b/items/MELON_DICER_2.json @@ -1,6 +1,6 @@ { "internalId": "MELON_DICER_2", - "name": "Melon Dicer Mk. II", + "name": "Melon Dicer 2.0", "category": "Axe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/MELON_DICER_3.json b/items/MELON_DICER_3.json index d414f352..051d920d 100644 --- a/items/MELON_DICER_3.json +++ b/items/MELON_DICER_3.json @@ -1,6 +1,6 @@ { "internalId": "MELON_DICER_3", - "name": "Melon Dicer Mk. III", + "name": "Melon Dicer 3.0", "category": "Axe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/NOVA_SWORD.json b/items/NOVA_SWORD.json index fc84dbea..fc1ea634 100644 --- a/items/NOVA_SWORD.json +++ b/items/NOVA_SWORD.json @@ -21,6 +21,36 @@ "name": "Sword of the Universe", "category": "SWORD", "tier": "UNOBTAINABLE", + "gemstone_slots": [ + { + "slot_type": "COMBAT", + "costs": [] + }, + { + "slot_type": "COMBAT", + "costs": [] + }, + { + "slot_type": "COMBAT", + "costs": [] + }, + { + "slot_type": "COMBAT", + "costs": [] + }, + { + "slot_type": "COMBAT", + "costs": [] + }, + { + "slot_type": "COMBAT", + "costs": [] + }, + { + "slot_type": "COMBAT", + "costs": [] + } + ], "stats": { "DAMAGE": 99999999, "SWING_RANGE": 99999999 diff --git a/items/PET_ITEM_TOY_JERRY.json b/items/PET_ITEM_TOY_JERRY.json index bd893b7d..7513e722 100644 --- a/items/PET_ITEM_TOY_JERRY.json +++ b/items/PET_ITEM_TOY_JERRY.json @@ -1,6 +1,6 @@ { "internalId": "PET_ITEM_TOY_JERRY", - "name": "Jerry 3D Glasses", + "name": "Jerry 3d Glasses", "category": "Item", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/PREHISTORIC_EGG.json b/items/PREHISTORIC_EGG.json index 05ab9e88..d64b1b02 100644 --- a/items/PREHISTORIC_EGG.json +++ b/items/PREHISTORIC_EGG.json @@ -31,8 +31,8 @@ "salvages": [ { "type": "ESSENCE", - "essence_type": "FOSSIL", - "amount": 25 + "amount": 25, + "essence_type": "FOSSIL" } ] }, diff --git a/items/PRE_DIGESTION_FISH.json b/items/PRE_DIGESTION_FISH.json index 077347fc..4f7f5543 100644 --- a/items/PRE_DIGESTION_FISH.json +++ b/items/PRE_DIGESTION_FISH.json @@ -26,8 +26,7 @@ "type": "RECIPE_INGREDIENT" } ], - "description": "The obvious result of mixing cat food, spacetime bending and mystical mythology.", - "soulbound": "COOP" + "description": "The obvious result of mixing cat food, spacetime bending and mystical mythology." }, "recipes": [] } \ No newline at end of file diff --git a/items/PUMPKIN_DICER.json b/items/PUMPKIN_DICER.json index 85a31be9..00b35733 100644 --- a/items/PUMPKIN_DICER.json +++ b/items/PUMPKIN_DICER.json @@ -1,6 +1,6 @@ { "internalId": "PUMPKIN_DICER", - "name": "Pumpkin Dicer Mk. I", + "name": "Pumpkin Dicer", "category": "Axe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/PUMPKIN_DICER_2.json b/items/PUMPKIN_DICER_2.json index e0a25f98..a9e9127c 100644 --- a/items/PUMPKIN_DICER_2.json +++ b/items/PUMPKIN_DICER_2.json @@ -1,6 +1,6 @@ { "internalId": "PUMPKIN_DICER_2", - "name": "Pumpkin Dicer Mk. II", + "name": "Pumpkin Dicer 2.0", "category": "Axe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/PUMPKIN_DICER_3.json b/items/PUMPKIN_DICER_3.json index 8fb3467e..3883e659 100644 --- a/items/PUMPKIN_DICER_3.json +++ b/items/PUMPKIN_DICER_3.json @@ -1,6 +1,6 @@ { "internalId": "PUMPKIN_DICER_3", - "name": "Pumpkin Dicer Mk. III", + "name": "Pumpkin Dicer 3.0", "category": "Axe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/SHATTERED_PENDANT.json b/items/SHATTERED_PENDANT.json index 35d8e0af..dd47ffa9 100644 --- a/items/SHATTERED_PENDANT.json +++ b/items/SHATTERED_PENDANT.json @@ -31,8 +31,8 @@ "salvages": [ { "type": "ESSENCE", - "essence_type": "FOSSIL", - "amount": 1000 + "amount": 1000, + "essence_type": "FOSSIL" } ] }, diff --git a/items/SPEEDSTER_BOOTS.json b/items/SPEEDSTER_BOOTS.json index 1be1f717..cf61e8da 100644 --- a/items/SPEEDSTER_BOOTS.json +++ b/items/SPEEDSTER_BOOTS.json @@ -3,7 +3,7 @@ "name": "Speedster Boots", "category": "Boots", "source": "HypixelAPI", - "npcValue": 102400, + "npcValue": 2560, "lore": "&7Defense: &a+65\n&7Speed: &a+15\n\n&6Full Set Bonus: Bonus Speed &7(0/4)\n&7Increases &f✦ Speed &7by &a+20&7.\n\n&7&8This item can be reforged!\n&5&lEPIC BOOTS&r", "flags": { "tradable": true, @@ -22,7 +22,7 @@ "name": "Speedster Boots", "category": "BOOTS", "tier": "UNCOMMON", - "npc_sell_price": 102400, + "npc_sell_price": 2560, "museum_data": { "donation_xp": 0, "parent": { @@ -36,8 +36,8 @@ "category": "FARMING" }, "stats": { - "WALK_SPEED": 15, - "DEFENSE": 35 + "DEFENSE": 35, + "WALK_SPEED": 15 } }, "recipes": [ diff --git a/items/SPEEDSTER_CHESTPLATE.json b/items/SPEEDSTER_CHESTPLATE.json index 619bde4e..26753c05 100644 --- a/items/SPEEDSTER_CHESTPLATE.json +++ b/items/SPEEDSTER_CHESTPLATE.json @@ -3,7 +3,7 @@ "name": "Speedster Chestplate", "category": "Chestplate", "source": "HypixelAPI", - "npcValue": 204800, + "npcValue": 5120, "lore": "&7Defense: &a+120\n&7Speed: &a+15\n\n&6Full Set Bonus: Bonus Speed &7(0/4)\n&7Increases &f✦ Speed &7by &a+20&7.\n\n&7&8This item can be reforged!\n&5&lEPIC CHESTPLATE&r", "flags": { "tradable": true, @@ -22,7 +22,7 @@ "name": "Speedster Chestplate", "category": "CHESTPLATE", "tier": "UNCOMMON", - "npc_sell_price": 204800, + "npc_sell_price": 5120, "museum_data": { "donation_xp": 0, "parent": { @@ -36,8 +36,8 @@ "category": "FARMING" }, "stats": { - "WALK_SPEED": 15, - "DEFENSE": 70 + "DEFENSE": 70, + "WALK_SPEED": 15 } }, "recipes": [ diff --git a/items/SPEEDSTER_HELMET.json b/items/SPEEDSTER_HELMET.json index 3e64d66d..cb8a0124 100644 --- a/items/SPEEDSTER_HELMET.json +++ b/items/SPEEDSTER_HELMET.json @@ -3,7 +3,7 @@ "name": "Speedster Helmet", "category": "Helmet", "source": "HypixelAPI", - "npcValue": 128000, + "npcValue": 3200, "lore": "&7Defense: &a+70\n&7Speed: &a+15\n\n&6Full Set Bonus: Bonus Speed &7(0/4)\n&7Increases &f✦ Speed &7by &a+20&7.\n\n&7&8This item can be reforged!\n&5&lEPIC HELMET&r", "flags": { "tradable": true, @@ -22,7 +22,7 @@ "name": "Speedster Helmet", "category": "HELMET", "tier": "UNCOMMON", - "npc_sell_price": 128000, + "npc_sell_price": 3200, "museum_data": { "donation_xp": 0, "parent": { @@ -36,8 +36,8 @@ "category": "FARMING" }, "stats": { - "WALK_SPEED": 15, - "DEFENSE": 45 + "DEFENSE": 45, + "WALK_SPEED": 15 } }, "recipes": [ diff --git a/items/SPEEDSTER_LEGGINGS.json b/items/SPEEDSTER_LEGGINGS.json index 5b29f9c4..69b64079 100644 --- a/items/SPEEDSTER_LEGGINGS.json +++ b/items/SPEEDSTER_LEGGINGS.json @@ -3,7 +3,7 @@ "name": "Speedster Leggings", "category": "Leggings", "source": "HypixelAPI", - "npcValue": 179200, + "npcValue": 4480, "lore": "&7Defense: &a+95\n&7Speed: &a+15\n\n&6Full Set Bonus: Bonus Speed &7(0/4)\n&7Increases &f✦ Speed &7by &a+20&7.\n\n&7&8This item can be reforged!\n&5&lEPIC LEGGINGS&r", "flags": { "tradable": true, @@ -22,7 +22,7 @@ "name": "Speedster Leggings", "category": "LEGGINGS", "tier": "UNCOMMON", - "npc_sell_price": 179200, + "npc_sell_price": 4480, "museum_data": { "donation_xp": 0, "parent": { @@ -36,8 +36,8 @@ "category": "FARMING" }, "stats": { - "WALK_SPEED": 15, - "DEFENSE": 60 + "DEFENSE": 60, + "WALK_SPEED": 15 } }, "recipes": [ diff --git a/items/SPINE_FOSSIL.json b/items/SPINE_FOSSIL.json index cbc67743..74183f8b 100644 --- a/items/SPINE_FOSSIL.json +++ b/items/SPINE_FOSSIL.json @@ -26,7 +26,14 @@ "name": "Spine Fossil", "tier": "LEGENDARY", "npc_sell_price": 50000, - "description": "A well-preserved set of neural spines. Whatever possessed these was an adept swimmer." + "description": "A well-preserved set of neural spines. Whatever possessed these was an adept swimmer.", + "salvages": [ + { + "type": "ESSENCE", + "amount": 50, + "essence_type": "FOSSIL" + } + ] }, "recipes": [] } \ No newline at end of file diff --git a/items/THEORETICAL_HOE_CANE_1.json b/items/THEORETICAL_HOE_CANE_1.json index 95fa9505..428be91a 100644 --- a/items/THEORETICAL_HOE_CANE_1.json +++ b/items/THEORETICAL_HOE_CANE_1.json @@ -1,6 +1,6 @@ { "internalId": "THEORETICAL_HOE_CANE_1", - "name": "Turing Sugar Cane Hoe Mk. I", + "name": "Turing Sugar Cane Hoe", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/THEORETICAL_HOE_CANE_2.json b/items/THEORETICAL_HOE_CANE_2.json index 6235a29c..d5254bb9 100644 --- a/items/THEORETICAL_HOE_CANE_2.json +++ b/items/THEORETICAL_HOE_CANE_2.json @@ -1,6 +1,6 @@ { "internalId": "THEORETICAL_HOE_CANE_2", - "name": "Turing Sugar Cane Hoe Mk. II", + "name": "Turing Sugar Cane Hoe", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/THEORETICAL_HOE_CANE_3.json b/items/THEORETICAL_HOE_CANE_3.json index bdb44cd2..cf522df0 100644 --- a/items/THEORETICAL_HOE_CANE_3.json +++ b/items/THEORETICAL_HOE_CANE_3.json @@ -1,6 +1,6 @@ { "internalId": "THEORETICAL_HOE_CANE_3", - "name": "Turing Sugar Cane Hoe Mk. III", + "name": "Turing Sugar Cane Hoe", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/THEORETICAL_HOE_CARROT_1.json b/items/THEORETICAL_HOE_CARROT_1.json index bfa5c07c..6d12dc78 100644 --- a/items/THEORETICAL_HOE_CARROT_1.json +++ b/items/THEORETICAL_HOE_CARROT_1.json @@ -1,6 +1,6 @@ { "internalId": "THEORETICAL_HOE_CARROT_1", - "name": "Gauss Carrot Hoe Mk. I", + "name": "Gauss Carrot Hoe", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/THEORETICAL_HOE_CARROT_2.json b/items/THEORETICAL_HOE_CARROT_2.json index e089b679..dab94e68 100644 --- a/items/THEORETICAL_HOE_CARROT_2.json +++ b/items/THEORETICAL_HOE_CARROT_2.json @@ -1,6 +1,6 @@ { "internalId": "THEORETICAL_HOE_CARROT_2", - "name": "Gauss Carrot Hoe Mk. II", + "name": "Gauss Carrot Hoe", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/THEORETICAL_HOE_CARROT_3.json b/items/THEORETICAL_HOE_CARROT_3.json index dd9d9da9..7479cc2d 100644 --- a/items/THEORETICAL_HOE_CARROT_3.json +++ b/items/THEORETICAL_HOE_CARROT_3.json @@ -1,6 +1,6 @@ { "internalId": "THEORETICAL_HOE_CARROT_3", - "name": "Gauss Carrot Hoe Mk. III", + "name": "Gauss Carrot Hoe", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/THEORETICAL_HOE_POTATO_1.json b/items/THEORETICAL_HOE_POTATO_1.json index 22a2d5b9..27b91ac7 100644 --- a/items/THEORETICAL_HOE_POTATO_1.json +++ b/items/THEORETICAL_HOE_POTATO_1.json @@ -1,6 +1,6 @@ { "internalId": "THEORETICAL_HOE_POTATO_1", - "name": "Pythagorean Potato Hoe Mk. I", + "name": "Pythagorean Potato Hoe", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/THEORETICAL_HOE_POTATO_2.json b/items/THEORETICAL_HOE_POTATO_2.json index 6f9be699..4a9f195f 100644 --- a/items/THEORETICAL_HOE_POTATO_2.json +++ b/items/THEORETICAL_HOE_POTATO_2.json @@ -1,6 +1,6 @@ { "internalId": "THEORETICAL_HOE_POTATO_2", - "name": "Pythagorean Potato Hoe Mk. II", + "name": "Pythagorean Potato Hoe", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/THEORETICAL_HOE_POTATO_3.json b/items/THEORETICAL_HOE_POTATO_3.json index 85a171bb..c7c871ae 100644 --- a/items/THEORETICAL_HOE_POTATO_3.json +++ b/items/THEORETICAL_HOE_POTATO_3.json @@ -1,6 +1,6 @@ { "internalId": "THEORETICAL_HOE_POTATO_3", - "name": "Pythagorean Potato Hoe Mk. III", + "name": "Pythagorean Potato Hoe", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/THEORETICAL_HOE_WARTS_1.json b/items/THEORETICAL_HOE_WARTS_1.json index 6a0322ef..6148a9ce 100644 --- a/items/THEORETICAL_HOE_WARTS_1.json +++ b/items/THEORETICAL_HOE_WARTS_1.json @@ -1,6 +1,6 @@ { "internalId": "THEORETICAL_HOE_WARTS_1", - "name": "Newton Nether Wart Hoe Mk. I", + "name": "Newton Nether Warts Hoe", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/THEORETICAL_HOE_WARTS_2.json b/items/THEORETICAL_HOE_WARTS_2.json index 2952cff4..3a65b1ff 100644 --- a/items/THEORETICAL_HOE_WARTS_2.json +++ b/items/THEORETICAL_HOE_WARTS_2.json @@ -1,6 +1,6 @@ { "internalId": "THEORETICAL_HOE_WARTS_2", - "name": "Newton Nether Wart Hoe Mk. II", + "name": "Newton Nether Warts Hoe", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/THEORETICAL_HOE_WARTS_3.json b/items/THEORETICAL_HOE_WARTS_3.json index 5e826d3c..08e3b87d 100644 --- a/items/THEORETICAL_HOE_WARTS_3.json +++ b/items/THEORETICAL_HOE_WARTS_3.json @@ -1,6 +1,6 @@ { "internalId": "THEORETICAL_HOE_WARTS_3", - "name": "Newton Nether Wart Hoe Mk. III", + "name": "Newton Nether Warts Hoe", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/THEORETICAL_HOE_WHEAT_1.json b/items/THEORETICAL_HOE_WHEAT_1.json index a90857a6..6454b299 100644 --- a/items/THEORETICAL_HOE_WHEAT_1.json +++ b/items/THEORETICAL_HOE_WHEAT_1.json @@ -1,6 +1,6 @@ { "internalId": "THEORETICAL_HOE_WHEAT_1", - "name": "Euclid's Wheat Hoe Mk. I", + "name": "Euclid's Wheat Hoe", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/THEORETICAL_HOE_WHEAT_2.json b/items/THEORETICAL_HOE_WHEAT_2.json index b862511e..c389b117 100644 --- a/items/THEORETICAL_HOE_WHEAT_2.json +++ b/items/THEORETICAL_HOE_WHEAT_2.json @@ -1,6 +1,6 @@ { "internalId": "THEORETICAL_HOE_WHEAT_2", - "name": "Euclid's Wheat Hoe Mk. II", + "name": "Euclid's Wheat Hoe", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/THEORETICAL_HOE_WHEAT_3.json b/items/THEORETICAL_HOE_WHEAT_3.json index 41925d7d..61f45cb7 100644 --- a/items/THEORETICAL_HOE_WHEAT_3.json +++ b/items/THEORETICAL_HOE_WHEAT_3.json @@ -1,6 +1,6 @@ { "internalId": "THEORETICAL_HOE_WHEAT_3", - "name": "Euclid's Wheat Hoe Mk. III", + "name": "Euclid's Wheat Hoe", "category": "Hoe", "source": "HypixelAPI", "npcValue": 0, diff --git a/items/TORMENTOR.json b/items/TORMENTOR.json index 55fac4a7..1aa16dd7 100644 --- a/items/TORMENTOR.json +++ b/items/TORMENTOR.json @@ -24,8 +24,62 @@ "npc_sell_price": 100000, "gemstone_slots": [ { - "slot_type": "SAPPHIRE", - "costs": [] + "slot_type": "COMBAT", + "costs": [ + { + "type": "ITEM", + "item_id": "FINE_RUBY_GEM", + "amount": 40 + }, + { + "type": "ITEM", + "item_id": "FINE_AMETHYST_GEM", + "amount": 40 + }, + { + "type": "ITEM", + "item_id": "FINE_SAPPHIRE_GEM", + "amount": 40 + }, + { + "type": "ITEM", + "item_id": "FINE_JASPER_GEM", + "amount": 40 + }, + { + "type": "COINS", + "coins": 100000 + } + ] + }, + { + "slot_type": "COMBAT", + "costs": [ + { + "type": "ITEM", + "item_id": "FINE_RUBY_GEM", + "amount": 40 + }, + { + "type": "ITEM", + "item_id": "FINE_AMETHYST_GEM", + "amount": 40 + }, + { + "type": "ITEM", + "item_id": "FINE_SAPPHIRE_GEM", + "amount": 40 + }, + { + "type": "ITEM", + "item_id": "FINE_JASPER_GEM", + "amount": 40 + }, + { + "type": "COINS", + "coins": 100000 + } + ] } ], "requirements": [ @@ -49,6 +103,7 @@ }, "stats": { "DAMAGE": 525, + "STRENGTH": 30, "CRITICAL_DAMAGE": 100 }, "upgrade_costs": [ diff --git a/items/TUSK_FOSSIL.json b/items/TUSK_FOSSIL.json index 49cc3aac..da1d93c8 100644 --- a/items/TUSK_FOSSIL.json +++ b/items/TUSK_FOSSIL.json @@ -26,7 +26,14 @@ "name": "Tusk Fossil", "tier": "LEGENDARY", "npc_sell_price": 50000, - "description": "A great and powerful tusk belonging to a now-extinct creature." + "description": "A great and powerful tusk belonging to a now-extinct creature.", + "salvages": [ + { + "type": "ESSENCE", + "amount": 50, + "essence_type": "FOSSIL" + } + ] }, "recipes": [] } \ No newline at end of file diff --git a/items/UGLY_FOSSIL.json b/items/UGLY_FOSSIL.json index 2dd873a7..9fe0abbe 100644 --- a/items/UGLY_FOSSIL.json +++ b/items/UGLY_FOSSIL.json @@ -26,7 +26,14 @@ "name": "Ugly Fossil", "tier": "LEGENDARY", "npc_sell_price": 50000, - "description": "The ugliest fossil to ever exist. It has a face only a mother could love." + "description": "The ugliest fossil to ever exist. It has a face only a mother could love.", + "salvages": [ + { + "type": "ESSENCE", + "amount": 50, + "essence_type": "FOSSIL" + } + ] }, "recipes": [] } \ No newline at end of file diff --git a/items/WEBBED_FOSSIL.json b/items/WEBBED_FOSSIL.json index ccd3cb37..cca64659 100644 --- a/items/WEBBED_FOSSIL.json +++ b/items/WEBBED_FOSSIL.json @@ -26,7 +26,14 @@ "name": "Webbed Fossil", "tier": "LEGENDARY", "npc_sell_price": 50000, - "description": "The webbed foot of a small, agile creature which was a strong swimmer." + "description": "The webbed foot of a small, agile creature which was a strong swimmer.", + "salvages": [ + { + "type": "ESSENCE", + "amount": 50, + "essence_type": "FOSSIL" + } + ] }, "recipes": [] } \ No newline at end of file