diff options
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r-- | db/craft_db.conf | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 759814dc4..93cc3a1c1 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -883,6 +883,143 @@ craft_db: ( // 98, 99, 100 → Reserved for guns ////////////////////////////////////////////////////////////////////////////// { + Id: 72 + Name: "CraftShortBow" + Flag: 16 + ReturnCode: 6002 + // ShortBow + SourceItems: + ( + { + WoodenLog: 18 + Root: 12 + LeatherPatch: 3 + CommonCarp: 1 + }, + + ) + CreateItems: + ( + { + RawLog: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 73 + Name: "CraftForestBow" + Flag: 16 + ReturnCode: 6003 + // ForestBow + SourceItems: + ( + { + WoodenLog: 24 + Root: 16 + LeatherPatch: 5 + CommonCarp: 3 + }, + ) + CreateItems: + ( + { + RawLog: 1 + }, + ) + Priority: 20 +}, +/****************************************************************************/ +{ + Id: 74 + Name: "CraftElficBow" + Flag: 16 + ReturnCode: 6004 + // ElficBow + SourceItems: + ( + { + WoodenLog: 33 + Root: 22 + IronIngot: 1 + CommonCarp: 4 + }, + ) + CreateItems: + ( + { + RawLog: 1 + }, + ) + Priority: 30 +}, +/****************************************************************************/ +{ + Id: 75 + Name: "CraftChampionshipBow" + Flag: 16 + ReturnCode: 6005 + // ChampionshipBow + SourceItems: + ( + { + WoodenLog: 48 + Root: 32 + GoldIngot: 1 + CommonCarp: 5 + }, + ) + CreateItems: + ( + { + RawLog: 1 + }, + ) + Priority: 40 +}, +/****************************************************************************/ +{ + Id: 76 + Name: "CraftBansheeBow" + Flag: 16 + ReturnCode: 6006 + // BansheeBow + SourceItems: + ( + { + WoodenLog: 70 + Root: 45 + DarkCrystal: 5 + CommonCarp: 5 + }, + ) + CreateItems: + ( + { + BoneArrow: 1 + }, + { + BoneArrow: 2 + }, + { + BoneArrow: 3 + }, + ) + Priority: 40 +}, +/****************************************************************************/ + +// 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: 77 Name: "CraftTrainingWand" Flag: 16 |