horsegen: generate data per region
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user