Devlogs
Version 1.08: Stat overhaul
Version 1.08
- Actions and effects have now been converted to Flyweight format. This leads to a few changes in how certain attributes are defined; see documentation for details.
- Constants such as
$STATUS_SCREENS
have been changed to attributes of setup
. This will allow changes to persist through game version changes.
- Stat mods have been completely redone, such that changes to equipment will now correctly carry over between save game version changes. (Thanks to Akjosch for helping me with this.) This change is likely not compatible with previous versions unless you completely remake your
Actor
objects.
- The menu screens no longer have a border. I felt this was more aesthetically pleasing.
- The
unequip
function must now be explicitly passed a destroy
value of true
to destroy equipment, instead of any truthy value.
- The Status pane of the party menu now uses a widget,
statusDisplay
, to display the common portion of the normal and detailed status displays. The widget can be found in Widgets (Menu)
.