summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-04 12:45:51 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-04 12:45:51 -0300
commit019b49ed02c84b988e54ee6af0414e58ab844d13 (patch)
treefc51d7df29c15f8c65b739a970c76a35e1411b69
parent1a5f3d0cca83abdabf7d4674725ffd22ec897535 (diff)
downloadserverdata-019b49ed02c84b988e54ee6af0414e58ab844d13.tar.gz
serverdata-019b49ed02c84b988e54ee6af0414e58ab844d13.tar.bz2
serverdata-019b49ed02c84b988e54ee6af0414e58ab844d13.tar.xz
serverdata-019b49ed02c84b988e54ee6af0414e58ab844d13.zip
Crafting Wands may now return you a [Quill]
-rw-r--r--db/craft_db.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 210df4055..dd1ee65f6 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1340,6 +1340,12 @@ craft_db: (
{
PileOfAsh: 1
},
+ {
+ PileOfAsh: 1
+ },
+ {
+ Quill: 1
+ },
)
Priority: 10
},
@@ -1371,6 +1377,9 @@ craft_db: (
{
PileOfAsh: 2
},
+ {
+ Quill: 1
+ },
)
Priority: 20
},
@@ -1402,6 +1411,9 @@ craft_db: (
{
PileOfAsh: 3
},
+ {
+ Quill: 1
+ },
)
Priority: 30
},
@@ -1434,6 +1446,10 @@ craft_db: (
{
PileOfAsh: 4
},
+ {
+ Quill: 1
+ PileOfAsh: 1
+ },
)
Priority: 40
},
@@ -1466,6 +1482,10 @@ craft_db: (
{
PileOfAsh: 4
},
+ {
+ Quill: 1
+ PileOfAsh: 2
+ },
)
Priority: 50
},