diff options
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r-- | db/craft_db.conf | 82 |
1 files changed, 69 insertions, 13 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 3320b1a61..0c1b1869e 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1403,7 +1403,9 @@ craft_db: ( // 122~124 → Special // 125~132 → Chest Armors // 135~144 → Pants -// 145~199 → WIP +// 145~150 → Boots + +// 151~199 → WIP ////////////////////////////////////////////////////////////////////////////// // Output PileOfAsh // Require 1x EverburnPowder to lit (maybe Sulphur?) @@ -1875,7 +1877,9 @@ craft_db: ( // 122~124 → Special // 125~132 → Chest Armors // 135~144 → Pants -// 145~199 → WIP +// 145~150 → Boots + +// 151~199 → WIP ////////////////////////////////////////////////////////////////////////////// { Id: 72 @@ -2044,7 +2048,9 @@ craft_db: ( // 122~124 → Special // 125~132 → Chest Armors // 135~144 → Pants -// 145~199 → WIP +// 145~150 → Boots + +// 151~199 → WIP ////////////////////////////////////////////////////////////////////////////// { Id: 77 @@ -2238,7 +2244,9 @@ craft_db: ( // 122~124 → Special // 125~132 → Chest Armors // 135~144 → Pants -// 145~199 → WIP +// 145~150 → Boots + +// 151~199 → WIP ////////////////////////////////////////////////////////////////////////////// { Id: 82 @@ -2380,7 +2388,9 @@ craft_db: ( // 122~124 → Special // 125~132 → Chest Armors // 135~144 → Pants -// 145~199 → WIP +// 145~150 → Boots + +// 151~199 → WIP ////////////////////////////////////////////////////////////////////////////// { Id: 93 @@ -2697,7 +2707,9 @@ craft_db: ( // 122~124 → Special // 125~132 → Chest Armors // 135~144 → Pants -// 145~199 → WIP +// 145~150 → Boots + +// 151~199 → WIP ////////////////////////////////////////////////////////////////////////////// { Id: 83 @@ -2897,7 +2909,9 @@ craft_db: ( // 122~124 → Special // 125~132 → Chest Armors // 135~144 → Pants -// 145~199 → WIP +// 145~150 → Boots + +// 151~199 → WIP ////////////////////////////////////////////////////////////////////////////// { Id: 101 @@ -2961,7 +2975,9 @@ craft_db: ( // 122~124 → Special // 125~132 → Chest Armors // 135~144 → Pants -// 145~199 → WIP +// 145~150 → Boots + +// 151~199 → WIP ////////////////////////////////////////////////////////////////////////////// { Id: 103 @@ -3332,7 +3348,9 @@ craft_db: ( // 122~124 → Special // 125~132 → Chest Armors // 135~144 → Pants -// 145~199 → WIP +// 145~150 → Boots + +// 151~199 → WIP ////////////////////////////////////////////////////////////////////////////// { Id: 115 @@ -3439,7 +3457,9 @@ craft_db: ( // 122~124 → Special // 125~132 → Chest Armors // 135~144 → Pants -// 145~199 → WIP +// 145~150 → Boots + +// 151~199 → WIP ////////////////////////////////////////////////////////////////////////////// { Id: 122 @@ -3528,7 +3548,9 @@ craft_db: ( // 122~124 → Special // 125~132 → Chest Armors // 135~144 → Pants -// 145~199 → WIP +// 145~150 → Boots + +// 151~199 → WIP ////////////////////////////////////////////////////////////////////////////// { Id: 125 @@ -3845,7 +3867,9 @@ craft_db: ( // 122~124 → Special // 125~134 → Chest Armors // 135~144 → Pants -// 145~199 → WIP +// 145~150 → Boots + +// 151~199 → WIP ////////////////////////////////////////////////////////////////////////////// { Id: 135 @@ -4162,7 +4186,9 @@ craft_db: ( // 122~124 → Special // 125~134 → Chest Armors // 135~144 → Pants -// 145~199 → WIP +// 145~150 → Boots + +// 151~199 → WIP ////////////////////////////////////////////////////////////////////////////// { Id: 145 @@ -4344,6 +4370,36 @@ craft_db: ( Priority: 90 }, /****************************************************************************/ +{ + Id: 151 + Name: "CraftSaviorGloves" + Flag: 16 + ReturnCode: 2017 + //SaviorGloves + SourceItems: + ( + { + IridiumIngot: 1 + PlatinumIngot: 1 + MylarinDust: 3 + EarthPowder: 1 + }, + ) + CreateItems: + ( + { + WhiteFur: 1 + }, + { + WhiteFur: 2 + }, + { + WhiteFur: 1 + }, + ) + Priority: 50 +}, +/****************************************************************************/ // Cooking System (ID 200~250, Flag 4) ////////////////////////////////////////////////////////////////////////////// |