Scope passed to actions that resume from a prior attack.

interface ContextScope {
    priorTestResult: null | sohl.entity.result.AttackResult;
}

Properties

Properties

priorTestResult: null | sohl.entity.result.AttackResult

The originating attack, or null if none.