Update Design Doc: `level` tool
parent
141b5d078e
commit
81289ee437
|
@ -23,12 +23,8 @@ This is provided on the command line via `--map-config-file`. The Map TOML prima
|
||||||
### Example
|
### Example
|
||||||
```toml
|
```toml
|
||||||
[components]
|
[components]
|
||||||
drop_character = 1
|
player = 0
|
||||||
prowl = 2
|
health = 1
|
||||||
lock_door = 3
|
|
||||||
unlock_door = 4
|
|
||||||
injure = 5
|
|
||||||
die = 6
|
|
||||||
|
|
||||||
[characters]
|
[characters]
|
||||||
stinkhead = 1
|
stinkhead = 1
|
||||||
|
|
Loading…
Reference in New Issue