[DSK] Implement Enduring Tenacity

This commit is contained in:
theelk801 2024-06-27 18:06:54 -04:00
parent b99fa71444
commit 535f2a8cf7
4 changed files with 130 additions and 42 deletions

View file

@ -188,6 +188,7 @@ public enum SubType {
GERM("Germ", SubTypeSet.CreatureType),
GIANT("Giant", SubTypeSet.CreatureType),
GITH("Gith", SubTypeSet.CreatureType),
GLIMMER("Glimmer", SubTypeSet.CreatureType),
GNOLL("Gnoll", SubTypeSet.CreatureType),
GNOME("Gnome", SubTypeSet.CreatureType),
GOAT("Goat", SubTypeSet.CreatureType),