diff options
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r-- | db/craft_db.conf | 20 |
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 }, |