From b8c90886ef1f3afb8d908aac89028bd177836cae Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 9 Jul 2026 16:09:35 -0400 Subject: feat(admin): multi-select with shift+drag for common bulk operations --- building_guide/quests.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'building_guide/quests.md') diff --git a/building_guide/quests.md b/building_guide/quests.md index ff04118..2c0cbac 100644 --- a/building_guide/quests.md +++ b/building_guide/quests.md @@ -7,6 +7,8 @@ name: "Elder" unique: true protected: true +idle_descriptions: + - "mutters about the rat infestation" talk: nodes: start: @@ -41,19 +43,6 @@ talk: heal: 10 options: - text: "\"Thanks!\"" -combat: - kind: combat - aggressive: false - attack_types: [crush] - respawn_ticks: 30 - stats: - attack: 1 - strength: 1 - defense: 1 - hp: 20 - speed: 5 -idle_descriptions: - - "mutters about the rat infestation" ``` Talk configs are inline on the mob under the `talk:` key. No separate behavior file needed. -- cgit v1.2.3