diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-08 13:30:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-08 13:30:29 -0300 |
commit | e2e7b2389f7a135e511f549109a9eeae20608700 (patch) | |
tree | 13581abe7787f2cc05fcbd27a194076115bb6fd8 /db/craft_db.conf | |
parent | 425c3025fa4b82585f732998474d54ddc96def67 (diff) | |
download | serverdata-e2e7b2389f7a135e511f549109a9eeae20608700.tar.gz serverdata-e2e7b2389f7a135e511f549109a9eeae20608700.tar.bz2 serverdata-e2e7b2389f7a135e511f549109a9eeae20608700.tar.xz serverdata-e2e7b2389f7a135e511f549109a9eeae20608700.zip |
Blueprint Recipe for Revolvers and reorder weapons
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r-- | db/craft_db.conf | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index fe6979185..3d73ad295 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -975,5 +975,45 @@ craft_db: ( Priority: 50 }, /****************************************************************************/ +// 51~71 → Swords +// 72~76 → Bows +// 77~81 → Wands +// 82 → Reserved for guns +// 83~87 → Armor Chestplates +// 88~92 → Armor Helmets +// 93~97 → Shields +// 98, 99, 100 → Reserved for guns +////////////////////////////////////////////////////////////////////////////// +{ + Id: 82 + Name: "CraftPynRevolver" + Flag: 16 + ReturnCode: 6040 + //PynRevolver + SourceItems: + ( + { + LeadIngot: 4 + TitaniumIngot: 5 + Coal: 11 + EverburnPowder: 1 + }, + ) + CreateItems: + ( + { + PileOfAsh: 1 + }, + { + PileOfAsh: 1 + LeadOre: 1 + }, + { + PileOfAsh: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ ) |