summaryrefslogtreecommitdiff
path: root/db/craft_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r--db/craft_db.conf71
1 files changed, 71 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index d357ea0c3..f39efd359 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1119,6 +1119,76 @@ craft_db: (
// 98, 99, 100 → Reserved for guns
//////////////////////////////////////////////////////////////////////////////
{
+ Id: 93
+ Name: "CraftWoodenShield"
+ Flag: 16
+ ReturnCode: 2710
+ //WoodenShield
+ SourceItems:
+ (
+ {
+ WoodenLog: 40
+ LeatherPatch: 2
+ SharpKnife: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ RawLog: 1
+ },
+ {
+ RustyKnife: 1
+ RawLog: 1
+ },
+ {
+ RustyKnife: 1
+ },
+ )
+ Priority: 10
+},
+/****************************************************************************/
+{
+ Id: 94
+ Name: "CraftBladeShield"
+ Flag: 16
+ ReturnCode: 2702
+ //BladeShield
+ SourceItems:
+ (
+ {
+ IronIngot: 14
+ TitaniumIngot: 2
+ Coal: 5
+ EverburnPowder: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ TitaniumIngot: 1
+ },
+ {
+ TitaniumIngot: 1
+ IronIngot: 1
+ },
+ {
+ IronIngot: 1
+ },
+ )
+ Priority: 10
+},
+/****************************************************************************/
+// 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: 101
Name: "CraftGoldenRing"
Flag: 16
@@ -1141,5 +1211,6 @@ craft_db: (
)
Priority: 10
},
+/****************************************************************************/
)