[DSK] Implement Anthropede

This commit is contained in:
theelk801 2024-09-06 18:45:47 -04:00
parent ffb37ee96f
commit c97a2d4ec6
3 changed files with 58 additions and 0 deletions

View file

@ -43,6 +43,7 @@ public enum SubType {
CLASS("Class", SubTypeSet.EnchantmentType),
CURSE("Curse", SubTypeSet.EnchantmentType),
ROLE("Role", SubTypeSet.EnchantmentType),
ROOM("Room", SubTypeSet.EnchantmentType),
RUNE("Rune", SubTypeSet.EnchantmentType),
SAGA("Saga", SubTypeSet.EnchantmentType),
SHARD("Shard", SubTypeSet.EnchantmentType),