summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 09:53:42 -0400
committergumi <git@gumi.ca>2020-08-14 09:53:42 -0400
commit02846457744bf6c8473e05ced6092c0cf82c1b76 (patch)
treea2ca370a5722b86ad3e997a24a78b445b5daa9c6
parentf1d4cd3092a7d00afca49cbd58a089dfcdda8cfc (diff)
downloadserverdata-02846457744bf6c8473e05ced6092c0cf82c1b76.tar.gz
serverdata-02846457744bf6c8473e05ced6092c0cf82c1b76.tar.bz2
serverdata-02846457744bf6c8473e05ced6092c0cf82c1b76.tar.xz
serverdata-02846457744bf6c8473e05ced6092c0cf82c1b76.zip
add the PirateShorts recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
-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 7f3415fa..592d7174 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -819,6 +819,31 @@ Boots: 700 --> 799
}
Priority: 20
},
+{
+ Id: 202
+ Name: "CraftPirateShorts"
+ Flag: "CRAFT_TAILORING"
+ ReturnCode: "PirateShorts"
+ SourceItems:
+ (
+ {
+ CottonCloth: 20
+ LeatherPatch: 10
+ Coal: 10
+ Knife: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ PirateShorts: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 25
+},
/****************************** GLOVES *****************************************
********************************************************************************
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index ee4990ff..7e409ba7 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -180,7 +180,8 @@ function read_tailoring {
mes();
showRecipe(CreasedShorts,
- CottonSkirt);
+ CottonSkirt,
+ PirateShorts);
return;
}