code/__DEFINES/food.dm 
FOOD_FLAGS | A list of food type names, in order of their flags |
---|---|
FOOD_FLAGS_IC | IC meaning (more or less) for food flags |
PODPERSON_ORGAN_FOODTYPES | Food types assigned to all podperson organs |
DISLIKED_FOOD_QUALITY_CHANGE | Food quality change according to species diet |
TOXIC_FOOD_QUALITY_THRESHOLD | Threshold for food to give a toxic reaction |
FOOD_QUALITY_DANGEROUS | Food is dangerous to consume |
FOOD_IN_CONTAINER | Food is "in a container", not in a code sense, but in a literal sense (canned foods) |
FOOD_FINGER_FOOD | Finger food can be eaten while walking / running around |
FOOD_NO_EXAMINE | Examining this edible won't show infos on food types, bites and remote tasting etc. |
FOOD_NO_BITECOUNT | This food item doesn't track bitecounts, use responsibly. |
FOOD_AFTER_EAT_CONSUME_ANYWAY | Define for return value of the after_eat callback that will call OnConsume if it hasn't already. |
FOOD_TRASH_POPABLE | Food trash flags |
FOOD_LIKED | Food preference enums |
VENUE_BAR_MINIMUM_REAGENTS | Venue reagent requirement |
FOOD_PRICE_WORTHLESS | Food price classes Foods that are meant to have no value, such as lollypops from medborgs. |
FOOD_PRICE_TRASH | cheap and quick foods, like those from vending machines. |
FOOD_PRICE_CHEAP | In line with prices of cheap snacks and foods you find in vending machine, practically disposable. |
FOOD_PRICE_NORMAL | Half a crate of profit, selling 4 of these lets you buy a kitchen crate from cargo. |
FOOD_PRICE_EXOTIC | Making one of these should be worth the time investment, solid chunk of profit. |
FOOD_PRICE_LEGENDARY | Large windfall for making something from this list. |
DRINK_PRICE_STOCK | Drink price classes Drinks that are only limited by a single click of the dispenser. |
DRINK_PRICE_EASY | Drinks that are made through very basic processing. |
DRINK_PRICE_MEDIUM | Drinks that are made through more basic processing, or multiple steps. |
DRINK_PRICE_HIGH | Drinks that are made through rare ingredients, or high levels of processing. |
ICE_CREAM_VANILLA | Flavour defines (also names) for GLOB.ice_cream_flavours list access. Safer from mispelling than plain text. |
WATER_BOILING_POINT | Point water boils at |
SOUP_BURN_TEMP | Point at which soups begin to burn at |
SOUP_SERVING_SIZE | Serving size of soup. Plus or minus five units. |
MILK_TO_BUTTER_COEFF | How much milk is needed to make butter on a reagent grinder |
Define Details
DISLIKED_FOOD_QUALITY_CHANGE 
Food quality change according to species diet
DRINK_PRICE_EASY 
Drinks that are made through very basic processing.
DRINK_PRICE_HIGH 
Drinks that are made through rare ingredients, or high levels of processing.
DRINK_PRICE_MEDIUM 
Drinks that are made through more basic processing, or multiple steps.
DRINK_PRICE_STOCK 
Drink price classes Drinks that are only limited by a single click of the dispenser.
FOOD_AFTER_EAT_CONSUME_ANYWAY 
Define for return value of the after_eat callback that will call OnConsume if it hasn't already.
FOOD_FINGER_FOOD 
Finger food can be eaten while walking / running around
FOOD_FLAGS 
A list of food type names, in order of their flags
FOOD_FLAGS_IC 
IC meaning (more or less) for food flags
FOOD_IN_CONTAINER 
Food is "in a container", not in a code sense, but in a literal sense (canned foods)
FOOD_LIKED 
Food preference enums
FOOD_NO_BITECOUNT 
This food item doesn't track bitecounts, use responsibly.
FOOD_NO_EXAMINE 
Examining this edible won't show infos on food types, bites and remote tasting etc.
FOOD_PRICE_CHEAP 
In line with prices of cheap snacks and foods you find in vending machine, practically disposable.
FOOD_PRICE_EXOTIC 
Making one of these should be worth the time investment, solid chunk of profit.
FOOD_PRICE_LEGENDARY 
Large windfall for making something from this list.
FOOD_PRICE_NORMAL 
Half a crate of profit, selling 4 of these lets you buy a kitchen crate from cargo.
FOOD_PRICE_TRASH 
cheap and quick foods, like those from vending machines.
FOOD_PRICE_WORTHLESS 
Food price classes Foods that are meant to have no value, such as lollypops from medborgs.
FOOD_QUALITY_DANGEROUS 
Food is dangerous to consume
FOOD_TRASH_POPABLE 
Food trash flags
ICE_CREAM_VANILLA 
Flavour defines (also names) for GLOB.ice_cream_flavours list access. Safer from mispelling than plain text.
MILK_TO_BUTTER_COEFF 
How much milk is needed to make butter on a reagent grinder
PODPERSON_ORGAN_FOODTYPES 
Food types assigned to all podperson organs
SOUP_BURN_TEMP 
Point at which soups begin to burn at
SOUP_SERVING_SIZE 
Serving size of soup. Plus or minus five units.
TOXIC_FOOD_QUALITY_THRESHOLD 
Threshold for food to give a toxic reaction
VENUE_BAR_MINIMUM_REAGENTS 
Venue reagent requirement
WATER_BOILING_POINT 
Point water boils at