From c4160befa6533255780064043a2b1b55f7500a32 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Tue, 24 Feb 2026 19:39:43 -0500 Subject: [PATCH] add non-stealthy action/STRIKE for UNDETECTED state Co-Authored-By: Claude Sonnet 4.6 --- perception.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/perception.html b/perception.html index 2de066c..c00aa7e 100644 --- a/perception.html +++ b/perception.html @@ -567,6 +567,14 @@ flowchart TD newState: 'OBSERVED', msg: 'Sound reveals your location. You are now observed.', }, + { + id: 'nonstealthy', + name: 'Non-stealthy action / STRIKE', + hint: 'Attack, cast a spell, or act openly', + needsRoll: false, + newState: 'OBSERVED', + msg: 'Acting openly reveals your position. You are now observed.', + }, ], UNNOTICED: [ {