From b4b46364d7d383f241385e44e34e16cd122c9942 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Tue, 24 Feb 2026 19:18:24 -0500 Subject: [PATCH] capitalize Strike --- perception.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perception.html b/perception.html index a5fef1a..4291dc6 100644 --- a/perception.html +++ b/perception.html @@ -236,7 +236,7 @@ flowchart LR HID --> SNEAK HID -->|"Non-stealthy action - or Strike"| OBS + or STRIKE"| OBS HID -->|"STEP with cover / concealment"| HID HID -->|"Unobtrusive action @@ -263,7 +263,7 @@ flowchart LR
  • 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).
  • +
  • A STRIKE from a hidden or undetected position makes you Observed after the attack (target now knows your location).
  • An Invisible creature that critically fails a Sneak roll becomes Hidden rather than Observed, since it cannot be seen.
  • AVOID NOTICE (Exploration): Roll Stealth to start an encounter Hidden or Undetected rather than Observed.
  • @@ -511,7 +511,7 @@ flowchart TD }, { id: 'nonstealthy', - name: 'Non-stealthy action / Strike', + name: 'Non-stealthy action / STRIKE', hint: 'Attack, cast a spell, or act openly', needsRoll: false, newState: 'OBSERVED',