diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/craft_db.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index e12f703f..29c0c0b2 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -919,6 +919,31 @@ Boots: 700 --> 799 } Priority: 41 }, +{ + Id: 206 + Name: "CraftJeansChaps" + Flag: "CRAFT_TAILORING" + ReturnCode: "JeansChaps" + SourceItems: + ( + { + SnakeSkin: 40 + LeatherPatch: 25 + SnakeScale: 10 + Knife: 1 + }, + ) + CreateItems: + ( + { + JeansChaps: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 49 +}, /****************************** GLOVES ***************************************** ******************************************************************************** |