You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actor stats are currently only represented by their current value. Most RPG stats have a min and max, which should also be slightly randomized. Replace the stats number map with a range map, and update the utils to respect the min/max values.
Actor stats are currently only represented by their current value. Most RPG stats have a min and max, which should also be slightly randomized. Replace the
statsnumber map with a range map, and update the utils to respect the min/max values.