From 1b05b3067038e5c583285ad26e0d415f64238b44 Mon Sep 17 00:00:00 2001 From: QuickBASIC Date: Thu, 19 Mar 2026 00:48:29 -0400 Subject: [PATCH] Initial commit --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 53add89..94198ed 100644 --- a/README.md +++ b/README.md @@ -24,23 +24,23 @@ _There are other repair kit mods that also allow you to enhance maxium durabilit Below is a breakdown of every kit available, ordered from basic field maintenance to legendary restoration. -| **Tier** |**Change to Max Durability** |**Crafting Materials** |**Bench** | +| Tier |Change to Max Durability |Crafting Materials |Bench | | ---------------------- |------------------------ |--------------------------------------------------- |-------------- | -| **Copper (Fieldcrafting)** |**-5.0%** |2x Fibre, 4x Copper Ore, 2x Stick |Fieldcraft | -| **Copper** |**-5.0%** |2x Fibre, 4x Copper Bar, 2x Stick |Workbench (T1) | -| **Iron** |**0%** |2x Linen Scrap, 8x Iron Bar, 2x Light Leather |Workbench (T1) | -| **Gold** |**+1.0%** |4x Bolt of Wool, 16x Gold Bar, 4x Fire Essence |Workbench (T2) | -| **Silver** |**+1.0%** |4x Bolt of Wool, 16x Silver Bar, 4x Fire Essence |Workbench (T2) | -| **Thorium** |**+2.5%** |2x Sturdy Chitin, 16x Thorium Bar, 2x Venom Sac |Workbench (T2) | -| **Cobalt** |**+5.0%** |4x Shadoweave Scrap, 16x Cobalt Bar, 4x Ice Essence |Workbench (T2) | -| **Adamantite** |**+7.5%** |4x Red Crystal, 16x Adamantite Bar, 4x Fire Essence |Workbench (T3) | -| **Mithril** |**+10.0%** |4x Voidheart, 16x Mithril Bar, 4x Storm Leather |Workbench (T3) | -| **Onyxium** |**+12.5%** |1x Voidstone, 16x Onyxium Bar, 4x Storm Leather |Workbench (T3) | -| **Prisma** |**+15.0%** |1x Diamond, 16x Prisma Bar, 4x Storm Leather |Workbench (T3) | +| Copper (Fieldcrafting) |-5.0% |2x Fibre, 4x Copper Ore, 2x Stick |Fieldcraft | +| Copper |-5.0% |2x Fibre, 4x Copper Bar, 2x Stick |Workbench (T1) | +| Iron |0% |2x Linen Scrap, 8x Iron Bar, 2x Light Leather |Workbench (T1) | +| Gold |+1.0% |4x Bolt of Wool, 16x Gold Bar, 4x Fire Essence |Workbench (T2) | +| Silver |+1.0% |4x Bolt of Wool, 16x Silver Bar, 4x Fire Essence |Workbench (T2) | +| Thorium |+2.5% |2x Sturdy Chitin, 16x Thorium Bar, 2x Venom Sac |Workbench (T2) | +| Cobalt |+5.0% |4x Shadoweave Scrap, 16x Cobalt Bar, 4x Ice Essence |Workbench (T2) | +| Adamantite |+7.5% |4x Red Crystal, 16x Adamantite Bar, 4x Fire Essence |Workbench (T3) | +| Mithril |+10.0% |4x Voidheart, 16x Mithril Bar, 4x Storm Leather |Workbench (T3) | +| Onyxium |+12.5% |1x Voidstone, 16x Onyxium Bar, 4x Storm Leather |Workbench (T3) | +| Prisma |+15.0% |1x Diamond, 16x Prisma Bar, 4x Storm Leather |Workbench (T3) | *** -> **Design Note:** This mod is balanced for servers or playthroughs utilizing rare item variants, enchanted gear, or quality-based crafting (like Romna's) and therefore may not be appropriate for vanilla playthroughs. In these settings, preserving a high-stat item is often more valuable than crafting a new one. Consequently, high-tier recipes are intentionally expensive.

The intent is to give use to early game materials to maintain higer tier tools (i.e. using excess Gold/Iron/Thorium Ingots to craft Repair Kits to improve a Adamantite Pickaxe for example).
+> Design Note: This mod is balanced for servers or playthroughs utilizing rare item variants, enchanted gear, or quality-based crafting (like Romna's) and therefore may not be appropriate for vanilla playthroughs. In these settings, preserving a high-stat item is often more valuable than crafting a new one. Consequently, high-tier recipes are intentionally expensive.

The intent is to give use to early game materials to maintain higer tier tools (i.e. using excess Gold/Iron/Thorium Ingots to craft Repair Kits to improve a Adamantite Pickaxe for example).
***