feat(npc): add monstats2 parsing

This commit is contained in:
Genqila
2026-01-15 20:43:12 +07:00
committed by guiyomu-dev
parent c6be35b37b
commit 762e8f1794
4 changed files with 1280 additions and 0 deletions

View File

@@ -66,6 +66,11 @@ var textFiles = []TextFileDesc{
DestFile: "pkg/data/npc/monstats.go",
Template: templateMonStats,
},
{
SourceFile: "cmd/txttocode/txt/monstats2.txt",
DestFile: "pkg/data/npc/monstats2.go",
Template: templateMonStats2,
},
}
type TextFileDesc struct {