summaryrefslogtreecommitdiff
path: root/db/craft_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-23 03:18:42 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-23 03:18:42 -0300
commita224ac0fd384f2be9d1a8e419c66d78361b68dd9 (patch)
tree172306e7c6242f1caa782427b1c3c048efc39a97 /db/craft_db.conf
parent9403f8e8af2b21d6e26ed6a0d73484a4494f2c12 (diff)
downloadserverdata-a224ac0fd384f2be9d1a8e419c66d78361b68dd9.tar.gz
serverdata-a224ac0fd384f2be9d1a8e419c66d78361b68dd9.tar.bz2
serverdata-a224ac0fd384f2be9d1a8e419c66d78361b68dd9.tar.xz
serverdata-a224ac0fd384f2be9d1a8e419c66d78361b68dd9.zip
Move cooking reserve from ID 0~20 to ID 200~250.
Allocate these IDs to Alchemy.
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r--db/craft_db.conf32
1 files changed, 17 insertions, 15 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index d4f9b4d10..a9bba8aa1 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -54,11 +54,9 @@ craft_db: (
},
******************************************************************************/
-// Cooking System (ID 0~20, Flag 4)
-//////////////////////////////////////////////////////////////////////////////
-/****************************************************************************/
+// ID 0 reserved as failsafe - even if it is valid
-// Alchemy System (ID 21~50, Flag 8)
+// Alchemy System (ID 1~50, Flag 8)
//////////////////////////////////////////////////////////////////////////////
{
Id: 21
@@ -733,7 +731,7 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 132~140 → Pants
-// 141+ → WIP
+// 141~199 → WIP
//////////////////////////////////////////////////////////////////////////////
// Output PileOfAsh
// Require 1x EverburnPowder to lit (maybe Sulphur?)
@@ -1205,7 +1203,7 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 132~140 → Pants
-// 141+ → WIP
+// 141~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 72
@@ -1374,7 +1372,7 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 132~140 → Pants
-// 141+ → WIP
+// 141~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 77
@@ -1568,7 +1566,7 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 132~140 → Pants
-// 141+ → WIP
+// 141~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 82
@@ -1710,7 +1708,7 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 132~140 → Pants
-// 141+ → WIP
+// 141~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 93
@@ -2027,7 +2025,7 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 132~140 → Pants
-// 141+ → WIP
+// 141~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 83
@@ -2227,7 +2225,7 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 132~140 → Pants
-// 141+ → WIP
+// 141~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 101
@@ -2291,7 +2289,7 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 132~140 → Pants
-// 141+ → WIP
+// 141~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 103
@@ -2662,7 +2660,7 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 132~140 → Pants
-// 141+ → WIP
+// 141~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 115
@@ -2769,7 +2767,7 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 132~140 → Pants
-// 141+ → WIP
+// 141~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 122
@@ -3127,7 +3125,7 @@ craft_db: (
// 122~124 → Special
// 125~134 → Chest Armors
// 134~140 → Pants
-// 141+ → WIP
+// 141~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 135
@@ -3399,4 +3397,8 @@ craft_db: (
Priority: 80
},
/****************************************************************************/
+
+// Cooking System (ID 200~250, Flag 4)
+//////////////////////////////////////////////////////////////////////////////
+/****************************************************************************/
)