diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/README.md b/data/README.md index 86a9fe7a..9f7bbca1 100644 --- a/data/README.md +++ b/data/README.md @@ -31,3 +31,13 @@ lookup-table below. Properties are parsed like command-line argument. Tile properties of any specific tile should generally be the same across all maps. For example crates should always be exclusive. + +## Entities + +An incomplete list of entities. + +- `!customers` + - `spawn_cooldown`: Minimum delay between spawning new customers in seconds. + The actual time is randomized in range min..min*2. + - `scaling_factor`: Maximum number of customers to be spawned per chair. If + the limit is not reached, new ones are spawned regularly. |