summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 09:52:30 -0400
committergumi <git@gumi.ca>2020-08-14 09:52:30 -0400
commitf1d4cd3092a7d00afca49cbd58a089dfcdda8cfc (patch)
treeea47f60a929c548707c442c7f2764008e961c542 /db
parent3aca184b671c8654a4571b1742cdec6bd1ad19a6 (diff)
downloadserverdata-f1d4cd3092a7d00afca49cbd58a089dfcdda8cfc.tar.gz
serverdata-f1d4cd3092a7d00afca49cbd58a089dfcdda8cfc.tar.bz2
serverdata-f1d4cd3092a7d00afca49cbd58a089dfcdda8cfc.tar.xz
serverdata-f1d4cd3092a7d00afca49cbd58a089dfcdda8cfc.zip
add the CottonSkirt recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'db')
-rw-r--r--db/craft_db.conf25
1 files changed, 25 insertions, 0 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 *****************************************
********************************************************************************