More actions
Corn Flour
Properties
Capacity
10 units
Technical
Tags
Item ID
Base.Cornflour
A corn flour is a non-perishable food item used in cooking.
Usage
Corn flour can be used in various cooking recipes.
Crafting
- Main article: Cooking
What it can make
Location
The loot distributions can be found in the table(s) below.
Cornflour distributionShow / Hide
Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.
Building/Room | Container | Effective chance |
---|---|---|
Chef | crate | 76.71% |
Chef | crate | 41.46% |
Chef | crate | 23.67% |
Chef | metal_shelves | 76.71% |
Chef | metal_shelves | 41.46% |
Chef | metal_shelves | 23.67% |
deepfry_kitchen | counter | 41.46% |
deepfry_kitchen | counter | 23.67% |
deepfry_kitchen | crate | 76.71% |
deepfry_kitchen | crate | 41.46% |
deepfry_kitchen | crate | 23.67% |
deepfry_kitchen | metal_shelves | 76.71% |
deepfry_kitchen | metal_shelves | 41.46% |
deepfry_kitchen | metal_shelves | 23.67% |
fishchipskitchen | counter | 41.46% |
fishchipskitchen | counter | 23.67% |
fishchipskitchen | crate | 76.71% |
fishchipskitchen | crate | 41.46% |
fishchipskitchen | crate | 23.67% |
fishchipskitchen | metal_shelves | 76.71% |
fishchipskitchen | metal_shelves | 41.46% |
fishchipskitchen | metal_shelves | 23.67% |
jayschicken_kitchen | counter | 41.46% |
jayschicken_kitchen | counter | 23.67% |
jayschicken_kitchen | metal_shelves | 76.71% |
jayschicken_kitchen | metal_shelves | 41.46% |
jayschicken_kitchen | metal_shelves | 23.67% |
kitchen | counter | 6.74% |
kitchen | overhead | 6.74% |
mexicankitchen | counter | 41.46% |
mexicankitchen | counter | 23.67% |
seafoodkitchen | counter | 41.46% |
seafoodkitchen | counter | 23.67% |
westernkitchen | counter | 41.46% |
westernkitchen | counter | 23.67% |
westernkitchen | crate | 76.71% |
westernkitchen | crate | 41.46% |
westernkitchen | crate | 23.67% |
westernkitchen | metal_shelves | 76.71% |
westernkitchen | metal_shelves | 41.46% |
westernkitchen | metal_shelves | 23.67% |
Corn flour can be found in kitchen counters.
Trivia
History
Base.Cornflour
Version | Description |
---|---|
Build 41.72 | Item tag added with value Flour . |
Build 41.69 | DisplayCategory changed from Cooking to Food . |
Build 41.65 | DisplayCategory added with value Cooking .Type changed from Normal to Drainable .UseDelta added with value 0.1 .UseWhileEquipped added with value FALSE .Weight changed from 0.3 to 1 .WorldStaticModel changed from Cornflour to Cornflour_Ground . |
Build 41.51 | WorldStaticModel added with value Cornflour . |
Build 34.23 | DisplayName changed from Corn flour to Corn Flour . |
Build 26 | Released on this version. |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\scripts\newitems.txt
item Cornflour
{
DisplayCategory = Food,
Weight = 1,
Type = Drainable,
UseWhileEquipped = FALSE,
UseDelta = 0.1,
DisplayName = Corn Flour,
Icon = Cornflour,
WorldStaticModel = Cornflour_Ground,
Tags = Flour,
}