summaryrefslogtreecommitdiff
path: root/db/craft_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r--db/craft_db.conf262
1 files changed, 262 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 0c1b1869e..b098336f1 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -4403,5 +4403,267 @@ craft_db: (
// Cooking System (ID 200~250, Flag 4)
//////////////////////////////////////////////////////////////////////////////
+{
+ Id: 200
+ Name: "CraftPepperoniPizza"
+ Flag: 4
+ ReturnCode: 2300
+ SourceItems:
+ (
+ {
+ TortugaTongue: 1
+ Bread: 1
+ Cheese: 1
+ Tomato: 1
+ Fungus: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ HalfEggshell: 1
+ },
+ )
+ Priority: 10
+},
+/****************************************************************************/
+{
+ Id: 201
+ Name: "CraftCaramelApple"
+ Flag: 4
+ ReturnCode: 2301
+ SourceItems:
+ (
+ {
+ RedApple: 1
+ Honey: 1
+ HardSpike: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ HalfEggshell: 1
+ },
+ )
+ Priority: 10
+},
+/****************************************************************************/
+{
+ Id: 202
+ Name: "CraftCarpSandwich"
+ Flag: 4
+ ReturnCode: 2302
+ SourceItems:
+ (
+ {
+ GrassCarp: 1
+ Bread: 1
+ Cheese: 1
+ LettuceLeaf: 1
+ Root: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ HalfEggshell: 1
+ },
+ )
+ Priority: 10
+},
+/****************************************************************************/
+{
+ Id: 203
+ Name: "CraftShellSandwich"
+ Flag: 4
+ ReturnCode: 2303
+ SourceItems:
+ (
+ {
+ TortugaShellFragment: 1
+ Bread: 1
+ Cheese: 1
+ LettuceLeaf: 1
+ Root: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ HalfEggshell: 1
+ },
+ )
+ Priority: 10
+},
+/****************************************************************************/
+{
+ Id: 204
+ Name: "CraftChickenSandwich"
+ Flag: 4
+ ReturnCode: 2304
+ SourceItems:
+ (
+ {
+ ChickenLeg: 1
+ Bread: 1
+ Cheese: 1
+ LettuceLeaf: 1
+ Root: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ HalfEggshell: 1
+ },
+ )
+ Priority: 10
+},
+/****************************************************************************/
+{
+ Id: 205
+ Name: "CraftSushi"
+ Flag: 4
+ ReturnCode: 2305
+ SourceItems:
+ (
+ {
+ Trout: 1
+ CommonCarp: 1
+ GrassCarp: 1
+ Roach: 1
+ Tench: 1
+ Aquada: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ HalfEggshell: 1
+ },
+ )
+ Priority: 10
+},
+/****************************************************************************/
+{
+ Id: 206
+ Name: "CraftSteakAndEggs"
+ Flag: 4
+ ReturnCode: 2306
+ SourceItems:
+ (
+ {
+ MoubooSteak: 2
+ BlackMambaEgg: 2
+ SmallMushroom: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ HalfEggshell: 1
+ },
+ )
+ Priority: 10
+},
+/****************************************************************************/
+{
+ Id: 207
+ Name: "CraftFruitSalad"
+ Flag: 4
+ ReturnCode: 2307
+ SourceItems:
+ (
+ {
+ Manana: 1
+ RedApple: 1
+ Orange: 1
+ Pear: 1
+ NPCEyes: 1
+ NPCEyes: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ HalfEggshell: 1
+ },
+ )
+ Priority: 10
+},
+/****************************************************************************/
+{
+ Id: 208
+ Name: "CraftPoisonedDish"
+ Flag: 4
+ ReturnCode: 2308
+ SourceItems:
+ (
+ {
+ BatWing: 1
+ Moss: 1
+ PurpleBlobime: 1
+ PinkBlobime: 1
+ SeaDrops: 1
+ ChocolateBiscuit: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ HalfEggshell: 1
+ },
+ )
+ Priority: 10
+},
+/****************************************************************************/
+{
+ Id: 209
+ Name: "CraftZombieNachos"
+ Flag: 4
+ ReturnCode: 2309
+ SourceItems:
+ (
+ {
+ Cheese: 1
+ GambogeHerb: 1
+ Flour: 1
+ Dragonfruit: 1
+ SkullBloodyMug: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ HalfEggshell: 1
+ },
+ )
+ Priority: 10
+},
+/****************************************************************************/
+{
+ Id: 210
+ Name: "CraftPancake"
+ Flag: 4
+ ReturnCode: 2310
+ SourceItems:
+ (
+ {
+ MountainSnakeEgg: 1
+ Flour: 1
+ Milk: 1
+ Cheese: 1
+ Curshroom: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ HalfEggshell: 1
+ },
+ )
+ Priority: 10
+},
/****************************************************************************/
)