| Variable | Base.OmeletteRecipe |
|---|---|
| Type | Food |
| Catégorie | Food |
| Poids | 0.5 |
| Icône |
PanFull
|
| Nom variable | OmeletteRecipe |
|---|---|
| Module | Base |
| Source | scripts\items_food.txt |
| Item PK | 5111 |
|---|---|
| Lignes | 7611 → 7635 |
| File ID | 1361 |
Icône affichée: un des objets requis pour fabriquer cette recette.
| Recipe | Mod | Category | Time | Result |
|---|---|---|---|---|
|
Prepare Omelette
Base
|
KAVALASH_Custom | Cooking | 20 | OmeletteRecipe=1 |
|
Prepare Omelette
Base
|
Vanilla | Cooking | 20 | OmeletteRecipe=1 |
Icône affichée: l'objet obtenu via la recette quand il est identifié.
| Recipe | Mod | Category | Time | Result |
|---|---|---|---|---|
|
Empty Frying Pan
Base
|
KAVALASH_Custom | Cooking | 40 | Pan=1 |
|
Make 2 Plate of Omelette
ServingPlates
|
KAVALASH_ServingPlates | Cooking | 160 | PlateOmelette=2 |
|
Make 4 Plate of Omelette
ServingPlates
|
KAVALASH_ServingPlates | Cooking | 160 | PlateOmelette=4 |
|
Empty Frying Pan
Base
|
Vanilla | Cooking | 40 | Pan=1 |
Toutes les propriétés extraites pour cet item.
| Key | Value (raw) | Num | Bool | JSON |
|---|---|---|---|---|
| BadInMicrowave | true | 1 | 1 | |
| Calories | 123 | 123 | ||
| Carbohydrates | 2 | 2 | ||
| DangerousUncooked | true | 1 | 1 | |
| DaysFresh | 3 | 3 | ||
| DaysTotallyRotten | 6 | 6 | ||
| DisplayCategory | Food | |||
| DisplayName | Omelette | |||
| EvolvedRecipe | Sandwich:14|Cooked;Sandwich Baguette:14|Cooked;Burger:14|Cooked;Burrito:14|Cooked;Taco:7|Cooked | |||
| FoodType | Egg | |||
| HungerChange | -14 | -14 | ||
| Icon | PanFull | |||
| IsCookable | true | 1 | 1 | |
| Lipids | 8.33 | 8.33 | ||
| MinutesToBurn | 30 | 30 | ||
| MinutesToCook | 10 | 10 | ||
| Proteins | 11 | 11 | ||
| ReplaceOnUse | Pan | |||
| Tags | HasMetal | |||
| Type | Food | |||
| Weight | 0.5 | 0.5 | ||
| WorldStaticModel | EggOmlette_Ground |
item OmeletteRecipe
{
DisplayName = Omelette,
DisplayCategory = Food,
Type = Food,
Weight = 0.5,
Icon = PanFull,
EvolvedRecipe = Sandwich:14|Cooked;Sandwich Baguette:14|Cooked;Burger:14|Cooked;Burrito:14|Cooked;Taco:7|Cooked,
FoodType = Egg,
BadInMicrowave = true,
DangerousUncooked = true,
IsCookable = true,
ReplaceOnUse = Pan,
MinutesToCook = 10,
MinutesToBurn = 30,
DaysFresh = 3,
DaysTotallyRotten = 6,
HungerChange = -14,
Calories = 123,
Carbohydrates = 2,
Lipids = 8.33,
Proteins = 11,
WorldStaticModel = EggOmlette_Ground,
Tags = HasMetal,
}