horsegen: redesign character template

This commit is contained in:
2026-01-27 21:27:43 -05:00
parent e890108591
commit 98afe7384a
5 changed files with 208 additions and 584 deletions

View File

@@ -16,7 +16,7 @@ val name2id: rbmap<string, skill-id> = rb-map/empty()
// Get the skill ID that has the given exact name.
// Inherited skills have `" (Inherited)"` appended to their names.
// If no skill matches the ID, the result is an invalid ID.
// If no skill matches the name, the result is an invalid ID.
pub fun from-name(name: string): skill-id
name2id.lookup(name).default(Skill-id(0))