{{!-- ApplicationV2 template for Sneak Action Preview Dialog Updated to support new enhanced sneak features Updated: row-timer-toggle button support --}}
{{sneaker.actionLabel}}
{{#if isEndOfTurnDialog}}Your Sneaky/Very Sneaky feat allowed chaining multiple sneaks this turn. These are the final position checks for observers who passed their Perception rolls.
| {{localize "PF2E_VISIONER.UI.TOKEN"}} | {{localize "PF2E_VISIONER.UI.NAME"}} | {{localize "PF2E_VISIONER.UI.START_POS"}} |
{{localize "PF2E_VISIONER.UI.END_POS"}} / |
{{localize "PF2E_VISIONER.UI.COVER_BONUS"}} | {{localize "PF2E_VISIONER.UI.STEALTH_VS_PERCEPTION"}} | {{localize "PF2E_VISIONER.UI.ROLL_OUTCOME"}} | {{localize "PF2E_VISIONER.UI.VISIBILITY_CHANGE"}} | {{localize "PF2E_VISIONER.UI.ACTIONS"}} |
|---|---|---|---|---|---|---|---|---|
|
|
{{outcome.token.name}} Sneak result: {{outcome.outcomeLabel}} |
{{#if outcome.hasPositionData}}
{{!-- Start Position Requirements - Interactive Buttons --}}
{{else}}
|
{{#if outcome.hasPositionData}}
{{!-- End Position Requirements - Interactive Buttons --}}
{{!-- Defer Button for Sneaky/Very Sneaky Feat --}}
{{#if outcome.isDeferred}}
{{#if outcome.canDefer}}
{{!-- Deferred but can defer again (manual end position change) --}}
{{else}}
{{!-- Currently deferred and cannot defer again --}}
{{/if}}
{{else}}
{{!-- Not deferred --}}
{{/if}}
{{else}}
|
{{!-- Cover Bonus Selection Buttons --}}
|
{{outcome.rollTotal}}
{{localize "PF2E_VISIONER.UI.VS_DC"}}
{{outcome.dc}}
|
{{#if outcome.sneakAdeptApplied}}
{{localize "PF2E_VISIONER.UI.FAILURE_LABEL"}}
{{localize "PF2E_VISIONER.UI.SUCCESS_LABEL"}}
{{else}}
{{outcome.outcomeLabel}}
{{/if}}
|
{{{visibilityIcon outcome.oldVisibility}}}
{{#if outcome.isOldStateAvsControlled}}
{{/if}}
{{#if (and outcome.shouldShowOverride outcome.originalNewVisibility)}}
{{localize "PF2E_VISIONER.UI.ORIGINAL_CHANGE"}}
{{/if}}
|
{{#if outcome.isDeferred}}
Deferred
{{else if outcome.hasActionableChange}}
{{else}}
{{localize "PF2E_VISIONER.UI.NO_CHANGE_LABEL"}}
{{/if}}
|