Wyvernshield has set_suffixed() to store both a stat and a modification type (flat, percent, multiplier etc.) in one string. Wyvernbox's example was created before that.
The systems within that check against a dictionary of stat IDs must be updated to also cut off one character from the end if a key wasn't found.
Wyvernshield has
set_suffixed()
to store both a stat and a modification type (flat, percent, multiplier etc.) in one string. Wyvernbox's example was created before that.The systems within that check against a dictionary of stat IDs must be updated to also cut off one character from the end if a key wasn't found.