horse, cmd/horsegen: include tags in generated skills

Fixes #6.
This commit is contained in:
2026-05-04 16:45:06 -04:00
parent 0c2db10082
commit 9cf9fd198f
5 changed files with 2205 additions and 1 deletions

View File

@@ -227,6 +227,10 @@ export interface Skill {
* Name of the Uma which owns this skill as a unique, if applicable.
*/
unique_owner?: string;
/**
* Skill tags, numeric IDs for matching against other effects.
*/
tags: number[];
/**
* SP cost to purchase the skill, if applicable.
*/