Add data structures, it requires tons of refactor but it's more or less working
This commit is contained in:
10
pkg/data/stat/immune.go
Normal file
10
pkg/data/stat/immune.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package stat
|
||||
|
||||
type Resist string
|
||||
|
||||
const (
|
||||
ColdImmune Resist = "cold"
|
||||
FireImmune Resist = "fire"
|
||||
LightImmune Resist = "light"
|
||||
PoisonImmune Resist = "poison"
|
||||
)
|
||||
Reference in New Issue
Block a user