horsegen: generate data per region

This commit is contained in:
2026-01-15 13:43:54 -05:00
parent 5b5e008b5e
commit d6fb4b6caf
16 changed files with 1287 additions and 2261 deletions

View File

@@ -1,5 +1,5 @@
{{- define "koka-skill-group" -}}
module horse/skill-group
module horse/{{ $.Region }}/skill-group
// Automatically generated with horsegen; DO NOT EDIT
@@ -48,7 +48,9 @@ pub fun skill-group/(==)(a: skill-group, b: skill-group): bool
{{- end -}}
{{- define "koka-skill" -}}
module horse/skill
module horse/{{ $.Region }}/skill
// Automatically generated with horsegen; DO NOT EDIT
import std/num/decimal
pub import horse/skill-group