summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:31:53 -0400
committergumi <git@gumi.ca>2020-08-14 10:31:53 -0400
commit892170939a8a9fe34e280cdafcd3f3b17d38ba53 (patch)
tree2233a10a097865f250782daead1129857d1b2c1a /db
parent22c46a967fc34ea48856ed1d7354622563125048 (diff)
downloadserverdata-892170939a8a9fe34e280cdafcd3f3b17d38ba53.tar.gz
serverdata-892170939a8a9fe34e280cdafcd3f3b17d38ba53.tar.bz2
serverdata-892170939a8a9fe34e280cdafcd3f3b17d38ba53.tar.xz
serverdata-892170939a8a9fe34e280cdafcd3f3b17d38ba53.zip
add the LousyMoccasins recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'db')
-rw-r--r--db/craft_db.conf51
1 files changed, 51 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 03551031..f4f59da0 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1277,6 +1277,31 @@ Boots: 700 --> 799
}
Priority: 67
},
+{
+ Id: 311
+ Name: "CraftAssassinGloves"
+ Flag: "CRAFT_TAILORING"
+ ReturnCode: "AssassinGloves"
+ SourceItems:
+ (
+ {
+ RotoniumIngot: 3
+ CottonCloth: 30
+ Coal: 20
+ Dagger: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ AssassinGloves: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 71
+},
/************************** WEAPONS & TOOLS ************************************
********************************************************************************
@@ -1301,4 +1326,30 @@ Boots: 700 --> 799
**** Reserved range for <Id>: 700 --> 799
**** Valid <Flag> parameters: CRAFT_SMITHERY, CRAFT_TAILORING
*******************************************************************************/
+
+{
+ Id: 700
+ Name: "CraftLousyMoccasins"
+ Flag: "CRAFT_TAILORING"
+ ReturnCode: "LousyMoccasins"
+ SourceItems:
+ (
+ {
+ PiouFeathers: 26
+ RattoTail: 4
+ Moss: 10
+ Knife: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ LousyMoccasins: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 10
+},
)