Interkarma / daggerfall-unity

Open source recreation of Daggerfall in the Unity engine
http://www.dfworkshop.net
MIT License
2.67k stars 326 forks source link

Refactor FormulaHelper to read racial resistances #2676

Open numidium opened 1 month ago

numidium commented 1 month ago

FormulaHelper previously applied racial resistances by reading the player's race directly. With this change, the saving throw calculation will be modified by the contents of the player's RaceTemplate.

Addresses the following issue: https://github.com/Interkarma/daggerfall-unity/issues/2660