cst-stagger-guide

Validate Character.IsStaggering() state transitions for stagger-based combat effects.

1|Updated Jul 15, 2025
One-click install
npx skills add https://github.com/KorCaptain/Valheim_Captain_SkillTree --skill cst-stagger-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cst-stagger-guide
Source: https://github.com/KorCaptain/Valheim_Captain_SkillTree/tree/main/.claude/skills/cst-stagger-guide
Command: npx skills add https://github.com/KorCaptain/Valheim_Captain_SkillTree --skill cst-stagger-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate the IsStaggering() API and ensure reliable detection of stagger states during combat, enabling stagger-based effects to trigger correctly.

Core Features & Use Cases

  • Verifies API behavior under staggered and non-staggered states.
  • Provides verification steps to confirm state transitions and trigger conditions.
  • Documents integration with stagger-based effects and debugging workflows.

Quick Start

Check IsStaggering() in a test scenario and confirm that the effect only activates when IsStaggering() returns true.

Frequently Asked Questions about cst-stagger-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify stagger detection state transitions during combat debugging?

Verify stagger detection by exercising Character.IsStaggering() in combat debugging scenarios to confirm state transitions and trigger conditions. This ensures stagger-based effects activate correctly only when the API returns true.

What is the best way to test if stagger-based effects trigger correctly?

Test stagger-based effects by checking IsStaggering() in a test scenario and confirming the effect only activates when the API returns true. This validates correct trigger conditions and state accuracy.

How does IsStaggering() API verification work for combat state accuracy?

IsStaggering() API verification works by exercising the function under staggered and non-staggered states to verify behavior, confirm state transitions, and document integration with stagger-based gameplay logic.

Can I use this approach to check edge cases for IsStaggering() in combat scenarios?

Yes, you can apply this in combat debugging scenarios to confirm state transitions and edge cases for IsStaggering(). It validates API behavior under both staggered and non-staggered states.

Why does my stagger-based effect trigger when IsStaggering() returns false?

If stagger-based effects trigger incorrectly, use this verification approach to validate IsStaggering() behavior under staggered and non-staggered states, confirming that effects only activate when the API returns true.

Do I need any dependencies to verify Character.IsStaggering() API state accuracy?

No dependencies are required to verify Character.IsStaggering() state accuracy. You can directly check the API in a test scenario to confirm stagger detection and trigger conditions without external components.