Initial stats, etc.

This commit is contained in:
2023-04-02 23:24:47 -07:00
parent bdc095e2b2
commit 825ee8d053
8 changed files with 168 additions and 0 deletions

7
koboldsim/flavor.go Normal file
View File

@@ -0,0 +1,7 @@
package koboldsim
func RandomKoboldName() string {
// TODO: implement random two-part name generator.
// Rakeela, where's that list of kobold name-halves we had?
return "Kobold"
}