# DarkRP Food Generator

Add a food item for hungermod, with the energy it restores and its price. Hungermod is off by default.

- Platform: Garry's Mod
- Canonical page: https://devtoolsgg.com/gmod/darkrp-food
- Writes to: Paste into addons/darkrpmodification/lua/darkrp_customthings/food.lua

## Options

### Food item

- `name` Name (required). Shown in the F4 food tab.
- `model` Model (required). The .mdl of the food prop.
- `energy` Energy restored (required). How much hunger eating it removes. DarkRP's own food ranges from 10 to 20.
- `price` Price (required). Cost of one item.
- `requiresCook` Cooks only. Only jobs marked as cook may buy it.

## How to cite

DarkRP Food Generator, devtoolsgg.com. https://devtoolsgg.com/gmod/darkrp-food
