| Variable | Base.CannedEggplant |
|---|---|
| Type | Food |
| Catégorie | Food |
| Poids | 0.5 |
| Icône |
JamPurple
|
| Nom variable | CannedEggplant |
|---|---|
| Module | Base |
| Source | scripts\newitems.txt |
| Item PK | 5759 |
|---|---|
| Lignes | 2758 → 2773 |
| File ID | 1370 |
Icône affichée: un des objets requis pour fabriquer cette recette.
| Recipe | Mod | Category | Time | Result |
|---|---|---|---|---|
|
Make Jar of Eggplants
Base
|
KAVALASH_Custom | Cooking | 100 | CannedEggplant=1 |
|
Make Jar of Eggplants
Base
|
Vanilla | Cooking | 100 | CannedEggplant=1 |
Icône affichée: l'objet obtenu via la recette quand il est identifié.
| Recipe | Mod | Category | Time | Result |
|---|---|---|---|---|
|
Open Jar of Eggplants
Base
|
KAVALASH_Custom | Cooking | 30 | Eggplant=5 |
|
Open Jar of Eggplants
Base
|
Vanilla | Cooking | 30 | Eggplant=5 |
Toutes les propriétés extraites pour cet item.
| Key | Value (raw) | Num | Bool | JSON |
|---|---|---|---|---|
| DaysFresh | 60 | 60 | ||
| DaysTotallyRotten | 90 | 90 | ||
| DisplayCategory | Food | |||
| DisplayName | Jar of Eggplants | |||
| Icon | JamPurple | |||
| IsCookable | TRUE | 1 | 1 | |
| MinutesToBurn | 120 | 120 | ||
| MinutesToCook | 60 | 60 | ||
| OnCooked | CannedFood_OnCooked | |||
| StaticModel | CanClosed | |||
| Type | Food | |||
| Weight | 0.5 | 0.5 | ||
| WorldStaticModel | JarFoodEggplants_Ground |
item CannedEggplant
{
DisplayCategory = Food,
Type = Food,
DisplayName = Jar of Eggplants,
Icon = JamPurple,
Weight = 0.5,
DaysFresh = 60,
DaysTotallyRotten = 90,
OnCooked = CannedFood_OnCooked,
IsCookable = TRUE,
MinutesToBurn = 120,
MinutesToCook = 60,
StaticModel = CanClosed,
WorldStaticModel = JarFoodEggplants_Ground,
}