From 019b49ed02c84b988e54ee6af0414e58ab844d13 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 4 Sep 2019 12:45:51 -0300 Subject: Crafting Wands may now return you a [Quill] --- db/craft_db.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 }, -- cgit v1.2.3-60-g2f50