diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/craft_db.conf | 199 |
1 files changed, 199 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index ca6882ad2..1144756ee 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -192,6 +192,205 @@ craft_db: ( }, /****************************************************************************/ { + Id: 6 + Name: "CraftBrokenWarpCrystal" + Flag: 8 + SourceItems: + ( + { + Wurtzite: 5 + BlackMambaSkin: 10 + }, + ) + CreateItems: + ( + { + BrokenWarpCrystal: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 7 + Name: "CraftHomunResetPotion" + Flag: 8 + SourceItems: + ( + { + Curshroom: 10 + Manapple: 1 + }, + ) + CreateItems: + ( + { + HomunResetPotion: 1 + }, + { + HomunResetPotion: 1 + }, + { + HomunResetPotion: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 8 + Name: "CraftMagicApple" + Flag: 8 + SourceItems: + ( + { + Manapple: 1 + DivineApple: 1 + }, + ) + CreateItems: + ( + { + MagicApple: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 9 + Name: "CraftInsuranceContract" + Flag: 8 + SourceItems: + ( + { + Quill: 1 + ReedBundle: 5 + }, + ) + CreateItems: + ( + { + InsuranceContract: 2 + }, + { + InsuranceContract: 2 + }, + { + InsuranceContract: 3 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 10 + Name: "CraftInsurance" + Flag: 8 + SourceItems: + ( + { + Quill: 1 + DeathPotion: 1 + }, + ) + CreateItems: + ( + { + Insurance: 2 + }, + { + Insurance: 2 + }, + { + Insurance: 3 + }, + { + Insurance: 4 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 11 + Name: "CraftSmokeGrenade" + Flag: 8 + SourceItems: + ( + { + CactusPotion: 3 + Coal: 2 + }, + ) + CreateItems: + ( + { + SmokeGrenade: 3 + }, + { + SmokeGrenade: 3 + }, + { + SmokeGrenade: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 12 + Name: "CraftScentGrenade" + Flag: 8 + SourceItems: + ( + { + CactusPotion: 3 + Moss: 9 + }, + ) + CreateItems: + ( + { + ScentGrenade: 3 + }, + { + ScentGrenade: 3 + }, + { + ScentGrenade: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 13 + Name: "CraftGrenade" + Flag: 8 + SourceItems: + ( + { + CactusPotion: 3 + SulfurPowder: 7 + }, + ) + CreateItems: + ( + { + Grenade: 3 + }, + { + Grenade: 3 + }, + { + Grenade: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ Id: 21 Name: "CraftHastePotion" Flag: 8 |