textual-engine
textual-engine copied to clipboard
stats should have min and max in addition to current value
trafficstars
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.