horsegen: include unique owner in skill info

This commit is contained in:
2026-01-23 23:37:36 -05:00
parent a5f84754ea
commit 5bf2588d41
5 changed files with 364 additions and 203 deletions

View File

@@ -36,6 +36,7 @@ type Skill struct {
GradeValue int32
WitCheck bool
Activations []Activation
UniqueOwner string
SPCost int
IconID int
}