From 06cea08513a4d12918728f12189c83eb5ef2d747 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 8 Jun 2019 13:37:45 -0300 Subject: Add the remaining Pyndragon's weapons --- db/craft_db.conf | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) (limited to 'db/craft_db.conf') diff --git a/db/craft_db.conf b/db/craft_db.conf index 3d73ad295..1bc10d9e6 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1015,5 +1015,99 @@ craft_db: ( Priority: 10 }, /****************************************************************************/ +// We don't care for order here. You noticed. +{ + Id: 98 + Name: "CraftPynRifle" + Flag: 16 + ReturnCode: 6010 + //PynRifle + SourceItems: + ( + { + LeadIngot: 6 + TitaniumIngot: 7 + Coal: 14 + EverburnPowder: 1 + }, + ) + CreateItems: + ( + { + PileOfAsh: 1 + }, + { + PileOfAsh: 1 + LeadOre: 1 + }, + { + PileOfAsh: 2 + }, + ) + Priority: 20 +}, +/****************************************************************************/ +{ + Id: 99 + Name: "CraftPynGatling" + Flag: 16 + ReturnCode: 6020 + //PynGatling + SourceItems: + ( + { + LeadIngot: 7 + TitaniumIngot: 7 + Coal: 14 + EverburnPowder: 1 + }, + ) + CreateItems: + ( + { + PileOfAsh: 1 + }, + { + PileOfAsh: 1 + LeadOre: 1 + }, + { + PileOfAsh: 2 + }, + ) + Priority: 30 +}, +/****************************************************************************/ +{ + Id: 100 + Name: "CraftPynShotgun" + Flag: 16 + ReturnCode: 6030 + //PynShotgun + SourceItems: + ( + { + LeadIngot: 9 + TitaniumIngot: 10 + Coal: 16 + EverburnPowder: 1 + }, + ) + CreateItems: + ( + { + PileOfAsh: 2 + }, + { + PileOfAsh: 1 + LeadOre: 1 + }, + { + PileOfAsh: 3 + }, + ) + Priority: 20 +}, +/****************************************************************************/ ) -- cgit v1.2.3-60-g2f50