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.conf245
1 files changed, 244 insertions, 1 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 3a15a948..806e0bf6 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -18,7 +18,7 @@ craft_db: (
},
...
)
- CreateItems: ( // items what will be creted in crafting
+ CreateItems: ( // items what will be created in crafting
{
Name: amount
...
@@ -154,6 +154,249 @@ Boots: 700 --> 799
}
Priority: 10
},
+{
+ Id: 3
+ Name: "CraftSailorStew"
+ Flag: "CRAFT_COOKING"
+ SourceItems:
+ (
+ {
+ CommonCarp: 3
+ Carrot: 3
+ Manana: 3
+ RoastedAcorn: 5
+ },
+ {
+ GrassCarp: 1
+ Carrot: 3
+ Manana: 3
+ RoastedAcorn: 5
+ },
+ )
+ CreateItems:
+ (
+ {
+ SailorStew: 1
+ },
+ )
+ DeleteItems: {
+ EmptyBowl: 1
+ }
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 10
+},
+{
+ Id: 4
+ Name: "CraftSquirrelStew"
+ Flag: "CRAFT_COOKING"
+ SourceItems:
+ (
+ {
+ SquirrelMeat: 2
+ Carrot: 2
+ Manana: 4
+ RoastedAcorn: 5
+ },
+ )
+ CreateItems:
+ (
+ {
+ SquirrelStew: 1
+ },
+ )
+ DeleteItems: {
+ EmptyBowl: 1
+ }
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 10
+},
+{
+ Id: 5
+ Name: "CraftMoubooStew"
+ Flag: "CRAFT_COOKING"
+ SourceItems:
+ (
+ {
+ MoubooSteak: 1
+ Carrot: 4
+ Manana: 2
+ RoastedAcorn: 5
+ },
+ )
+ CreateItems:
+ (
+ {
+ MoubooStew: 1
+ },
+ )
+ DeleteItems: {
+ EmptyBowl: 1
+ }
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 10
+},
+{
+ Id: 6
+ Name: "CraftSeafoodPlate"
+ Flag: "CRAFT_COOKING"
+ SourceItems:
+ (
+ {
+ CommonCarp: 2
+ Salmon: 1
+ UrchinMeat: 2
+ Moss: 5
+ },
+ {
+ GrassCarp: 1
+ Tuna: 1
+ Tentacles: 3
+ Moss: 5
+ },
+ )
+ CreateItems:
+ (
+ {
+ SeafoodPlate: 1
+ },
+ )
+ DeleteItems: {
+ EmptyPlate: 1
+ }
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 10
+},
+{
+ Id: 7
+ Name: "CraftBarbecuePlate"
+ Flag: "CRAFT_COOKING"
+ SourceItems:
+ (
+ {
+ CommonCarp: 1
+ MoubooSteak: 1
+ SquirrelMeat: 2
+ Carrot: 2
+ },
+ )
+ CreateItems:
+ (
+ {
+ BarbecuePlate: 1
+ },
+ )
+ DeleteItems: {
+ EmptyPlate: 1
+ }
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 10
+},
+{
+ Id: 8
+ Name: "CraftVeggiePlate"
+ Flag: "CRAFT_COOKING"
+ SourceItems:
+ (
+ {
+ RoastedAcorn: 3
+ Carrot: 3
+ Manana: 3
+ Piberries: 5
+ },
+ )
+ CreateItems:
+ (
+ {
+ VeggiePlate: 1
+ },
+ )
+ DeleteItems: {
+ EmptyPlate: 1
+ }
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 10
+},
+{
+ Id: 9
+ Name: "CraftDonut"
+ Flag: "CRAFT_COOKING"
+ SourceItems:
+ (
+ {
+ AcornFlour: 3
+ MoubooMilk: 1
+ ChocolateBar: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ Donut: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 10
+},
+{
+ Id: 10
+ Name: "CraftBlueberryCake"
+ Flag: "CRAFT_COOKING"
+ SourceItems:
+ (
+ {
+ AcornFlour: 4
+ MoubooMilk: 1
+ Blueberries: 3
+ },
+ )
+ CreateItems:
+ (
+ {
+ BlueberryCake: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 10
+},
+{
+ Id: 11
+ Name: "CraftCarrotCake"
+ Flag: "CRAFT_COOKING"
+ SourceItems:
+ (
+ {
+ AcornFlour: 5
+ MoubooMilk: 1
+ Carrot: 2
+ },
+ )
+ CreateItems:
+ (
+ {
+ CarrotCake: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 10
+},
/************************ CHEST ARMOR (SHIRTS) *********************************
********************************************************************************