diff options
author | gumi <git@gumi.ca> | 2020-08-13 21:27:24 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-13 21:27:24 -0400 |
commit | 8dd725a3abd8085a589924eda702bea84f2a6b24 (patch) | |
tree | 27495246e5ccb4845f9cdd55057c0929ec064a58 /db | |
parent | c5a739092766c06c5b19e033c681c8dc814cd898 (diff) | |
download | serverdata-8dd725a3abd8085a589924eda702bea84f2a6b24.tar.gz serverdata-8dd725a3abd8085a589924eda702bea84f2a6b24.tar.bz2 serverdata-8dd725a3abd8085a589924eda702bea84f2a6b24.tar.xz serverdata-8dd725a3abd8085a589924eda702bea84f2a6b24.zip |
add SquirrelPelt and the PeltJacket recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'db')
-rw-r--r-- | db/craft_db.conf | 25 | ||||
-rw-r--r-- | db/re/item_db.conf | 6 |
2 files changed, 31 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 7c4f4f38..47975199 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -405,6 +405,31 @@ Boots: 700 --> 799 } Priority: 41 }, +{ + Id: 110 + Name: "CraftPeltJacket" + Flag: "CRAFT_TAILORING" + ReturnCode: 1319 + SourceItems: + ( + { + SquirrelPelt: 25 + LeatherPatch: 10 + Moss: 15 + SharpKnife: 1 + }, + ) + CreateItems: + ( + { + PeltJacket: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 42 +}, /************************* LEG ARMOR (PANTS) *********************************** ******************************************************************************** diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 67d47fd2..da83e537 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2265,6 +2265,12 @@ item_db: ( AegisName: "LeatherPatch" Name: "Leather Patch" }, +{ + Id: 812 + AegisName: "SquirrelPelt" + Name: "Squirrel Pelt" +}, + // Necklaces { |