diff options
-rw-r--r-- | db/craft_db.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 93cc3a1c1..8ae633a8b 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -644,13 +644,13 @@ craft_db: ( // Crafting System (ID 51~100, Flag 16) // 51~71 → Swords -// 72~76 → Bows -// 77~81 → Wands -// 82 → Reserved for guns +// 72~76 → Bows (ok) +// 77~81 → Wands (ok) +// 82 → Reserved for guns (ok) // 83~87 → Armor Chestplates // 88~92 → Armor Helmets // 93~97 → Shields -// 98, 99, 100 → Reserved for guns +// 98, 99, 100 → Reserved for guns (ok) ////////////////////////////////////////////////////////////////////////////// // Output PileOfAsh // Require 1x EverburnPowder to lit (maybe Sulphur?) @@ -1006,7 +1006,7 @@ craft_db: ( BoneArrow: 3 }, ) - Priority: 40 + Priority: 50 }, /****************************************************************************/ @@ -1380,7 +1380,7 @@ craft_db: ( PileOfAsh: 1 }, ) - Priority: 10 + Priority: 20 }, /****************************************************************************/ // 51~71 → Swords |