From f4d7b795396dd9109eddf6c9388e497325d4298a Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Fri, 20 Feb 2026 19:13:32 -0500 Subject: [PATCH] fix incorrect Hide-from-undetected edge in stealth flowchart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HIDE only rolls against creatures currently observing you; if already hidden or undetected, you retain that condition. Remove the erroneous UNDETECTED → HIDE → HIDDEN transition and update the rules note. Co-Authored-By: Claude Sonnet 4.6 --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 1b1bae5..eb625d7 100644 --- a/index.html +++ b/index.html @@ -397,7 +397,6 @@ flowchart LR (not invisible)"| OBS UND -->|"SNEAK ✓ Success"| UND - UND -->|"HIDE ✓ Success"| HID UND -->|"Speak or make loud noise"| OBS @@ -410,7 +409,7 @@ flowchart LR

Key Rules

    -
  • HIDE requires that you have cover or concealment from the target. You can’t hide in the open.
  • +
  • HIDE only rolls against creatures that are currently observing you. If a creature already considers you hidden or undetected, you simply retain that condition — HIDE does not improve your state from undetected.
  • SNEAK requires cover or concealment at both the start and end of your movement. You move up to half your Speed.
  • Taking any non-unobtrusive action while hidden immediately makes you Observed.
  • A Strike from a hidden or undetected position makes you Observed after the attack (target now knows your location).