From 09d325dcf5e779eab5550d3fd3377bde50101428 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 8 Jul 2026 19:59:14 -0400 Subject: feat: unify on use, on look, and on kill. all support same conditions/actions now. --- building_guide/admin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'building_guide/admin.md') diff --git a/building_guide/admin.md b/building_guide/admin.md index af2184c..d66aabe 100644 --- a/building_guide/admin.md +++ b/building_guide/admin.md @@ -251,8 +251,8 @@ the game server and is configured in `config.yaml` under `admin_http` (plain HTT |------|-----|-------------| | Map | `/` | Interactive SVG map showing rooms on a 3D grid. Zoom/pan, click rooms to edit, create/delete rooms and exits, relink exits. Up/down links shown alongside horizontal connections. | | Items | `/editor/items` | Full CRUD editor with sections for equipment (type/slot/attack/defense/other), tool, craft (type/level/XP/ingredients/stations/tool/steps), firemaking, farming, potions, and requirements. Undo/redo supported. | -| Objects | `/editor/objects` | CRUD editor with sections for gather (tools/drops/success formula), use (message/wait/consumes), talk (visual talk tree editor), safespot, steal, use_interactions, and on_look. | -| Mobs | `/editor/mobs` | CRUD for mob definitions — stats, drops, talk, behavior, assassin/steal/task fields. | +| Objects | `/editor/objects` | CRUD editor with sections for gather (tools/drops/success formula), use (message/wait/consumes), talk (visual talk tree editor), safespot, steal, on_use (interactions — see Effects help in-card), on_look (interactions, same row UI), and the raw-file editor covers on_use/on_look + on_kill on mobs. | +| Mobs | `/editor/mobs` | CRUD for mob definitions — stats, drops, talk, shop, behavior, assassin/steal/task fields, plus on_kill interaction cards. | | Drops | `/editor/drops` | CRUD for shared drop tables (gem tables, bird's nests, etc.). | | Hazards | `/editor/hazards` | CRUD for hazard definitions. | | Techs | `/editor/techs` | CRUD for technology definitions (buffs, drain rates, categories). | -- cgit v1.2.3