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

@@ -37,6 +37,7 @@ type Skill struct {
WitCheck bool `json:"wit_check"`
Activations []Activation `json:"activations"`
UniqueOwner string `json:"unique_owner,omitzero"`
Tags []uint16 `json:"tags"`
SPCost int `json:"sp_cost,omitzero"`
IconID int `json:"icon_id"`
}