cst-prod-text

Implement production damage text feedback for farming and resource collection skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide in-world damage text feedback for production and farming skill activations, improving clarity and player feedback.

Core Features & Use Cases

  • Displays DamageText.WorldTextInstance when production or farming skills trigger, ensuring consistent MMO-style feedback.
  • Integrates with EpicMMOSystem or built-in fallback damage text to support servers without optional mods.
  • Supports localization-ready messages and easy customization through configuration.

Quick Start

Use this skill to implement production and farming damage text displays during skill activation.

Frequently Asked Questions about cst-prod-text

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

FAQPage Schema
How do I show damage text above characters when production skills trigger in Valheim?

To show damage text for production skills, you can implement visual feedback using DamageText and WorldTextInstance systems. This guides damage text to appear above characters during in-game farming and resource collection skill activations.

Does Valheim damage text work with EpicMMOSystem if I don't have optional mods installed?

Yes, damage text implementation supports EpicMMOSystem but also includes a built-in fallback. This ensures compatibility for servers without optional mods by providing alternative damage text displays during skill activations.

What is the best way to add MMO-style damage text for farming and resource collection skills?

The best way to add MMO-style damage text is by integrating WorldTextInstance displays during skill triggers. This provides consistent visual feedback for production and farming activities with localization-ready messages.

How do I customize production damage text messages for different languages in Valheim?

You can customize production damage text through configuration settings that support localization-ready messages. This allows you to tailor the visual feedback displayed during farming and resource collection skill activations.

Why is my damage text not appearing when production skills activate on my Valheim server?

Damage text may not appear if the WorldTextInstance system is not properly configured or integrated. Ensure your implementation correctly hooks into skill triggers and that your DamageText system or EpicMMOSystem is active.

Can I use built-in damage text alternatives instead of EpicMMOSystem for production skill feedback?

Yes, you can use built-in fallback damage text alternatives instead of EpicMMOSystem. The implementation ensures servers without optional mods still display visual damage text during production and farming skill activations.