Skill

Analyze Arknights SkillData and SpData C# class structures.

1|Updated Apr 30, 2025
One-click install
npx skills add https://github.com/AdoreJc/ArknightsDB --skill skill-adorejc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill
Source: https://github.com/AdoreJc/ArknightsDB/tree/main/repo/Operator/Roles/Skill
Command: npx skills add https://github.com/AdoreJc/ArknightsDB --skill skill-adorejc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides detailed information and analysis of Arknights game skill data, helping players understand and optimize character abilities.

Core Features & Use Cases

  • Skill Data Definition: Understand the structure and properties of skill data within the Arknights game.
  • SP Data Analysis: Analyze how skill points (SP) are managed, including costs, recovery, and types.
  • Use Case: A player wants to know the exact SP cost and recovery type for a specific operator's ultimate skill to plan their combat rotation effectively.

Quick Start

Provide details on the 'SkillData' class and its properties.

Frequently Asked Questions about Skill

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

FAQPage Schema
How is Arknights skill data structured in C#?

Arknights skill data structure is defined in C# using the 'SkillData' class, which encapsulates various fields, properties, and methods detailing character abilities and mechanics. It provides the foundational framework for understanding how operator skills function in the game.

What is SpData in Arknights and how does SP recovery work?

SpData in Arknights manages skill points through the 'SpData' class, tracking SP costs, recovery rates, and types. It defines how skill points are accumulated and consumed, which is essential for planning combat rotations and timing ultimate activations.

What enums are associated with Arknights skill data analysis?

Arknights skill data analysis utilizes enums like 'SkillType' and 'SpType' to categorize the nature of character abilities and their associated skill point mechanics. These enumerations help distinguish between different skill behaviors and SP recovery models in the C# definitions.

How do I analyze C# class definitions for Arknights game mechanics?

To analyze C# class definitions for Arknights game mechanics, you examine the `SkillData` and `SpData` classes alongside their enums extracted from code snippets. This reveals the exact properties and methods driving combat calculations, allowing you to understand ability optimization.

Can I use this to find the exact SP cost for an operator's ultimate skill?

Yes, you can find the exact SP cost for an operator's ultimate skill by analyzing the 'SpData' class properties within the Arknights skill data. This C# structure explicitly details the costs and recovery types needed to plan your combat rotations effectively.