summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/craft_db.conf25
-rw-r--r--npc/items/recipes.txt3
2 files changed, 27 insertions, 1 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index dae57670..3f31581e 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1427,4 +1427,29 @@ Boots: 700 --> 799
}
Priority: 30
},
+{
+ Id: 704
+ Name: "CraftManaSlippers"
+ Flag: "CRAFT_TAILORING"
+ ReturnCode: "ManaSlippers"
+ SourceItems:
+ (
+ {
+ FluffyFur: 28
+ Pearl: 2
+ TortugaShell: 10
+ Knife: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ ManaSlippers: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 31
+},
)
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index a295ef70..eb004cb0 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -227,7 +227,8 @@ function read_tailoring {
showRecipe(LousyMoccasins,
Slippers,
CottonBoots,
- BanditBoots);
+ BanditBoots,
+ ManaSlippers);
return;
}