add non-stealthy action/STRIKE for UNDETECTED state

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
main
Matthew Huntington 1 month ago
parent eaacbcba39
commit c4160befa6

@ -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: [
{

Loading…
Cancel
Save