diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-17 05:28:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-17 05:28:58 -0300 |
commit | 25c44c3dfefb2e4391f57a9f13de5c01c55defcd (patch) | |
tree | d10dbd7baa03086b2a528b4ac059c12bf8ad5b2f | |
parent | 5b20ad4e85372a0c48e4ce321f225200a56fe75b (diff) | |
download | serverdata-25c44c3dfefb2e4391f57a9f13de5c01c55defcd.tar.gz serverdata-25c44c3dfefb2e4391f57a9f13de5c01c55defcd.tar.bz2 serverdata-25c44c3dfefb2e4391f57a9f13de5c01c55defcd.tar.xz serverdata-25c44c3dfefb2e4391f57a9f13de5c01c55defcd.zip |
Example crafting recipe, DO NOT USE ON LIVE
-rw-r--r-- | db/craft_db.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 589fd3a7..2d7da7c6 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -391,4 +391,31 @@ craft_db: ( } Priority: 10 }, +// Example recipe, incl for testing, do not use on live +{ + Id: 8 + Name: "CraftInfantryHelmet" + Flag: 4 + ReturnCode: 2906 + // InfantryHelmet + SourceItems: + ( + { + IronOre: 12 + Dagger: 3 + LachesisBrew: 2 + Moss: 1 + }, + ) + CreateItems: + ( + { + PileOfAsh: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 10 +}, ) |