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 67c9a9e2..7f3415fa 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -794,6 +794,31 @@ Boots: 700 --> 799
}
Priority: 10
},
+{
+ Id: 201
+ Name: "CraftCottonSkirt"
+ Flag: "CRAFT_TAILORING"
+ ReturnCode: "CottonSkirt"
+ SourceItems:
+ (
+ {
+ CottonCloth: 15
+ PiouFeathers: 5
+ Moss: 10
+ Knife: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ CottonSkirt: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 20
+},
/****************************** GLOVES *****************************************
********************************************************************************
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index 28d78548..ee4990ff 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -179,7 +179,8 @@ function read_tailoring {
mesf(".:: %s ::.", l("Leg Armor"));
mes();
- showRecipe(CreasedShorts);
+ showRecipe(CreasedShorts,
+ CottonSkirt);
return;
}