add skill metadata

This commit is contained in:
2026-01-14 16:28:41 +09:00
committed by guiyomu-dev
parent fc880c50c3
commit c6be35b37b
3 changed files with 377 additions and 374 deletions

View File

@@ -20,6 +20,9 @@ type Skill struct {
LeftSkill bool
RightSkill bool
ReqLevel int
Class string
ReqSkill1 string
ReqSkill2 string
}
type Points struct {