Add data structures, it requires tons of refactor but it's more or less working

This commit is contained in:
Héctor Giménez
2023-03-11 21:28:33 +09:00
parent 73978a702c
commit 8600c2e2f6
17 changed files with 4383 additions and 0 deletions

10
pkg/data/stat/immune.go Normal file
View File

@@ -0,0 +1,10 @@
package stat
type Resist string
const (
ColdImmune Resist = "cold"
FireImmune Resist = "fire"
LightImmune Resist = "light"
PoisonImmune Resist = "poison"
)

1090
pkg/data/stat/stats.go Normal file

File diff suppressed because it is too large Load Diff