diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-12-12 15:23:02 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-12-12 15:23:05 +0100 |
| commit | 6c9e1480978e839692fa73f7e28639c3f95a36ee (patch) | |
| tree | fa9abe65eb77ba9d4a87d1c6e65d2bff3bdbc071 /data/README.md | |
| parent | bddafa18ad005cd68a413355a2d7b1952eb71ee6 (diff) | |
| download | hurrycurry-6c9e1480978e839692fa73f7e28639c3f95a36ee.tar hurrycurry-6c9e1480978e839692fa73f7e28639c3f95a36ee.tar.bz2 hurrycurry-6c9e1480978e839692fa73f7e28639c3f95a36ee.tar.zst | |
Customizable customer spawn delay (close #522)
Diffstat (limited to 'data/README.md')
| -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. |