| Variable | Base.RicePot |
|---|---|
| Type | Food |
| Catégorie | Food |
| Poids | 3 |
| Icône |
PotFull
|
| Nom variable | RicePot |
|---|---|
| Module | Base |
| Source | scripts\items_food.txt |
| Item PK | 4978 |
|---|---|
| Lignes | 4942 → 4966 |
| File ID | 1361 |
Icône affichée: un des objets requis pour fabriquer cette recette.
Icône affichée: l'objet obtenu via la recette quand il est identifié.
| Recipe | Mod | Category | Time | Result |
|---|---|---|---|---|
|
Make 2 Bowls of Rice
Base
|
KAVALASH_Custom | Cooking | 80 | RiceBowl=2 |
|
Make 4 Bowls of Rice
Base
|
KAVALASH_Custom | Cooking | 80 | RiceBowl=4 |
|
Make 2 Bowls of Rice
Base
|
Vanilla | Cooking | 80 | RiceBowl=2 |
|
Make 4 Bowls of Rice
Base
|
Vanilla | Cooking | 80 | RiceBowl=4 |
Toutes les propriétés extraites pour cet item.
| Key | Value (raw) | Num | Bool | JSON |
|---|---|---|---|---|
| BadInMicrowave | true | 1 | 1 | |
| Calories | 720 | 720 | ||
| Carbohydrates | 0 | 0 | ||
| CookingSound | BoilingFood | |||
| DaysFresh | 4 | 4 | ||
| DaysTotallyRotten | 7 | 7 | ||
| DisplayCategory | Food | |||
| DisplayName | Rice | |||
| GoodHot | true | 1 | 1 | |
| Icon | PotFull | |||
| IsCookable | true | 1 | 1 | |
| Lipids | 48 | 48 | ||
| MinutesToBurn | 50 | 50 | ||
| MinutesToCook | 20 | 20 | ||
| Proteins | 78 | 78 | ||
| ReplaceOnUse | Pot | |||
| StaticModel | CookingPot | |||
| Tags | HasMetal | |||
| Type | Food | |||
| UnhappyChange | 20 | 20 | ||
| Weight | 3 | 3 | ||
| WorldStaticModel | CookingPotRice_Ground |
item RicePot
{
DisplayName = Rice,
DisplayCategory = Food,
Type = Food,
Weight = 3,
Icon = PotFull,
BadInMicrowave = true,
CookingSound = BoilingFood,
GoodHot = true,
IsCookable = true,
ReplaceOnUse = Pot,
MinutesToCook = 20,
MinutesToBurn = 50,
DaysFresh = 4,
DaysTotallyRotten = 7,
UnhappyChange = 20,
Calories = 720,
Carbohydrates = 0,
Lipids = 48,
Proteins = 78,
StaticModel = CookingPot,
WorldStaticModel = CookingPotRice_Ground,
Tags = HasMetal,
}