From 6c9e1480978e839692fa73f7e28639c3f95a36ee Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 12 Dec 2025 15:23:02 +0100 Subject: Customizable customer spawn delay (close #522) --- data/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'data') 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. -- cgit v1.3