From 81289ee4373fb076a4c12d3ec044b748c9f4a22d Mon Sep 17 00:00:00 2001 From: Ashley N Date: Mon, 4 Sep 2023 18:48:06 +0000 Subject: [PATCH] Update Design Doc: `level` tool --- Design-Doc%3A-%60level%60-tool.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Design-Doc%3A-%60level%60-tool.md b/Design-Doc%3A-%60level%60-tool.md index 35b3653..ad5c071 100644 --- a/Design-Doc%3A-%60level%60-tool.md +++ b/Design-Doc%3A-%60level%60-tool.md @@ -23,12 +23,8 @@ This is provided on the command line via `--map-config-file`. The Map TOML prima ### Example ```toml [components] -drop_character = 1 -prowl = 2 -lock_door = 3 -unlock_door = 4 -injure = 5 -die = 6 +player = 0 +health = 1 [characters] stinkhead = 1