summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:39:40 -0400
committergumi <git@gumi.ca>2020-08-14 10:39:40 -0400
commit3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5 (patch)
treed1461317a700b344a84bf7963b13fcbea9f58b54
parent377ae403b4bf0725065912c93791c218acffa659 (diff)
downloadserverdata-3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5.tar.gz
serverdata-3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5.tar.bz2
serverdata-3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5.tar.xz
serverdata-3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5.zip
add the LeatherBoots 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 d77bfb84..dcd01351 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1477,4 +1477,29 @@ Boots: 700 --> 799
}
Priority: 40
},
+{
+ Id: 706
+ Name: "CraftLeatherBoots"
+ Flag: "CRAFT_TAILORING"
+ ReturnCode: "LeatherBoots"
+ SourceItems:
+ (
+ {
+ LeatherPatch: 40
+ RattoTail: 16
+ TortugaShell: 22
+ SharpKnife: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ LeatherBoots: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 50
+},
)
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index 889924bc..339173db 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -229,7 +229,8 @@ function read_tailoring {
CottonBoots,
BanditBoots,
ManaSlippers,
- SquirrelBoots);
+ SquirrelBoots,
+ LeatherBoots);
return;
}