Current monster class has a field for health but not maxhealth. The health field is treated as max health. However some monsters like the barkless spawn with less then max health. TFS xml and tfs revscriptsys formats have variables for both health and maxhealth.
Add a new maxhealth field to the monster class. Update converters to make use of the appropriate fields.
Current monster class has a field for health but not maxhealth. The health field is treated as max health. However some monsters like the barkless spawn with less then max health. TFS xml and tfs revscriptsys formats have variables for both health and maxhealth.
Add a new maxhealth field to the monster class. Update converters to make use of the appropriate fields.