diff options
author | gumi <git@gumi.ca> | 2020-08-14 10:10:45 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 10:10:45 -0400 |
commit | 96ec77b05c19b4f861ffc919fbddf2792ecf248d (patch) | |
tree | 202b699ab69ad89ef50821f36abd080685312206 /db | |
parent | eeca5e495792251ad4bbbbe29df15931343b0434 (diff) | |
download | serverdata-96ec77b05c19b4f861ffc919fbddf2792ecf248d.tar.gz serverdata-96ec77b05c19b4f861ffc919fbddf2792ecf248d.tar.bz2 serverdata-96ec77b05c19b4f861ffc919fbddf2792ecf248d.tar.xz serverdata-96ec77b05c19b4f861ffc919fbddf2792ecf248d.zip |
add the AssassinPants recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
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 6fe295ff..44a4fca1 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1019,6 +1019,31 @@ Boots: 700 --> 799 } Priority: 66 }, +{ + Id: 210 + Name: "CraftAssassinPants" + Flag: "CRAFT_SMITHERY" + ReturnCode: "AssassinPants" + SourceItems: + ( + { + RotoniumIngot: 5 + CottonCloth: 43 + Coal: 25 + Dagger: 1 + }, + ) + CreateItems: + ( + { + AssassinPants: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 71 +}, /****************************** GLOVES ***************************************** ******************************************************************************** |