sc2-units-reference

Identify StarCraft II unit editor catalog IDs, races, and attributes.

3|2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/ShadowDragonSC2/Base.SC2Data --skill sc2-units-reference-shadowdragonsc2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sc2-units-reference
Source: https://github.com/ShadowDragonSC2/Base.SC2Data/tree/main/.koda/skills/sc2-units-reference
Command: npx skills add https://github.com/ShadowDragonSC2/Base.SC2Data --skill sc2-units-reference-shadowdragonsc2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a definitive reference of StarCraft II multiplayer units and structures including their editor IDs, races, attributes, and roles across WoL, HotS, LotV, plus campaign and co-op variants, to support accurate scripting, data validation, and mod development.

Core Features & Use Cases

  • Editor ID lookup: quickly find the exact catalog ID needed for Galaxy scripts and XML data.
  • Races, types, and roles: understand unit classifications to plan builds and data modeling.
  • Use Case: when writing unit creation data, fetch the correct editor ID such as SiegeTank and apply its race and role consistently.

Quick Start

Look up a unit like SiegeTank to retrieve its catalog ID, race, and role.

Frequently Asked Questions about sc2-units-reference

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

FAQPage Schema
How do I find the exact editor catalog ID for a StarCraft II unit?

Find the exact StarCraft II editor catalog ID by looking up the unit name to retrieve its specific ID, race, and role for Galaxy scripts and XML data validation.

What StarCraft II multiplayer and campaign units are supported for data referencing?

Supported StarCraft II data covers Wings of Liberty, Heart of the Swarm, and Legacy of the Void multiplayer units, plus campaign and co-op variants for scripting and data validation.

Can I use StarCraft II unit catalog IDs for Galaxy scripting and XML data?

Yes, StarCraft II unit catalog IDs can be used for Galaxy scripting and XML data by fetching the correct editor ID and applying its race and role consistently during mod development.

How do I validate unit races and classifications for StarCraft II modding?

Validate StarCraft II unit races and classifications for modding by cross-checking retrieved editor IDs and attributes against ShadowDragon Base.SC2Data UnitData.xml and related data sources.

What are the limitations of using a StarCraft II unit reference for data modeling?

A limitation of using a StarCraft II unit reference for data modeling is the requirement to cross-check IDs and classifications with ShadowDragon Base.SC2Data UnitData.xml to ensure accuracy across game expansions.