summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-10 14:46:56 -0400
committergumi <git@gumi.ca>2020-08-13 19:39:56 -0400
commit2ae337d01c43dbc24722dd3159f46b1031f97f98 (patch)
tree62fdf0bb319e0ecb4fbdbcd03686960d5b579e5d /db
parent0fe3a6fde2769b55b0019487d9939bf628c760b2 (diff)
downloadserverdata-2ae337d01c43dbc24722dd3159f46b1031f97f98.tar.gz
serverdata-2ae337d01c43dbc24722dd3159f46b1031f97f98.tar.bz2
serverdata-2ae337d01c43dbc24722dd3159f46b1031f97f98.tar.xz
serverdata-2ae337d01c43dbc24722dd3159f46b1031f97f98.zip
add the CreasedShirt recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'db')
-rw-r--r--db/craft_db.conf26
-rw-r--r--db/re/item_db.conf5
2 files changed, 31 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 6fbf0906..f13d1015 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -155,6 +155,32 @@ Boots: 700 --> 799
**** Valid <Flag> parameters: CRAFT_SMITHERY, CRAFT_TAILORING
*******************************************************************************/
+{
+ Id: 100
+ Name: "CraftCreasedShirt"
+ Flag: "CRAFT_TAILORING"
+ ReturnCode: 1300
+ SourceItems:
+ (
+ {
+ CottonCloth: 5
+ PiouFeathers: 15
+ RattoTail: 5
+ Knife: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ CreasedShirt: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 10
+},
+
/************************* LEG ARMOR (PANTS) ***********************************
********************************************************************************
**** Reserved range for <Id>: 200 --> 299
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index bf1ff82f..dfd26cbf 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -2255,6 +2255,11 @@ item_db: (
Weight: 2
Refine: false
},
+{
+ Id: 809
+ AegisName: "CottonCloth"
+ Name: "Cotton Cloth"
+},
// Necklaces
{
Id: 1000