Under master\CrimsonStainedLands\bin\Debug is a file named skilllevels.xml. This file contains entries for what level different guilds get different skills at.
4.3
Rating
0
Installs
Tools & Utilities
Category
This skill provides a step-by-step guide for adding new combat skills to the CrimsonStainedLands game by modifying XML configuration and C# code. The description is somewhat clear but lacks important details like file paths, error handling, and complete examples. Task knowledge is moderate - it shows the basic steps (copy XML entry, copy C# method, add command) but omits compilation steps, testing, and integration details. Structure is reasonable for a simple task with clear sequential steps. Novelty is low since this is primarily file editing and code copying that a CLI agent could handle with standard file operations and pattern matching, though the domain-specific context provides some value for game developers unfamiliar with this codebase.
Loading SKILL.md…

Skill Author