Редактирование: Рецепты еды

Перейти к навигации Перейти к поиску

Внимание! Вы не авторизовались на сайте. Ваш IP-адрес будет публично видимым, если вы будете вносить любые правки. Если вы войдёте или создадите учётную запись, правки вместо этого будут связаны с вашим именем пользователя, а также у вас появятся другие преимущества.

Правка может быть отменена. Пожалуйста, просмотрите сравнение версий, чтобы убедиться, что это именно те изменения, которые вас интересуют, и нажмите «Записать страницу», чтобы ваша отмена правки была сохранена.
Текущая версия Ваш текст
Строка 1: Строка 1:
<pre lang="javascript">
+
<pre>
    "food": {
+
    "food": {
        "activated-carbon": {
 
            "Props": {
 
                "Energy": 5
 
            },
 
            "Lvl": 45,
 
            "Recipe": {
 
                "Skill": "Herbalism",
 
                "Equipment": "herbalist-table",
 
                "Tool": "hammer",
 
                "Lvl": 45,
 
                "Ingredients": {
 
                    "coal-powder": 2
 
                }
 
            }
 
        },
 
 
         "snowball": {
 
         "snowball": {
 
             "Props": {
 
             "Props": {
Строка 622: Строка 607:
 
             "Readiness": {"Max": 5},
 
             "Readiness": {"Max": 5},
 
             "Bakeinto": "baked-meat"
 
             "Bakeinto": "baked-meat"
        },
 
        "minced-meat": {
 
            "Props": {
 
                "Energy": 40
 
            },
 
            "Lvl": 5,
 
            "Recipe": {
 
                "Skill": "Cooking",
 
                "Lvl": 5,
 
                "Equipment": "meat-grinder",
 
                "Duration": 5,
 
                "Ingredients": {
 
                    "meat": 2
 
                }
 
            }
 
        },
 
        "intestines": {
 
            "Props": {
 
                "Energy": 10
 
            }
 
        },
 
        "bavarian-sausage": {
 
            "Props": {
 
                "Energy": 35,
 
                "Fat": 0.7,
 
                "Protein": 0.4
 
            },
 
            "Lvl": 40,
 
            "Recipe": {
 
                "Skill": "Cooking",
 
                "Lvl": 40,
 
                "Equipment": "meat-grinder",
 
                "Ingredients": {
 
                    "minced-meat": 2,
 
                    "intestines": 1,
 
                    "onion": 1
 
                }
 
            }
 
        },
 
        "english-breakfast": {
 
            "Props": {
 
                "Energy": 100,
 
                "Fat": 2.5,
 
                "Proteint": 0.7,
 
                "Carbohydrate": 1.2
 
            },
 
            "Lvl": 50,
 
            "Recipe": {
 
                "Skill": "Cooking",
 
                "Lvl": 50,
 
                "Equipment": "bonfire",
 
                "Tool": "frying-pan",
 
                "Ingredients": {
 
                    "bread-slice": 2,
 
                    "fried-egg": 2,
 
                    "baked-potato": 1,
 
                    "bavarian-sausage": 2,
 
                    "wheat-beer": 1
 
                }
 
            }
 
 
         },
 
         },
 
         "chicken-egg": {
 
         "chicken-egg": {
Строка 868: Строка 793:
 
                 }
 
                 }
 
             }
 
             }
        },
 
        "raw-bread": {
 
            "Bakeinto": "bread",
 
            "Readiness": {"Max": 17},
 
            "Lvl": 10,
 
            "Recipe": {
 
                "Skill": "Cooking",
 
                "Lvl": 10,
 
                "Liquid": {
 
                    "Type": "water",
 
                    "Volume": 10
 
                },
 
                "Ingredients": {
 
                    "flour": 3
 
                }
 
            }
 
        },
 
        "bread": {
 
            "Props": {
 
                "Energy": 75,
 
                "Carbohydrate": 0.5,
 
                "Slice": {
 
                    "Into": "bread-slice",
 
                    "Count": 6
 
                }
 
            }
 
        },
 
        "bread-slice": {
 
            "Props": {
 
                "Energy": 15,
 
                "Carbohydrate": 0.1
 
            }
 
        },
 
        "apple-jam": {
 
            "Props": {
 
                "Energy": 60,
 
                "Calcium": 0.1,
 
                "Magnesium": 0.08,
 
                "Carbohydrate": 0.5,
 
                "Slice": {
 
                    "Into": "apple-jam-portion",
 
                    "Count": 6
 
                }
 
            },
 
            "Lvl": 8,
 
            "Dishes": "clay-cup",
 
            "Recipe": {
 
                "Skill": "Cooking",
 
                "Lvl": 8,
 
                "Ingredients": {
 
                    "apple": 3,
 
                    "banana": 1,
 
                    "coconut": 1,
 
                    "clay-cup": 1
 
                }
 
            }
 
        },
 
        "apple-jam-portion": {
 
            "Props": {
 
                "Energy": 10,
 
                "Calcium": 0.02,
 
                "Magnesium": 0.01,
 
                "Carbohydrate": 0.1
 
            }
 
        },
 
        "apple-jam-toast": {
 
            "Props": {
 
                "Energy": 20,
 
                "Calcium": 0.02,
 
                "Magnesium": 0.05,
 
                "Carbohydrate": 0.2
 
            },
 
            "Lvl": 10,
 
            "Recipe": {
 
                "Skill": "Cooking",
 
                "Lvl": 10,
 
                "Ingredients": {
 
                    "apple-jam-portion": 1,
 
                    "bread-slice": 1
 
                }
 
            }
 
 
        },
 
        "raw-pizza": {
 
            "Bakeinto": "pizza",
 
            "Readiness": {"Max": 10},
 
            "Lvl": 15,
 
            "Recipe": {
 
                "Skill": "Cooking",
 
                "Lvl": 15,
 
                "Ingredients": {
 
                    "dough": 1,
 
                    "mutton": 1,
 
                    "meat": 1,
 
                    "onion": 1,
 
                    "mushroom": 1,
 
                    "pepper": 1
 
                }
 
            }
 
        },
 
        "pizza": {
 
            "Props": {
 
                "Energy": 50,
 
                "Protein": 0.3,
 
                "Fat": 0.15,
 
                "Magnesium": 0.2
 
            }
 
        },
 
        "saltwort": {
 
            "Props": {
 
                "Energy": 30,
 
                "Protein": 0.1,
 
                "Fat": 0.1
 
            },
 
            "Lvl": 20,
 
            "Dishes": "clay-plate",
 
            "Recipe": {
 
                "Skill": "Cooking",
 
                "Equipment": "bonfire",
 
                "Lvl": 20,
 
                "Liquid": {
 
                    "Type": "water",
 
                    "Volume": 10
 
                },
 
                "Ingredients": {
 
                    "onion": 1,
 
                    "mutton": 1,
 
                    "meat": 1,
 
                    "chicken-brisket": 1,
 
                    "pepper": 1,
 
                    "clay-plate": 1
 
                }
 
            }
 
        },
 
        "onion-soup": {
 
            "Props": {
 
                "Energy": 25,
 
                "Carbohydrate": 0.15,
 
                "Calcium": 0.05
 
            },
 
            "Lvl": 10,
 
            "Dishes": "clay-plate",
 
            "Recipe": {
 
                "Skill": "Cooking",
 
                "Equipment": "bonfire",
 
                "Lvl": 10,
 
                "Liquid": {
 
                    "Type": "water",
 
                    "Volume": 10
 
                },
 
                "Ingredients": {
 
                    "onion": 2,
 
                    "green-onion": 2,
 
                    "pepper": 1,
 
                    "clay-plate": 1
 
                }
 
            }
 
        },
 
        "vegetable-soup": {
 
            "Props": {
 
                "Energy": 25,
 
                "Carbohydrate": 0.15,
 
                "Calcium": 0.05,
 
                "Phosphorus": 0.1
 
            },
 
            "Lvl": 25,
 
            "Dishes": "clay-plate",
 
            "Recipe": {
 
                "Skill": "Cooking",
 
                "Equipment": "bonfire",
 
                "Lvl": 25,
 
                "Liquid": {
 
                    "Type": "water",
 
                    "Volume": 10
 
                },
 
                "Ingredients": {
 
                    "fried-vegetables": 1,
 
                    "turnip-slice": 1,
 
                    "pumpkin-slice": 1,
 
                    "clay-plate": 1
 
                }
 
            }
 
        },
 
        "pumpkin-soup": {
 
            "Props": {
 
                "Energy": 25,
 
                "Carbohydrate": 0.05,
 
                "Phosphorus": 0.05
 
            },
 
            "Lvl": 5,
 
            "Dishes": "clay-plate",
 
            "Recipe": {
 
                "Skill": "Cooking",
 
                "Equipment": "bonfire",
 
                "Lvl": 5,
 
                "Liquid": {
 
                    "Type": "water",
 
                    "Volume": 10
 
                },
 
                "Ingredients": {
 
                    "onion": 1,
 
                    "pumpkin-slice": 2,
 
                    "apple": 1,
 
                    "clay-plate": 1
 
                }
 
            }
 
        },
 
        "mushroom-essence": {
 
            "Props": {
 
                "Energy": 20,
 
                "Magnesium": 0.01
 
            },
 
            "Lvl": 15,
 
            "Recipe": {
 
                "Skill": "Herbalism",
 
                "Equipment": "bonfire",
 
                "Tool": "knife",
 
                "Lvl": 15,
 
                "Ingredients": {
 
                    "mushroom": 3,
 
                    "beer-bottle": 1
 
                }
 
            }
 
        },
 
        "raw-s-pill": {
 
            "Bakeinto": "s-pill",
 
            "Readiness": {"Max": 2},
 
            "Lvl": 40,
 
            "Recipe": {
 
                "Skill": "Herbalism",
 
                "Equipment": "millstone",
 
                "Lvl": 40,
 
                "Ingredients": {
 
                    "mushroom-essence": 1,
 
                    "weed": 3
 
                }
 
            }
 
        },
 
        "s-pill": {
 
            "Props": {
 
                "Gain": {
 
                    "Strength": -1
 
                }
 
            },
 
            "Lvl": 40
 
        },
 
        "raw-v-pill": {
 
            "Bakeinto": "v-pill",
 
            "Readiness": {"Max": 2},
 
            "Lvl": 40,
 
            "Recipe": {
 
                "Skill": "Herbalism",
 
                "Equipment": "millstone",
 
                "Lvl": 40,
 
                "Ingredients": {
 
                    "mushroom-essence": 1,
 
                    "tobacco": 3
 
                }
 
            }
 
        },
 
        "v-pill": {
 
            "Props": {
 
                "Gain": {
 
                    "Vitality": -1
 
                }
 
            },
 
            "Lvl": 40
 
        },
 
        "raw-d-pill": {
 
            "Bakeinto": "d-pill",
 
            "Readiness": {"Max": 2},
 
            "Lvl": 40,
 
            "Recipe": {
 
                "Skill": "Herbalism",
 
                "Equipment": "millstone",
 
                "Lvl": 40,
 
                "Ingredients": {
 
                    "mushroom-essence": 1,
 
                    "bone": 2,
 
                    "twig": 1
 
                }
 
            }
 
        },
 
        "d-pill": {
 
            "Props": {
 
                "Gain": {
 
                    "Dexterity": -1
 
                }
 
            },
 
            "Lvl": 40
 
        },
 
        "raw-i-pill": {
 
            "Bakeinto": "i-pill",
 
            "Readiness": {"Max": 2},
 
            "Lvl": 40,
 
            "Recipe": {
 
                "Skill": "Herbalism",
 
                "Equipment": "millstone",
 
                "Lvl": 40,
 
                "Ingredients": {
 
                    "mushroom-essence": 1,
 
                    "tobacco": 1,
 
                    "weed": 1,
 
                    "pepper": 1
 
                }
 
            }
 
        },
 
        "i-pill": {
 
            "Props": {
 
                "Gain": {
 
                    "Intellect": -1
 
                }
 
            },
 
            "Lvl": 40
 
        },
 
        "raw-p-pill": {
 
            "Bakeinto": "p-pill",
 
            "Readiness": {"Max": 2},
 
            "Lvl": 40,
 
            "Recipe": {
 
                "Skill": "Herbalism",
 
                "Equipment": "millstone",
 
                "Lvl": 40,
 
                "Ingredients": {
 
                    "mushroom-essence": 1,
 
                    "wheat-beer": 1,
 
                    "flour": 1
 
                }
 
            }
 
        },
 
        "p-pill": {
 
            "Props": {
 
                "Gain": {
 
                    "Perception": -1
 
                }
 
            },
 
            "Lvl": 40
 
        },
 
        "raw-w-pill": {
 
            "Bakeinto": "w-pill",
 
            "Readiness": {"Max": 2},
 
            "Lvl": 40,
 
            "Recipe": {
 
                "Skill": "Herbalism",
 
                "Equipment": "millstone",
 
                "Lvl": 40,
 
                "Ingredients": {
 
                    "mushroom-essence": 1,
 
                    "mushroom": 3
 
                }
 
            }
 
        },
 
        "w-pill": {
 
            "Props": {
 
                "Gain": {
 
                    "Wisdom": -1
 
                }
 
            },
 
            "Lvl": 40
 
 
         }
 
         }
 
     },
 
     },
 
</pre>
 
</pre>

Пожалуйста, учтите, что любой ваш вклад в проект «Rogalia wiki» может быть отредактирован или удалён другими участниками. Если вы не хотите, чтобы кто-либо изменял ваши тексты, не помещайте их сюда.
Вы также подтверждаете, что являетесь автором вносимых дополнений, или скопировали их из источника, допускающего свободное распространение и изменение своего содержимого (см. Rogalia wiki:Авторские права). НЕ РАЗМЕЩАЙТЕ БЕЗ РАЗРЕШЕНИЯ ОХРАНЯЕМЫЕ АВТОРСКИМ ПРАВОМ МАТЕРИАЛЫ!