cst-crossbow

Detect crossbow usage and trigger a dedicated R-key active ability.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Crossbow skill implementation provides a structured foundation for building crossbow abilities within CaptainSkillTree, addressing the gap between weapon type detection and crossbow-specific active skills.

Core Features & Use Cases

  • Detects crossbow usage via WeaponHelper.IsUsingCrossbow() and exposes a dedicated crossbow active
  • Aligns with the crossbow expert subset and supports incremental implementation and config hooks
  • Use Case: developers can extend or complete the crossbow skill without affecting other weapon trees

Quick Start

Equip a crossbow and press the R key to trigger the crossbow active.

Frequently Asked Questions about cst-crossbow

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

FAQPage Schema
How do I implement crossbow weapon logic in a Valheim mod?

To implement crossbow weapon logic in a Valheim mod, use WeaponHelper.IsUsingCrossbow() to detect crossbow usage and bind a dedicated active skill to the R key trigger.

Can I add a crossbow active skill without affecting other weapon skill trees?

Yes, crossbow skill implementation aligns with the crossbow expert subset independently, allowing extension of crossbow abilities without modifying other weapon trees in the mod.

How does the R-key active ability trigger work for crossbows?

The R-key active ability triggers when WeaponHelper.IsUsingCrossbow() detects an equipped crossbow, activating the dedicated crossbow skill within the CaptainSkillTree mod framework.

Does the crossbow skill implementation support config hooks and incremental development?

Yes, the crossbow skill implementation supports incremental development with config hooks and status tracking, providing a structured foundation for building out crossbow abilities progressively.

What is the best way to extend the crossbow expert subset in Valheim mod development?

The best way to extend the crossbow expert subset is implementing dedicated crossbow skill logic via WeaponHelper detection and R-key active triggers within the CaptainSkillTree mod structure.