summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:35:47 -0400
committergumi <git@gumi.ca>2020-08-14 10:35:47 -0400
commit6ee1a982ad2aa4250692e4fe95d22e80417f4a67 (patch)
tree231bbb4fb9f8446ee58db50438f880c5c1775f95
parent85914ba9ce5b6fb838282a03bfa69ac3f088a6a9 (diff)
downloadserverdata-6ee1a982ad2aa4250692e4fe95d22e80417f4a67.tar.gz
serverdata-6ee1a982ad2aa4250692e4fe95d22e80417f4a67.tar.bz2
serverdata-6ee1a982ad2aa4250692e4fe95d22e80417f4a67.tar.xz
serverdata-6ee1a982ad2aa4250692e4fe95d22e80417f4a67.zip
add the BanditBoots 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 a3fb9618..dae57670 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1402,4 +1402,29 @@ Boots: 700 --> 799
}
Priority: 20
},
+{
+ Id: 703
+ Name: "CraftBanditBoots"
+ Flag: "CRAFT_TAILORING"
+ ReturnCode: "BanditBoots"
+ SourceItems:
+ (
+ {
+ CottonCloth: 20
+ RattoTail: 8
+ TortugaShell: 12
+ Knife: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ BanditBoots: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 30
+},
)
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index ace74f5a..a295ef70 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -226,7 +226,8 @@ function read_tailoring {
showRecipe(LousyMoccasins,
Slippers,
- CottonBoots);
+ CottonBoots,
+ BanditBoots);
return;
}